Lines Matching refs:regno2
2980 unsigned int regno2; member
3087 unsigned int regno1, regno2, channels; in mips_parse_argument_token() local
3125 if (!mips_parse_register (&s, ®no2, NULL)) in mips_parse_argument_token()
3132 token.u.reg_range.regno2 = regno2; in mips_parse_argument_token()
4987 unsigned int *regno1, unsigned int *regno2) in match_reg_range() argument
4991 *regno2 = *regno1; in match_reg_range()
4996 && match_regno (arg, type, arg->token->u.reg_range.regno2, regno2) in match_reg_range()
4997 && *regno1 <= *regno2) in match_reg_range()
5270 unsigned int regno1, regno2, uval, num_vals; in match_reg_pair_operand() local
5275 || !match_reg (arg, operand->reg_type, ®no2)) in match_reg_pair_operand()
5280 if (operand->reg1_map[uval] == regno1 && operand->reg2_map[uval] == regno2) in match_reg_pair_operand()
5428 unsigned int reglist, sregs, ra, regno1, regno2; in match_lwm_swm_list_operand() local
5432 if (!match_reg_range (arg, OP_REG_GP, ®no1, ®no2)) in match_lwm_swm_list_operand()
5436 if (regno2 == FP && regno1 >= S0 && regno1 <= S7) in match_lwm_swm_list_operand()
5439 regno2 = S7; in match_lwm_swm_list_operand()
5441 reglist |= ((1U << regno2 << 1) - 1) & -(1U << regno1); in match_lwm_swm_list_operand()
5445 && match_reg_range (arg, OP_REG_GP, ®no1, ®no2)); in match_lwm_swm_list_operand()
5505 unsigned int regno1, regno2; in match_entry_exit_operand() local
5508 if (match_reg_range (arg, OP_REG_GP, ®no1, ®no2)) in match_entry_exit_operand()
5510 else if (match_reg_range (arg, OP_REG_FP, ®no1, ®no2)) in match_entry_exit_operand()
5515 if (is_exit && is_freg && regno1 == 0 && regno2 < 2) in match_entry_exit_operand()
5518 mask |= (5 + regno2) << 3; in match_entry_exit_operand()
5520 else if (!is_exit && regno1 == 4 && regno2 >= 4 && regno2 <= 7) in match_entry_exit_operand()
5521 mask |= (regno2 - 3) << 3; in match_entry_exit_operand()
5522 else if (regno1 == 16 && regno2 >= 16 && regno2 <= 17) in match_entry_exit_operand()
5523 mask |= (regno2 - 15) << 1; in match_entry_exit_operand()
5524 else if (regno1 == RA && regno2 == RA) in match_entry_exit_operand()
5552 unsigned int regno1, regno2; in match_save_restore_list_operand() local
5563 if (!match_reg_range (arg, OP_REG_GP, ®no1, ®no2)) in match_save_restore_list_operand()
5566 while (regno1 <= regno2) in match_save_restore_list_operand()