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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 424 static bool ix86_function_value_regno_p (const unsigned int);
494 if (!fixed_regs[i] && !ix86_function_value_regno_p (i))
3764 ix86_function_value_regno_p (const unsigned int regno)
26677 #define TARGET_FUNCTION_VALUE_REGNO_P ix86_function_value_regno_p
3752 ix86_function_value_regno_p (const unsigned int regno) function
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 412 static bool ix86_function_value_regno_p (const unsigned int);
474 if (!fixed_regs[i] && !ix86_function_value_regno_p (i))
3663 ix86_function_value_regno_p (const unsigned int regno)
24721 #define TARGET_FUNCTION_VALUE_REGNO_P ix86_function_value_regno_p
3651 ix86_function_value_regno_p (const unsigned int regno) function

Completed in 132 milliseconds