Searched refs:cpu_type_column (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/msp430/
H A Dmsp430-devices.c249 int cpu_type_column = -1; local
283 cpu_type_column = curr_column;
287 if (cpu_type_column != -1 && mpy_type_column != -1)
292 if (cpu_type_column == -1 || mpy_type_column == -1)
296 if (cpu_type_column == -1 && mpy_type_column != -1)
299 else if (mpy_type_column == -1 && cpu_type_column != -1)
320 int final_col_num = ((mpy_type_column > cpu_type_column)
321 ? mpy_type_column : cpu_type_column);
335 if (curr_col == cpu_type_column)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dmsp430-devices.cc249 int cpu_type_column = -1; local
283 cpu_type_column = curr_column;
287 if (cpu_type_column != -1 && mpy_type_column != -1)
292 if (cpu_type_column == -1 || mpy_type_column == -1)
296 if (cpu_type_column == -1 && mpy_type_column != -1)
299 else if (mpy_type_column == -1 && cpu_type_column != -1)
320 int final_col_num = ((mpy_type_column > cpu_type_column)
321 ? mpy_type_column : cpu_type_column);
335 if (curr_col == cpu_type_column)

Completed in 72 milliseconds