Home
last modified time | relevance | path

Searched refs:tic4x_cpu (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic4x.c64 static unsigned int tic4x_cpu = 0; /* Default to TMS320C40. */ variable
1136 if (tic4x_cpu && temp != (offsetT) tic4x_cpu) in tic4x_version()
1138 tic4x_cpu = temp; in tic4x_version()
1151 if (IS_CPU_TIC4X (tic4x_cpu)) in tic4x_init_regtable()
1194 tic4x_insert_sym (".TMS320xx", tic4x_cpu == 0 ? 40 : tic4x_cpu); in tic4x_init_symbols()
1195 …tic4x_insert_sym (".C3X", tic4x_cpu == 30 || tic4x_cpu == 31 || tic4x_cpu == 32 || tic4x_cpu == 33… in tic4x_init_symbols()
1196 …tic4x_insert_sym (".C3x", tic4x_cpu == 30 || tic4x_cpu == 31 || tic4x_cpu == 32 || tic4x_cpu == 33… in tic4x_init_symbols()
1197 tic4x_insert_sym (".C4X", tic4x_cpu == 0 || tic4x_cpu == 40 || tic4x_cpu == 44); in tic4x_init_symbols()
1198 tic4x_insert_sym (".C4x", tic4x_cpu == 0 || tic4x_cpu == 40 || tic4x_cpu == 44); in tic4x_init_symbols()
1200 …tic4x_insert_sym (".TMS320C30", tic4x_cpu == 30 || tic4x_cpu == 31 || tic4x_cpu == 32 || tic4x_cpu in tic4x_init_symbols()
[all …]