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

  /src/external/gpl3/gcc/dist/gcc/
regrename.h 49 unsigned int call_abis : NUM_ABI_IDS;
function-abi.h 28 NUM_ABI_IDS is the maximum number of such ABIs that GCC can handle at once.
31 const size_t NUM_ABI_IDS = 8;
38 the range [0, NUM_ABI_IDS - 1]. */
123 unsigned int m_id : NUM_ABI_IDS;
229 HARD_REG_SET m_abi_clobbers[NUM_ABI_IDS];
270 predefined_function_abi x_function_abis[NUM_ABI_IDS];
  /src/external/gpl3/gcc.old/dist/gcc/
regrename.h 49 unsigned int call_abis : NUM_ABI_IDS;
function-abi.h 28 NUM_ABI_IDS is the maximum number of such ABIs that GCC can handle at once.
31 const size_t NUM_ABI_IDS = 8;
38 the range [0, NUM_ABI_IDS - 1]. */
123 unsigned int m_id : NUM_ABI_IDS;
229 HARD_REG_SET m_abi_clobbers[NUM_ABI_IDS];
270 predefined_function_abi x_function_abis[NUM_ABI_IDS];

Completed in 26 milliseconds