Home
last modified time | relevance | path

Searched refs:mips_operand_array (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-mips.c822 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()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-mips.c825 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()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-2013596 (mips_operand_array): New structure.
603 (validate_mips_insn): Take a mips_operand_array as argument and
607 (validate_micromips_insn): Take a mips_operand_array as argument.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-2013596 (mips_operand_array): New structure.
603 (validate_mips_insn): Take a mips_operand_array as argument and
607 (validate_micromips_insn): Take a mips_operand_array as argument.