Searched refs:OP_B (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | moxie-dis.c | 35 #define OP_B(i) (i & 0xf) macro 78 reg_names[OP_B(iword)]); in print_insn_moxie() 123 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie() 127 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie() 155 reg_names[OP_B(iword)]); in print_insn_moxie() 172 reg_names[OP_B(iword)]); in print_insn_moxie()
|
D | tic54x-dis.c | 285 src = SRC (ext ? opcode2 : opcode) ? OP_B : OP_A; in print_instruction() 286 sprintf (operand[i], (src == OP_B) ? "b" : "a"); in print_instruction() 290 src = SRC1 (ext ? opcode2 : opcode) ? OP_B : OP_A; in print_instruction() 291 sprintf (operand[i], (src == OP_B) ? "b" : "a"); in print_instruction() 295 dst = DST (opcode) ? OP_B : OP_A; in print_instruction() 296 sprintf (operand[i], (dst == OP_B) ? "a" : "b"); in print_instruction() 300 dst = DST (ext ? opcode2 : opcode) ? OP_B : OP_A; in print_instruction() 303 sprintf (operand[i], (dst == OP_B) ? "b" : "a"); in print_instruction() 309 case OP_B: in print_instruction()
|
D | tic54x-opc.c | 344 { "maca", 1,1,2,0x3500, 0xFF00, {OP_Smem,OPT|OP_B}, FL_SMR, REST}, 346 { "macar", 1,1,2,0x3700, 0xFF00, {OP_Smem,OPT|OP_B}, FL_SMR, REST}, 356 { "masa", 1,1,2,0x3300, 0xFF00, {OP_Smem,OPT|OP_B}, FL_SMR, REST},
|
D | lm32-desc.h | 63 , OP_ANDHI = 24, OP_B = 48, OP_BI = 56, OP_BE = 17 enumerator
|
D | aarch64-tbl.h | 1773 {"b", 0x14000000, 0xfc000000, branch_imm, OP_B, CORE, OP1 (ADDR_PCREL26), QL_PCREL_26, 0},
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | tic54x.h | 56 OP_B, /* ACC B only */ enumerator
|
D | aarch64.h | 389 OP_B, enumerator
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | lm32.cpu | 316 (+ OP_B r0 (f-r1 0) (f-r2 0) (f-resv0 0)) 735 (+ OP_B (f-r0 31) (f-r1 0) (f-r2 0) (f-resv0 0)) 742 (+ OP_B (f-r0 30) (f-r1 0) (f-r2 0) (f-resv0 0)) 749 (+ OP_B (f-r0 29) (f-r1 0) (f-r2 0) (f-resv0 0))
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-tic54x.c | 3320 case OP_B: in is_type() 3880 case OP_B: in encode_operand()
|