gas/
* 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:
parent
89c0d58cff
commit
3eebd5eb03
6 changed files with 18 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue