Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c4970 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, &regno1, &regno2)) in match_lwm_swm_list_operand()
5363 && match_reg_range (arg, OP_REG_GP, &regno1, &regno2)); in match_lwm_swm_list_operand()
5426 if (match_reg_range (arg, OP_REG_GP, &regno1, &regno2)) in match_entry_exit_operand()
5428 else if (match_reg_range (arg, OP_REG_FP, &regno1, &regno2)) in match_entry_exit_operand()
5481 if (!match_reg_range (arg, OP_REG_GP, &regno1, &regno2)) in match_save_restore_list_operand()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-2013811 (match_regno, match_reg, match_reg_range): New functions.