Searched refs:regno2 (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-mips.c | 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() [all …]
|