Searched refs:last_regno (Results 1 – 2 of 2) sorted by relevance
1097 unsigned int last_regno; member1137 state->last_regno = regno; in mips_seen_register()1405 print_reg (info, opcode, state->last_reg_type, state->last_regno); in print_insn_arg()1500 if (((prev_op->less_than_ok && uval < state.last_regno) in validate_insn_args()1501 || (prev_op->greater_than_ok && uval > state.last_regno) in validate_insn_args()1502 || (prev_op->equal_ok && uval == state.last_regno))) in validate_insn_args()
4696 unsigned int last_regno; member5174 arg->last_regno = regno; in match_reg_operand()5305 if ((operand->less_than_ok && regno < arg->last_regno) in match_check_prev_operand()5306 || (operand->greater_than_ok && regno > arg->last_regno) in match_check_prev_operand()5307 || (operand->equal_ok && regno == arg->last_regno)) in match_check_prev_operand()5309 arg->last_regno = regno; in match_check_prev_operand()5334 arg->last_regno = regno; in match_same_rs_rt_operand()5747 arg->last_regno = regno; in match_non_zero_reg_operand()6012 return match_tied_reg_operand (arg, arg->last_regno); in match_operand()7725 arg.last_regno = ILLEGAL_REG; in match_insn()[all …]