Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c4953 match_reg (struct mips_arg_info *arg, enum mips_reg_operand_type type, in match_reg() function
4973 if (match_reg (arg, type, regno1)) in match_reg_range()
5159 if (!match_reg (arg, operand->reg_type, &regno)) in match_reg_operand()
5191 if (!match_reg (arg, operand->reg_type, &regno1) in match_reg_pair_operand()
5193 || !match_reg (arg, operand->reg_type, &regno2)) in match_reg_pair_operand()
5281 if (!match_reg (arg, OP_REG_GP, &regno)) in match_clo_clz_dest_operand()
5299 if (!match_reg (arg, OP_REG_GP, &regno)) in match_check_prev_operand()
5325 if (!match_reg (arg, OP_REG_GP, &regno)) in match_same_rs_rt_operand()
5741 if (!match_reg (arg, OP_REG_GP, &regno)) in match_non_zero_reg_operand()
5760 return match_reg (arg, OP_REG_GP, &regno) && regno == other_regno; in match_tied_reg_operand()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-2013811 (match_regno, match_reg, match_reg_range): New functions.