Searched refs:regno2 (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-mips.c | 2948 unsigned int regno2; member 3056 unsigned int regno1, regno2, channels; in mips_parse_argument_token() local 3094 if (!mips_parse_register (&s, ®no2, 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, ®no2)) in match_reg_pair_operand() [all …]
|