Searched refs:mips_operand_array (Results 1 – 4 of 4) sorted by relevance
822 struct mips_operand_array struct826 static struct mips_operand_array *mips_operands; argument827 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()[all …]
825 struct mips_operand_array struct829 static struct mips_operand_array *mips_operands; argument830 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()[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.