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

  /src/external/gpl3/gcc/dist/gcc/config/nios2/
nios2.cc 106 static int custom_code_index[256]; variable
4100 if (custom_code_status[N] == CCS_FPU && index != custom_code_index[N])
4105 N2FPU_NAME (custom_code_index[N]), N2FPU_NAME (index));
4112 custom_builtin_name[custom_code_index[N]],
4124 N2FPU_NAME (custom_code_index[N]));
4136 custom_code_index[N] = index;
4146 custom_code_index[N] = 0;
4164 memcpy (ptr->saved_custom_code_index, custom_code_index,
4165 sizeof (custom_code_index));
4178 memcpy (custom_code_index, ptr->saved_custom_code_index
    [all...]
nios2.cc 106 static int custom_code_index[256]; variable
4100 if (custom_code_status[N] == CCS_FPU && index != custom_code_index[N])
4105 N2FPU_NAME (custom_code_index[N]), N2FPU_NAME (index));
4112 custom_builtin_name[custom_code_index[N]],
4124 N2FPU_NAME (custom_code_index[N]));
4136 custom_code_index[N] = index;
4146 custom_code_index[N] = 0;
4164 memcpy (ptr->saved_custom_code_index, custom_code_index,
4165 sizeof (custom_code_index));
4178 memcpy (custom_code_index, ptr->saved_custom_code_index
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/nios2/
nios2.cc 106 static int custom_code_index[256]; variable
4094 if (custom_code_status[N] == CCS_FPU && index != custom_code_index[N])
4099 N2FPU_NAME (custom_code_index[N]), N2FPU_NAME (index));
4106 custom_builtin_name[custom_code_index[N]],
4118 N2FPU_NAME (custom_code_index[N]));
4130 custom_code_index[N] = index;
4140 custom_code_index[N] = 0;
4158 memcpy (ptr->saved_custom_code_index, custom_code_index,
4159 sizeof (custom_code_index));
4172 memcpy (custom_code_index, ptr->saved_custom_code_index
    [all...]
nios2.cc 106 static int custom_code_index[256]; variable
4094 if (custom_code_status[N] == CCS_FPU && index != custom_code_index[N])
4099 N2FPU_NAME (custom_code_index[N]), N2FPU_NAME (index));
4106 custom_builtin_name[custom_code_index[N]],
4118 N2FPU_NAME (custom_code_index[N]));
4130 custom_code_index[N] = index;
4140 custom_code_index[N] = 0;
4158 memcpy (ptr->saved_custom_code_index, custom_code_index,
4159 sizeof (custom_code_index));
4172 memcpy (custom_code_index, ptr->saved_custom_code_index
    [all...]

Completed in 60 milliseconds