Searched refs:last_regno (Results 1 – 2 of 2) sorted by relevance
1139 unsigned int last_regno; member1179 state->last_regno = regno; in mips_seen_register()1454 print_reg (info, opcode, state->last_reg_type, state->last_regno); in print_insn_arg()1553 if (((prev_op->less_than_ok && uval < state.last_regno) in validate_insn_args()1554 || (prev_op->greater_than_ok && uval > state.last_regno) in validate_insn_args()1555 || (prev_op->equal_ok && uval == state.last_regno))) in validate_insn_args()
4706 unsigned int last_regno; member5256 arg->last_regno = regno; in match_reg_operand()5387 if ((operand->less_than_ok && regno < arg->last_regno) in match_check_prev_operand()5388 || (operand->greater_than_ok && regno > arg->last_regno) in match_check_prev_operand()5389 || (operand->equal_ok && regno == arg->last_regno)) in match_check_prev_operand()5391 arg->last_regno = regno; in match_check_prev_operand()5416 arg->last_regno = regno; in match_same_rs_rt_operand()5847 arg->last_regno = regno; in match_non_zero_reg_operand()6115 return match_tied_reg_operand (arg, arg->last_regno); in match_operand()7830 arg.last_regno = ILLEGAL_REG; in match_insn()[all …]