[ gas/ChangeLog ]
* config/tc-mips.c (macro_build): Add case 'k' to handle cache instruction. (macro): Add new case M_CACHE_AB. [ opcodes/ChangeLog ] * mips-opc.c: Add macro for cache instruction. [ include/opcode/ChangeLog ] * mips.h (enum): Add macro M_CACHE_AB.
This commit is contained in:
parent
77df29685b
commit
d43b4baf07
6 changed files with 28 additions and 0 deletions
|
@ -646,6 +646,7 @@ enum
|
|||
M_BNE,
|
||||
M_BNE_I,
|
||||
M_BNEL_I,
|
||||
M_CACHE_AB,
|
||||
M_DABS,
|
||||
M_DADD_I,
|
||||
M_DADDU_I,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue