HomeSort by: relevance | last modified time | path
    Searched defs:insn_reg_mask (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-mips.c 5064 insn_reg_mask (const struct mips_cl_insn *insn,
5089 mask = insn_reg_mask (ip, 1 << OP_REG_GP, insn_read_mask (ip->insn_mo));
5119 mask = insn_reg_mask (ip, 1 << OP_REG_GP, insn_write_mask (ip->insn_mo));
5143 mask = insn_reg_mask (ip, ((1 << OP_REG_FP) | (1 << OP_REG_VEC)
5162 mask = insn_reg_mask (ip, ((1 << OP_REG_FP) | (1 << OP_REG_VEC)
5055 insn_reg_mask (const struct mips_cl_insn *insn, function
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mips.c 4755 insn_reg_mask (const struct mips_cl_insn *insn,
4780 mask = insn_reg_mask (ip, 1 << OP_REG_GP, insn_read_mask (ip->insn_mo));
4810 mask = insn_reg_mask (ip, 1 << OP_REG_GP, insn_write_mask (ip->insn_mo));
4834 mask = insn_reg_mask (ip, ((1 << OP_REG_FP) | (1 << OP_REG_VEC)
4853 mask = insn_reg_mask (ip, ((1 << OP_REG_FP) | (1 << OP_REG_VEC)
4746 insn_reg_mask (const struct mips_cl_insn *insn, function

Completed in 75 milliseconds