Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c796 struct mips_operand_array { struct
799 static struct mips_operand_array *mips_operands; argument
800 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 …]
/toolchain/binutils/binutils-2.27/gas/
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.