Lines Matching refs:regno2

2948       unsigned int regno2;  member
3056 unsigned int regno1, regno2, channels; in mips_parse_argument_token() local
3094 if (!mips_parse_register (&s, &regno2, NULL)) in mips_parse_argument_token()
3101 token.u.reg_range.regno2 = regno2; in mips_parse_argument_token()
4971 unsigned int *regno1, unsigned int *regno2) in match_reg_range() argument
4975 *regno2 = *regno1; in match_reg_range()
4980 && match_regno (arg, type, arg->token->u.reg_range.regno2, regno2) in match_reg_range()
4981 && *regno1 <= *regno2) in match_reg_range()
5188 unsigned int regno1, regno2, uval, num_vals; in match_reg_pair_operand() local
5193 || !match_reg (arg, operand->reg_type, &regno2)) in match_reg_pair_operand()
5198 if (operand->reg1_map[uval] == regno1 && operand->reg2_map[uval] == regno2) in match_reg_pair_operand()
5346 unsigned int reglist, sregs, ra, regno1, regno2; in match_lwm_swm_list_operand() local
5350 if (!match_reg_range (arg, OP_REG_GP, &regno1, &regno2)) in match_lwm_swm_list_operand()
5354 if (regno2 == FP && regno1 >= S0 && regno1 <= S7) in match_lwm_swm_list_operand()
5357 regno2 = S7; in match_lwm_swm_list_operand()
5359 reglist |= ((1U << regno2 << 1) - 1) & -(1U << regno1); in match_lwm_swm_list_operand()
5363 && match_reg_range (arg, OP_REG_GP, &regno1, &regno2)); in match_lwm_swm_list_operand()
5423 unsigned int regno1, regno2; in match_entry_exit_operand() local
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()
5433 if (is_exit && is_freg && regno1 == 0 && regno2 < 2) in match_entry_exit_operand()
5436 mask |= (5 + regno2) << 3; in match_entry_exit_operand()
5438 else if (!is_exit && regno1 == 4 && regno2 >= 4 && regno2 <= 7) in match_entry_exit_operand()
5439 mask |= (regno2 - 3) << 3; in match_entry_exit_operand()
5440 else if (regno1 == 16 && regno2 >= 16 && regno2 <= 17) in match_entry_exit_operand()
5441 mask |= (regno2 - 15) << 1; in match_entry_exit_operand()
5442 else if (regno1 == RA && regno2 == RA) in match_entry_exit_operand()
5470 unsigned int regno1, regno2; in match_save_restore_list_operand() local
5481 if (!match_reg_range (arg, OP_REG_GP, &regno1, &regno2)) in match_save_restore_list_operand()
5484 while (regno1 <= regno2) in match_save_restore_list_operand()