Home
last modified time | relevance | path

Searched refs:other_reg (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dreg-stack.c980 int tmp, other_reg; /* swap regno temps */ local
991 other_reg = regstack->top - (hard_regno - FIRST_STACK_REG);
993 tmp = regstack->reg[other_reg];
994 regstack->reg[other_reg] = regstack->reg[regstack->top];
/openbsd/src/gnu/gcc/gcc/
Dreg-stack.c813 int tmp, other_reg; /* swap regno temps */ in emit_swap_insn() local
833 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()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp1983 std::optional<RegisterInfo> other_reg = in EmulateADDSPRm() local
1985 context.SetRegisterRegisterOperands(*sp_reg, *other_reg); in EmulateADDSPRm()