* 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 8addc3ef02
commit 949ffef8df
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
* mips.h (M_PREF_AB): New enum value.
2011-02-12 Mike Frysinger <vapier@gentoo.org>
* bfin.h (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH,

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,