Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dmips-formats.h23 static const struct mips_int_operand op = { \
40 static const struct mips_int_operand op = { \
Dmips-dis.c1165 const struct mips_int_operand *int_op; in print_insn_arg()
1167 int_op = (const struct mips_int_operand *) operand; in print_insn_arg()
1875 const struct mips_int_operand *int_op; in print_mips16_insn_arg()
1877 int_op = (const struct mips_int_operand *) operand; in print_mips16_insn_arg()
/toolchain/binutils/binutils-2.27/include/opcode/
Dmips.h496 struct mips_int_operand struct
601 struct mips_int_operand root;
664 mips_decode_int_operand (const struct mips_int_operand *operand, in mips_decode_int_operand()
676 mips_int_operand_max (const struct mips_int_operand *operand) in mips_int_operand_max()
684 mips_int_operand_min (const struct mips_int_operand *operand) in mips_int_operand_min()
DChangeLog-0415631 * mips.h (mips_pcrel_operand): Inherit from mips_int_operand.
682 (mips_operand, mips_int_operand, mips_mapped_int_operand)
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c4995 const struct mips_int_operand *operand; in match_int_operand()
5000 operand = (const struct mips_int_operand *) operand_base; in match_int_operand()
13781 static const struct mips_int_operand *
13789 return (const struct mips_int_operand *) operand; in mips16_immed_operand()
13795 mips16_immed_in_range_p (const struct mips_int_operand *operand, in mips16_immed_in_range_p()
13831 const struct mips_int_operand *operand; in mips16_immed()
16742 const struct mips_int_operand *operand; in mips16_extended_frag()
17806 const struct mips_int_operand *operand; in md_convert_frag()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-2013585 (mips16_immed, mips16_extended_frag): Use them. Use mips_int_operand