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

  /src/external/gpl3/gcc/dist/gcc/
resource.cc 55 static struct resources end_of_function_needs; variable in typeref:struct:resources
885 *res = end_of_function_needs;
896 *res = end_of_function_needs;
1160 end_of_function_needs.cc = 0;
1161 end_of_function_needs.memory = 1;
1162 CLEAR_HARD_REG_SET (end_of_function_needs.regs);
1166 SET_HARD_REG_BIT (end_of_function_needs.regs, FRAME_POINTER_REGNUM);
1168 SET_HARD_REG_BIT (end_of_function_needs.regs,
1175 SET_HARD_REG_BIT (end_of_function_needs.regs, STACK_POINTER_REGNUM);
1179 &end_of_function_needs, true)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
resource.cc 55 static struct resources end_of_function_needs; variable in typeref:struct:resources
885 *res = end_of_function_needs;
896 *res = end_of_function_needs;
1160 end_of_function_needs.cc = 0;
1161 end_of_function_needs.memory = 1;
1162 CLEAR_HARD_REG_SET (end_of_function_needs.regs);
1166 SET_HARD_REG_BIT (end_of_function_needs.regs, FRAME_POINTER_REGNUM);
1168 SET_HARD_REG_BIT (end_of_function_needs.regs,
1175 SET_HARD_REG_BIT (end_of_function_needs.regs, STACK_POINTER_REGNUM);
1179 &end_of_function_needs, true)
    [all...]

Completed in 16 milliseconds