Home
last modified time | relevance | path

Searched refs:mips_int_operand (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dmips-formats.h23 static const struct mips_int_operand op = { \
40 static const struct mips_int_operand op = { \
Dmips-dis.c1214 const struct mips_int_operand *int_op; in print_insn_arg()
1216 int_op = (const struct mips_int_operand *) operand; in print_insn_arg()
1930 const struct mips_int_operand *int_op; in print_mips16_insn_arg()
1932 int_op = (const struct mips_int_operand *) operand; in print_mips16_insn_arg()
/toolchain/binutils/binutils-2.25/include/opcode/
Dmips.h499 struct mips_int_operand struct
610 struct mips_int_operand root;
673 mips_decode_int_operand (const struct mips_int_operand *operand, in mips_decode_int_operand()
685 mips_int_operand_max (const struct mips_int_operand *operand) in mips_int_operand_max()
693 mips_int_operand_min (const struct mips_int_operand *operand) in mips_int_operand_min()
DChangeLog269 * mips.h (mips_pcrel_operand): Inherit from mips_int_operand.
320 (mips_operand, mips_int_operand, mips_mapped_int_operand)
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c5011 const struct mips_int_operand *operand; in match_int_operand()
5016 operand = (const struct mips_int_operand *) operand_base; in match_int_operand()
13884 static const struct mips_int_operand *
13892 return (const struct mips_int_operand *) operand; in mips16_immed_operand()
13898 mips16_immed_in_range_p (const struct mips_int_operand *operand, in mips16_immed_in_range_p()
13934 const struct mips_int_operand *operand; in mips16_immed()
16759 const struct mips_int_operand *operand; in mips16_extended_frag()
17829 const struct mips_int_operand *operand; in md_convert_frag()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-2013585 (mips16_immed, mips16_extended_frag): Use them. Use mips_int_operand