Home
last modified time | relevance | path

Searched refs:OP_B (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dmoxie-dis.c35 #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()
Dtic54x-dis.c285 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()
Dtic54x-opc.c344 { "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},
Dlm32-desc.h63 , OP_ANDHI = 24, OP_B = 48, OP_BI = 56, OP_BE = 17 enumerator
Daarch64-tbl.h1773 {"b", 0x14000000, 0xfc000000, branch_imm, OP_B, CORE, OP1 (ADDR_PCREL26), QL_PCREL_26, 0},
/toolchain/binutils/binutils-2.25/include/opcode/
Dtic54x.h56 OP_B, /* ACC B only */ enumerator
Daarch64.h389 OP_B, enumerator
/toolchain/binutils/binutils-2.25/cpu/
Dlm32.cpu316 (+ 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/
Dtc-tic54x.c3320 case OP_B: in is_type()
3880 case OP_B: in encode_operand()