Lines Matching refs:opcode2
124 if (tm->opcode2 == (data2 & tm->mask2)) in tic54x_get_insn()
182 unsigned long opcode2 = 0; in print_instruction() local
196 lkaddr = opcode2 = bfd_getl16 (buf); in print_instruction()
202 opcode2 = bfd_getl16 (buf); in print_instruction()
258 (*(info->print_address_func)) ((bfd_vma) opcode2, info); in print_instruction()
262 opcode2 += ((unsigned long) opcode & 0x7F) << 16; in print_instruction()
266 (*(info->print_address_func)) ((bfd_vma) opcode2, info); in print_instruction()
281 sprintf (operand[i], "pa%d", (unsigned) opcode2); in print_instruction()
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()
300 dst = DST (ext ? opcode2 : opcode) ? OP_B : OP_A; in print_instruction()
322 shift = SHIFT (ext ? opcode2 : opcode); in print_instruction()
342 sprintf (operand[i], "#%d", (int) (short) opcode2); in print_instruction()
410 sprintf (operand[i], "#%d", (unsigned) opcode2); in print_instruction()