Searched refs:get_indirect_operand (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | tic30-dis.c | 212 get_indirect_operand (unsigned short fragment, in get_indirect_operand() function 385 get_indirect_operand ((insn_word & 0x0000FFFF), 2, operand[src_op]); in print_two_operand() 449 get_indirect_operand ((insn_word & 0x0000FF00) >> 8, 1, operand[1]); in print_three_operand() 452 get_indirect_operand ((insn_word & 0x000000FF), 1, operand[0]); in print_three_operand() 456 get_indirect_operand ((insn_word & 0x000000FF), 1, operand[0]); in print_three_operand() 457 get_indirect_operand ((insn_word & 0x0000FF00) >> 8, 1, operand[1]); in print_three_operand() 512 get_indirect_operand ((insn_word & 0x000000FF), 1, operand[0][0]); in print_par_insn() 513 get_indirect_operand ((insn_word & 0x0000FF00) >> 8, 1, operand[1][1]); in print_par_insn() 518 get_indirect_operand ((insn_word & 0x000000FF), 1, operand[0][0]); in print_par_insn() 519 get_indirect_operand ((insn_word & 0x0000FF00) >> 8, 1, operand[1][0]); in print_par_insn() [all …]
|