Searched refs:match_reg_range (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-mips.c | 4970 match_reg_range (struct mips_arg_info *arg, enum mips_reg_operand_type type, in match_reg_range() function 5350 if (!match_reg_range (arg, OP_REG_GP, ®no1, ®no2)) in match_lwm_swm_list_operand() 5363 && match_reg_range (arg, OP_REG_GP, ®no1, ®no2)); in match_lwm_swm_list_operand() 5426 if (match_reg_range (arg, OP_REG_GP, ®no1, ®no2)) in match_entry_exit_operand() 5428 else if (match_reg_range (arg, OP_REG_FP, ®no1, ®no2)) in match_entry_exit_operand() 5481 if (!match_reg_range (arg, OP_REG_GP, ®no1, ®no2)) in match_save_restore_list_operand()
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-2013 | 811 (match_regno, match_reg, match_reg_range): New functions.
|