Lines Matching refs:mips_operand_array
825 struct mips_operand_array struct
829 static struct mips_operand_array *mips_operands; argument
830 static struct mips_operand_array *mips16_operands;
831 static struct mips_operand_array *micromips_operands;
2340 static const struct mips_operand_array *
2363 const struct mips_operand_array *operands; in insn_opno()
3540 struct mips_operand_array *operands) in validate_mips_insn()
3635 struct mips_operand_array *operands) in validate_mips16_insn()
3646 struct mips_operand_array *operands) in validate_micromips_insn()
3707 mips_operands = XCNEWVEC (struct mips_operand_array, NUMOPCODES); in md_begin()
3737 mips16_operands = XCNEWVEC (struct mips_operand_array, in md_begin()
3763 micromips_operands = XCNEWVEC (struct mips_operand_array, in md_begin()
10378 const struct mips_operand_array *operands; in macro()
14119 const struct mips_operand_array *operands; in mips16_macro()