Lines Matching refs:mips_operand_array
796 struct mips_operand_array { struct
799 static struct mips_operand_array *mips_operands; argument
800 static struct mips_operand_array *mips16_operands;
801 static struct mips_operand_array *micromips_operands;
2153 static const struct mips_operand_array *
2176 const struct mips_operand_array *operands; in insn_opno()
3321 struct mips_operand_array *operands) in validate_mips_insn()
3408 struct mips_operand_array *operands) in validate_mips16_insn()
3428 struct mips_operand_array *operands) in validate_micromips_insn()
3490 mips_operands = XCNEWVEC (struct mips_operand_array, NUMOPCODES); in md_begin()
3521 mips16_operands = XCNEWVEC (struct mips_operand_array, in md_begin()
3549 micromips_operands = XCNEWVEC (struct mips_operand_array, in md_begin()
9706 const struct mips_operand_array *operands; in macro()
13334 const struct mips_operand_array *operands; in mips16_macro()