Searched refs:other_reg (Results 1 – 3 of 3) sorted by relevance
980 int tmp, other_reg; /* swap regno temps */ local991 other_reg = regstack->top - (hard_regno - FIRST_STACK_REG);993 tmp = regstack->reg[other_reg];994 regstack->reg[other_reg] = regstack->reg[regstack->top];
813 int tmp, other_reg; /* swap regno temps */ in emit_swap_insn() local833 other_reg = regstack->top - (hard_regno - FIRST_STACK_REG); in emit_swap_insn()835 tmp = regstack->reg[other_reg]; in emit_swap_insn()836 regstack->reg[other_reg] = regstack->reg[regstack->top]; in emit_swap_insn()
1983 std::optional<RegisterInfo> other_reg = in EmulateADDSPRm() local1985 context.SetRegisterRegisterOperands(*sp_reg, *other_reg); in EmulateADDSPRm()