Searched refs:mips_operand (Results 1 – 10 of 10) sorted by relevance
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | mips.h | 488 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 …]
|
D | ChangeLog | 320 (mips_operand, mips_int_operand, mips_mapped_int_operand)
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | mips-dis.c | 1157 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()
|
D | mips-formats.h | 144 static const struct mips_operand op = { OP_##TYPE, SIZE, LSB }; \
|
D | mips16-opc.c | 47 const struct mips_operand *
|
D | ChangeLog-2013 | 757 (print_mips16_insn_arg): Change interface. Use mips_operand 783 (print_insn_args): Change interface and use mips_operand structures.
|
D | micromips-opc.c | 46 const struct mips_operand *
|
D | mips-opc.c | 32 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/ |
D | tc-mips.c | 797 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/ |
D | ChangeLog-2013 | 888 Add insn_bits and decode_operand arguments. Use the mips_operand
|