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

/freebsd-10.0-release/contrib/gcc/
H A Dreg-stack.c371 struct stack_def temp_stack;
381 COPY_HARD_REG_SET (temp_stack.reg_set, regstack->reg_set);
383 for (top = temp_stack.top = regstack->top; top >= 0; top--)
384 temp_stack.reg[top] = FIRST_STACK_REG + temp_stack.top - top;
386 change_stack (insn, regstack, &temp_stack, EMIT_BEFORE);
929 struct stack_def temp_stack;
932 temp_stack = *regstack;
935 regno = get_hard_regnum (&temp_stack, src1);
939 k = temp_stack
367 struct stack_def temp_stack; local
918 struct stack_def temp_stack; local
1952 struct stack_def temp_stack; local
[all...]

Completed in 65 milliseconds