Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c4432 unsigned int type_mask) in operand_reg_mask() argument
4459 if (!(type_mask & (1 << reg_op->reg_type))) in operand_reg_mask()
4470 if (!(type_mask & (1 << pair_op->reg_type))) in operand_reg_mask()
4477 if (!(type_mask & (1 << OP_REG_GP))) in operand_reg_mask()
4483 if (!(type_mask & (1 << OP_REG_GP))) in operand_reg_mask()
4491 if (!(type_mask & (1 << OP_REG_GP))) in operand_reg_mask()
4503 if (!(type_mask & (1 << OP_REG_VEC))) in operand_reg_mask()
4512 if (!(type_mask & (1 << OP_REG_GP))) in operand_reg_mask()
4526 unsigned int type_mask, unsigned int opno_mask) in insn_reg_mask() argument
4535 reg_mask |= operand_reg_mask (insn, insn_opno (insn, opno), type_mask); in insn_reg_mask()