Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dreg-stack.c367 struct stack_def temp_stack; in straighten_stack() local
380 temp_stack.reg[top] = FIRST_STACK_REG + temp_stack.top - top; in straighten_stack()
918 struct stack_def temp_stack; in swap_to_top() local
921 temp_stack = *regstack; in swap_to_top()
929 j = temp_stack.top; in swap_to_top()
932 temp_stack.reg[k] = temp_stack.reg[j]; in swap_to_top()
942 j = temp_stack.top - 1; in swap_to_top()
945 temp_stack.reg[k] = temp_stack.reg[j]; in swap_to_top()
2048 temp_stack = *regstack; in subst_asm_stack_regs()
2078 j = (temp_stack.top in subst_asm_stack_regs()
[all …]