Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c4969 match_reg (struct mips_arg_info *arg, enum mips_reg_operand_type type, in match_reg() function
4989 if (match_reg (arg, type, regno1)) in match_reg_range()
5234 if (!match_reg (arg, operand->reg_type, &regno)) in match_reg_operand()
5273 if (!match_reg (arg, operand->reg_type, &regno1) in match_reg_pair_operand()
5275 || !match_reg (arg, operand->reg_type, &regno2)) in match_reg_pair_operand()
5363 if (!match_reg (arg, OP_REG_GP, &regno)) in match_clo_clz_dest_operand()
5381 if (!match_reg (arg, OP_REG_GP, &regno)) in match_check_prev_operand()
5407 if (!match_reg (arg, OP_REG_GP, &regno)) in match_same_rs_rt_operand()
5841 if (!match_reg (arg, OP_REG_GP, &regno)) in match_non_zero_reg_operand()
5860 return match_reg (arg, OP_REG_GP, &regno) && regno == other_regno; in match_tied_reg_operand()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-2013811 (match_regno, match_reg, match_reg_range): New functions.