Searched refs:match_reg (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-mips.c | 4969 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, ®no)) in match_reg_operand() 5273 if (!match_reg (arg, operand->reg_type, ®no1) in match_reg_pair_operand() 5275 || !match_reg (arg, operand->reg_type, ®no2)) in match_reg_pair_operand() 5363 if (!match_reg (arg, OP_REG_GP, ®no)) in match_clo_clz_dest_operand() 5381 if (!match_reg (arg, OP_REG_GP, ®no)) in match_check_prev_operand() 5407 if (!match_reg (arg, OP_REG_GP, ®no)) in match_same_rs_rt_operand() 5841 if (!match_reg (arg, OP_REG_GP, ®no)) in match_non_zero_reg_operand() 5860 return match_reg (arg, OP_REG_GP, ®no) && regno == other_regno; in match_tied_reg_operand()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2013 | 811 (match_regno, match_reg, match_reg_range): New functions.
|