Home
last modified time | relevance | path

Searched refs:mips_decode_int_operand (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/include/opcode/
Dmips.h664 mips_decode_int_operand (const struct mips_int_operand *operand, in mips_decode_int_operand() function
713 addr += mips_decode_int_operand (&operand->root, uval); in mips_decode_pcrel_operand()
DChangeLog-0415633 (mips_decode_pcrel_operand): Use mips_decode_int_operand.
686 (mips_decode_int_operand, mips_decode_pcrel_operand): New functions.
/toolchain/binutils/binutils-2.27/opcodes/
Dmips-dis.c1168 uval = mips_decode_int_operand (int_op, uval); in print_insn_arg()