Home
last modified time | relevance | path

Searched refs:mips_operand (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Dmips.h488 struct mips_operand struct
501 struct mips_operand root; argument
528 struct mips_operand root;
539 struct mips_operand root;
553 struct mips_operand root;
569 struct mips_operand root;
583 struct mips_operand root;
594 struct mips_operand root;
629 mips_optional_operand_p (const struct mips_operand *operand) in mips_optional_operand_p()
639 mips_insert_operand (const struct mips_operand *operand, unsigned int insn, in mips_insert_operand()
[all …]
DChangeLog320 (mips_operand, mips_int_operand, mips_mapped_int_operand)
/toolchain/binutils/binutils-2.25/opcodes/
Dmips-dis.c1157 const struct mips_operand *operand, unsigned int uval) in print_vu0_channel()
1196 const struct mips_operand *operand, in print_insn_arg()
1491 const struct mips_operand *(*decode_operand) (const char *), in validate_insn_args()
1495 const struct mips_operand *operand; in validate_insn_args()
1610 const struct mips_operand *(*decode_operand) (const char *), in print_insn_args()
1616 const struct mips_operand *operand; in print_insn_args()
1832 const struct mips_operand *operand, *ext_operand; in print_mips16_insn_arg()
Dmips-formats.h144 static const struct mips_operand op = { OP_##TYPE, SIZE, LSB }; \
Dmips16-opc.c47 const struct mips_operand *
DChangeLog-2013757 (print_mips16_insn_arg): Change interface. Use mips_operand
783 (print_insn_args): Change interface and use mips_operand structures.
Dmicromips-opc.c46 const struct mips_operand *
Dmips-opc.c32 const struct mips_operand mips_vu0_channel_mask = { OP_VU0_SUFFIX, 4, 21 };
63 const struct mips_operand *
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c797 const struct mips_operand *operand[MAX_OPERANDS];
2184 static const struct mips_operand *
2199 const struct mips_operand *operand, unsigned int uval) in insn_insert_operand()
2208 const struct mips_operand *operand) in insn_extract_operand()
3351 const struct mips_operand *(*decode_operand) (const char *), in validate_mips_insn()
3356 const struct mips_operand *operand; in validate_mips_insn()
4439 const struct mips_operand *operand, in operand_reg_mask()
5009 const struct mips_operand *operand_base) in match_int_operand()
5111 const struct mips_operand *operand_base) in match_mapped_int_operand()
5139 const struct mips_operand *operand_base) in match_msb_operand()
[all …]
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-2013888 Add insn_bits and decode_operand arguments. Use the mips_operand