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

  /src/external/gpl3/binutils/dist/gas/config/
tc-mips.c 5511 match_reg_range (struct mips_arg_info *arg, enum mips_reg_operand_type type,
5903 if (!match_reg_range (arg, OP_REG_GP, &regno1, &regno2))
5916 && match_reg_range (arg, OP_REG_GP, &regno1, &regno2));
6010 if (match_reg_range (arg, OP_REG_GP, &regno1, &regno2))
6012 else if (match_reg_range (arg, OP_REG_FP, &regno1, &regno2))
6102 if (!match_reg_range (arg, OP_REG_GP, &regno1, &regno2))
5502 match_reg_range (struct mips_arg_info *arg, enum mips_reg_operand_type type, function
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mips.c 5202 match_reg_range (struct mips_arg_info *arg, enum mips_reg_operand_type type,
5594 if (!match_reg_range (arg, OP_REG_GP, &regno1, &regno2))
5607 && match_reg_range (arg, OP_REG_GP, &regno1, &regno2));
5701 if (match_reg_range (arg, OP_REG_GP, &regno1, &regno2))
5703 else if (match_reg_range (arg, OP_REG_FP, &regno1, &regno2))
5793 if (!match_reg_range (arg, OP_REG_GP, &regno1, &regno2))
5193 match_reg_range (struct mips_arg_info *arg, enum mips_reg_operand_type type, function

Completed in 64 milliseconds