diff options
-rw-r--r-- | opcodes/mips-opc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/mips-opc.c b/opcodes/mips-opc.c index 0356c5d..62f7e8b 100644 --- a/opcodes/mips-opc.c +++ b/opcodes/mips-opc.c @@ -236,6 +236,9 @@ const struct mips_opcode mips_builtin_opcodes[] = { {"bnel", "s,t,p", 0x54000000, 0xfc000000, CBL|RD_s|RD_t, I2|T3 }, {"bnel", "s,I,p", 0, (int) M_BNEL_I, INSN_MACRO, I2 }, {"break", "", 0x0000000d, 0xffffffff, TRAP, I1 }, +/* start-sanitize-r5900 */ +{"break", "B", 0x0000000d, 0xfc00003f, TRAP, T5 }, +/* end-sanitize-r5900 */ {"break", "c", 0x0000000d, 0xfc00ffff, TRAP, I1 }, {"break", "c,q", 0x0000000d, 0xfc00003f, TRAP, I1 }, {"c.f.d", "S,T", 0x46200030, 0xffe007ff, RD_S|RD_T|WR_CC|FP_D, I1 }, |