/toolchain/binutils/binutils-2.25/opcodes/ |
D | mips16-opc.c | 164 #define NODS INSN_NO_DELAY_SLOT macro 292 {"jalrc", "x", 0xe8c0, 0xf8ff, RD_1|WR_31|NODS, UBR, I32, 0, 0 }, 293 {"jalrc", "R,x", 0xe8c0, 0xf8ff, RD_2|WR_31|NODS, UBR, I32, 0, 0 }, 294 {"jrc", "x", 0xe880, 0xf8ff, RD_1|NODS, UBR, I32, 0, 0 }, 295 {"jrc", "R", 0xe8a0, 0xffff, NODS, RD_31|UBR, I32, 0, 0 }, 352 {"restore", "M", 0x6400, 0xff80, WR_31|NODS, MOD_SP, I32, 0, 0 }, 353 {"save", "m", 0x6480, 0xff80, NODS, RD_31|MOD_SP, I32, 0, 0 },
|
D | micromips-opc.c | 201 #define NODS INSN_NO_DELAY_SLOT macro 310 {"bc", "p", 0x40e00000, 0xffff0000, NODS, INSN2_ALIAS|UBR, I1, 0, 0 }, /* beqzc 0 */ 316 {"aclr", "\\,~(b)", 0x2000b000, 0xff00f000, RD_3|LM|SM|NODS, 0, 0, MC, 0 }, 348 {"aset", "\\,~(b)", 0x20003000, 0xff00f000, RD_3|LM|SM|NODS, 0, 0, MC, 0 }, 370 {"beqzc", "s,p", 0x40e00000, 0xffe00000, RD_1|NODS, CBR, I1, 0, 0 }, 426 {"bnezc", "s,p", 0x40a00000, 0xffe00000, RD_1|NODS, CBR, I1, 0, 0 }, 573 {"deret", "", 0x0000e37c, 0xffffffff, NODS, 0, I1, 0, 0 }, 684 {"eret", "", 0x0000f37c, 0xffffffff, NODS, 0, I1, 0, 0 }, 693 {"iret", "", 0x0000d37c, 0xffffffff, NODS, 0, 0, MC, 0 }, 697 {"jraddiusp", "mP", 0x4700, 0xffe0, NODS, WR_sp|RD_31|RD_sp|UBR, I1, 0, 0 }, [all …]
|
D | mips-opc.c | 278 #define NODS INSN_NO_DELAY_SLOT macro 493 {"bc", "+'", 0xc8000000, 0xfc000000, NODS, 0, I37, 0, 0 }, 494 {"balc", "+'", 0xe8000000, 0xfc000000, WR_31|NODS, 0, I37, 0, 0 }, 692 {"aclr", "\\,~(b)", 0x04070000, 0xfc1f8000, RD_3|LM|SM|NODS, 0, 0, MC, 0 }, 733 {"aset", "\\,~(b)", 0x04078000, 0xfc1f8000, RD_3|LM|SM|NODS, 0, 0, MC, 0 }, 1059 {"deret", "", 0x4200001f, 0xffffffff, NODS, 0, I32|G2, 0, 0 }, 1213 {"eret", "", 0x42000018, 0xffffffff, NODS, 0, I3_32, 0, 0 }, 1214 {"eretnc", "", 0x42000058, 0xffffffff, NODS, 0, I36, 0, 0 }, 1229 {"iret", "", 0x42000038, 0xffffffff, NODS, 0, 0, MC, 0 }, 2025 {"synciobdma", "", 0x0000008f, 0xffffffff, NODS, 0, IOCT, 0, 0 }, [all …]
|
D | ChangeLog-2011 | 57 * micromips-opc.c (micromips_opcodes): Use NODS rather than TRAP 288 * mips-opc.c (NODS): New macro. 291 (mips_builtin_opcodes): Add NODS annotation to "deret" and 292 "eret". Replace INSN_SYNC with NODS throughout. Use NODS in 294 * mips16-opc.c (NODS): New macro. 296 (mips16_opcodes): Use NODS in place of TRAP for "jalrc", "jrc",
|
D | ChangeLog-2013 | 261 replacing NODS.
|