Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dtic4x-dis.c138 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()
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-tic4x.c1233 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 …]
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Dtic4x.h23 #define IS_CPU_TIC4X(v) ((v) == 0 || (v) == 40 || (v) == 44) macro