Searched refs:mips_operand_array (Results 1 – 2 of 2) sorted by relevance
796 struct mips_operand_array { struct799 static struct mips_operand_array *mips_operands; argument800 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()[all …]
596 (mips_operand_array): New structure.603 (validate_mips_insn): Take a mips_operand_array as argument and607 (validate_micromips_insn): Take a mips_operand_array as argument.