Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/opcode/
Dtilegx.h1136 #define tilegx_is_x_pipeline(p) ((int)(p) <= (int)TILEGX_PIPELINE_X1) macro
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tilegx.c957 if (current_bundle_index == 2 && !tilegx_is_x_pipeline (match->pipe[0])) in tilegx_flush_bundle()