/toolchain/binutils/binutils-2.25/include/opcode/ |
D | tic6x-control-registers.h | 25 CTRL(amr, C62X, read_write, 0x0, 0x10) 26 CTRL(csr, C62X, read_write, 0x1, 0x10) 27 CTRL(dnum, C64XP, read, 0x11, 0x1f) 28 CTRL(ecr, C64XP, write, 0x1d, 0x1f) 29 CTRL(efr, C64XP, read, 0x1d, 0x1f) 30 CTRL(fadcr, C67X, read_write, 0x12, 0x1f) 31 CTRL(faucr, C67X, read_write, 0x13, 0x1f) 32 CTRL(fmcr, C67X, read_write, 0x14, 0x1f) 33 CTRL(gfpgfr, C64X, read_write, 0x18, 0x1f) 34 CTRL(gplya, C64XP, read_write, 0x16, 0x1f) [all …]
|
D | i960.h | 37 #define CTRL 0 macro 173 { 0x08000000, "b", I_BASE, CTRL, 1, { 0, 0, 0 } }, 174 { 0x09000000, "call", I_BASE, CTRL, 1, { 0, 0, 0 } }, 175 { 0x0a000000, "ret", I_BASE, CTRL, 0, { 0, 0, 0 } }, 176 { 0x0b000000, "bal", I_BASE, CTRL, 1, { 0, 0, 0 } }, 177 { 0x10000000, "bno", I_BASE, CTRL, 1, { 0, 0, 0 } }, 179 { 0x10000000, "bf", I_BASE, CTRL, 1, { 0, 0, 0 } }, 181 { 0x10000000, "bru", I_BASE, CTRL, 1, { 0, 0, 0 } }, 182 { 0x11000000, "bg", I_BASE, CTRL, 1, { 0, 0, 0 } }, 184 { 0x11000000, "brg", I_BASE, CTRL, 1, { 0, 0, 0 } }, [all …]
|
D | tic6x.h | 598 #define CTRL(name, isa, rw, crlo, crhi_mask) \ macro 601 #undef CTRL
|
D | m88k.h | 379 #define CTRL 0x0000f000 macro
|
D | h8300.h | 98 CTRL = 0x4000, enumerator
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | h8300-dis.c | 299 else if (x & CTRL) in print_one_arg() 480 else if (looking_for & CTRL) /* Control Register. */ in bfd_h8_disassemble()
|
D | tic6x-dis.c | 40 #define CTRL(name, isa, rw, crlo, crhi_mask) \ macro 49 #undef CTRL
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-h8300.c | 1131 else if (op_mode & CTRL) /* control register */ in get_specific() 1133 if (!(x_mode & CTRL)) in get_specific() 1516 else if (c & CTRL) /* Control reg operand. */ in build_bytes()
|
D | tc-i960.c | 1655 case CTRL: in md_assemble()
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | mep-core.cpu | 215 ; Use ctrl-reg unit -- stalls if CTRL-REG not ready 216 (unit u-use-ctrl-reg "Use CTRL-REG Unit" () 224 ; Store ctrl-reg unit -- stalls if CTRL-REG not ready 225 (unit u-store-ctrl-reg "Store CTRL-REG Unit" ()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-9295 | 5485 * config/tc-i960.h (CTRL, COBR, COJ, REG, MEM*, FBRA, CALLJ,
|