Searched refs:temp_stack (Results 1 – 3 of 3) sorted by relevance
368 struct stack_def temp_stack; in straighten_stack() local378 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() local1022 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 …]
369 struct stack_def temp_stack; in straighten_stack() local379 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() local1023 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 …]
1801 struct ldap_config_stack *temp_stack; in next_ldap_entry() local1819 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() local2462 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()