Searched refs:OP_A (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | moxie-dis.c | 34 #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()
|
D | tic54x-dis.c | 285 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()
|
D | tic54x-opc.c | 420 { "squr", 1,2,2,0xF48D, 0xFEFF, {OP_A,OP_DST}, 0, REST},/*SRC*/
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | tic54x.h | 57 OP_A, /* ACC A only */ enumerator
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-tic54x.c | 3294 case OP_A: in is_type() 3853 case OP_A: in encode_operand()
|