HomeSort by: relevance | last modified time | path
    Searched defs:PT_STACK (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 4851 We force the procedure kind to PT_STACK, and the fixed frame location is
4875 the procedure kind to PT_STACK so ensure that the hard_frame_pointer_rtx
7232 enum alpha_procedure_types {PT_NULL = 0, PT_REGISTER = 1, PT_STACK = 2};
7260 if (TARGET_ABI_OPEN_VMS && alpha_procedure_type == PT_STACK)
7297 alpha_procedure_type = PT_STACK;
7305 if (alpha_procedure_type == PT_STACK)
7316 || alpha_procedure_type == PT_STACK
7336 vms_base_regno = REG_PV, alpha_procedure_type = PT_STACK;
7346 if (alpha_procedure_type == PT_STACK)
7359 + (alpha_procedure_type == PT_STACK ? 8 : 0
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 4838 We force the procedure kind to PT_STACK, and the fixed frame location is
4862 the procedure kind to PT_STACK so ensure that the hard_frame_pointer_rtx
7217 enum alpha_procedure_types {PT_NULL = 0, PT_REGISTER = 1, PT_STACK = 2};
7245 if (TARGET_ABI_OPEN_VMS && alpha_procedure_type == PT_STACK)
7282 alpha_procedure_type = PT_STACK;
7290 if (alpha_procedure_type == PT_STACK)
7301 || alpha_procedure_type == PT_STACK
7321 vms_base_regno = REG_PV, alpha_procedure_type = PT_STACK;
7331 if (alpha_procedure_type == PT_STACK)
7344 + (alpha_procedure_type == PT_STACK ? 8 : 0
    [all...]

Completed in 24 milliseconds