Home
last modified time | relevance | path

Searched refs:OP_A (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Dmoxie-dis.c34 #define OP_A(i) ((i >> 4) & 0xf) macro
73 reg_names[OP_A(iword)]); in print_insn_moxie()
77 reg_names[OP_A(iword)], in print_insn_moxie()
90 reg_names[OP_A(iword)], imm); 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()
139 opcode->name, imm, reg_names[OP_A(iword)]); in print_insn_moxie()
154 reg_names[OP_A(iword)], in print_insn_moxie()
170 reg_names[OP_A(iword)], in print_insn_moxie()
Dtic54x-dis.c285 src = SRC (ext ? opcode2 : opcode) ? OP_B : OP_A; in print_instruction()
290 src = SRC1 (ext ? opcode2 : opcode) ? OP_B : OP_A; in print_instruction()
295 dst = DST (opcode) ? OP_B : OP_A; in print_instruction()
300 dst = DST (ext ? opcode2 : opcode) ? OP_B : OP_A; in print_instruction()
313 case OP_A: in print_instruction()
Dtic54x-opc.c420 { "squr", 1,2,2,0xF48D, 0xFEFF, {OP_A,OP_DST}, 0, REST},/*SRC*/
/toolchain/binutils/binutils-2.27/include/opcode/
Dtic54x.h57 OP_A, /* ACC A only */ enumerator
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic54x.c3294 case OP_A: in is_type()
3853 case OP_A: in encode_operand()