Searched refs:IS_CPU_TIC4X (Results 1 – 3 of 3) sorted by relevance
138 if (IS_CPU_TIC4X (tic4x_version)) in tic4x_print_register()147 if ((int) regno > (IS_CPU_TIC4X (tic4x_version) ? TIC4X_REG_MAX : TIC3X_REG_MAX)) in tic4x_print_register()415 if (IS_CPU_TIC4X (tic4x_version)) in tic4x_print_op()423 if (! IS_CPU_TIC4X (tic4x_version)) in tic4x_print_op()504 if (! IS_CPU_TIC4X (tic4x_version)) in tic4x_print_op()534 if (! IS_CPU_TIC4X (tic4x_version)) in tic4x_print_op()547 IS_CPU_TIC4X (tic4x_version) ? in tic4x_print_op()553 if (! IS_CPU_TIC4X (tic4x_version)) in tic4x_print_op()693 tic4x_oplevel = (IS_CPU_TIC4X (tic4x_version)) ? OP_C4X : 0; in tic4x_disassemble()
1233 if (!IS_CPU_TIC3X (temp) && !IS_CPU_TIC4X (temp))1252 if (IS_CPU_TIC4X (tic4x_cpu)) in tic4x_init_regtable()1454 if ( IS_CPU_TIC4X(tic4x_cpu) ) in md_begin()1505 IS_CPU_TIC4X (tic4x_cpu) ? bfd_mach_tic4x : bfd_mach_tic3x); in tic4x_end()1824 if( ( IS_CPU_TIC4X (tic4x_cpu) && exp->X_add_number <= 65535 )1898 if (IS_CPU_TIC4X (tic4x_cpu))1912 if (!IS_CPU_TIC4X (tic4x_cpu))1940 || (IS_CPU_TIC4X (tic4x_cpu) && reg >= REG_R8 && reg <= REG_R11) )1980 || (IS_CPU_TIC4X (tic4x_cpu) && reg >= REG_R8 && reg <= REG_R11) )2020 if (IS_CPU_TIC4X (tic4x_cpu))[all …]
23 #define IS_CPU_TIC4X(v) ((v) == 0 || (v) == 40 || (v) == 44) macro