Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic4x.c1130 if (!IS_CPU_TIC3X (temp) && !IS_CPU_TIC4X (temp)) in tic4x_version()
1709 || ( IS_CPU_TIC3X (tic4x_cpu) && exp->X_add_number <= 255 ) ) in tic4x_operands_match()
2200 else if (exp->X_add_number < 32 && IS_CPU_TIC3X (tic4x_cpu)) in tic4x_operands_match()
2714 if (!IS_CPU_TIC3X (tic4x_cpu) && !IS_CPU_TIC4X (tic4x_cpu)) in md_parse_option()
/toolchain/binutils/binutils-2.27/include/opcode/
Dtic4x.h22 #define IS_CPU_TIC3X(v) ((v) == 30 || (v) == 31 || (v) == 32 || (v) == 33) macro