Searched refs:temp_stack (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | reg-stack.c | 367 struct stack_def temp_stack; in straighten_stack() local 377 COPY_HARD_REG_SET (temp_stack.reg_set, regstack->reg_set); in straighten_stack() 379 for (top = temp_stack.top = regstack->top; top >= 0; top--) in straighten_stack() 380 temp_stack.reg[top] = FIRST_STACK_REG + temp_stack.top - top; in straighten_stack() 382 change_stack (insn, regstack, &temp_stack, EMIT_BEFORE); in straighten_stack() 918 struct stack_def temp_stack; in swap_to_top() local 921 temp_stack = *regstack; in swap_to_top() 924 regno = get_hard_regnum (&temp_stack, src1); in swap_to_top() 928 k = temp_stack.top - (regno - FIRST_STACK_REG); in swap_to_top() 929 j = temp_stack.top; in swap_to_top() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | reg-stack.c | 364 struct stack_def temp_stack; local 374 COPY_HARD_REG_SET (temp_stack.reg_set, regstack->reg_set); 376 for (top = temp_stack.top = regstack->top; top >= 0; top--) 377 temp_stack.reg[top] = FIRST_STACK_REG + temp_stack.top - top; 379 change_stack (insn, regstack, &temp_stack, EMIT_AFTER); 1881 struct stack_def temp_stack; local 1978 temp_stack = *regstack; 1995 int regno = get_hard_regnum (&temp_stack, recog_data.operand[i]); 2008 k = temp_stack.top - (regno - FIRST_STACK_REG); 2009 j = (temp_stack.top [all …]
|