Lines Matching refs:mips_operand_array
822 struct mips_operand_array struct
826 static struct mips_operand_array *mips_operands; argument
827 static struct mips_operand_array *mips16_operands;
828 static struct mips_operand_array *micromips_operands;
2337 static const struct mips_operand_array *
2360 const struct mips_operand_array *operands; in insn_opno()
3537 struct mips_operand_array *operands) in validate_mips_insn()
3632 struct mips_operand_array *operands) in validate_mips16_insn()
3643 struct mips_operand_array *operands) in validate_micromips_insn()
3704 mips_operands = XCNEWVEC (struct mips_operand_array, NUMOPCODES); in md_begin()
3734 mips16_operands = XCNEWVEC (struct mips_operand_array, in md_begin()
3760 micromips_operands = XCNEWVEC (struct mips_operand_array, in md_begin()
10381 const struct mips_operand_array *operands; in macro()
14126 const struct mips_operand_array *operands; in mips16_macro()