Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreg-stack.c368 struct stack_def temp_stack; in straighten_stack() local
378 temp_stack.reg_set = regstack->reg_set; in straighten_stack()
380 for (top = temp_stack.top = regstack->top; top >= 0; top--) in straighten_stack()
381 temp_stack.reg[top] = FIRST_STACK_REG + temp_stack.top - top; in straighten_stack()
383 change_stack (insn, regstack, &temp_stack, EMIT_BEFORE); in straighten_stack()
1019 struct stack_def temp_stack; in swap_to_top() local
1022 temp_stack = *regstack; in swap_to_top()
1025 regno = get_hard_regnum (&temp_stack, src1); in swap_to_top()
1029 k = temp_stack.top - (regno - FIRST_STACK_REG); in swap_to_top()
1030 j = temp_stack.top; in swap_to_top()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dreg-stack.cc369 struct stack_def temp_stack; in straighten_stack() local
379 temp_stack.reg_set = regstack->reg_set; in straighten_stack()
381 for (top = temp_stack.top = regstack->top; top >= 0; top--) in straighten_stack()
382 temp_stack.reg[top] = FIRST_STACK_REG + temp_stack.top - top; in straighten_stack()
384 change_stack (insn, regstack, &temp_stack, EMIT_BEFORE); in straighten_stack()
1020 struct stack_def temp_stack; in swap_to_top() local
1023 temp_stack = *regstack; in swap_to_top()
1026 regno = get_hard_regnum (&temp_stack, src1); in swap_to_top()
1030 k = temp_stack.top - (regno - FIRST_STACK_REG); in swap_to_top()
1031 j = temp_stack.top; in swap_to_top()
[all …]
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dldap.c1801 struct ldap_config_stack *temp_stack; in next_ldap_entry() local
1819 temp_stack = ldap_stack; in next_ldap_entry()
1821 free_stack_entry (temp_stack); in next_ldap_entry()
2451 struct ldap_config_stack *temp_stack; in ldap_read_config() local
2462 while ((temp_stack = ldap_stack) != NULL) in ldap_read_config()
2464 ldap_stack = temp_stack->next; in ldap_read_config()
2465 free_stack_entry (temp_stack); in ldap_read_config()