* config/tc-mips.c (macro): Handle M_PREF_AB.

	include/opcode/
	* mips.h (M_PREF_AB): New enum value.

	opcodes/
	* mips-opc.c (mips_builtin_opcodes): Add "pref" macro.
This commit is contained in:
Maciej W. Rozycki 2011-02-28 16:06:51 +00:00
parent 89c0d58cff
commit 3eebd5eb03
6 changed files with 18 additions and 1 deletions

View file

@ -864,6 +864,7 @@ enum
M_MULOU_I,
M_NOR_I,
M_OR_I,
M_PREF_AB,
M_REM_3,
M_REM_3I,
M_REMU_3,