Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dtilegx_disasm.h1179 #define tilegx_is_x_pipeline(p) ((Int)(p) <= (Int)TILEGX_PIPELINE_X1) macro
/external/pcre/dist/sljit/
DsljitNativeTILEGX_64.c382 #define tilegx_is_x_pipeline(p) ((int)(p) <= (int)TILEGX_PIPELINE_X1) macro
595 if (inst_buf_index == 2 && !tilegx_is_x_pipeline(match->pipe[0])) { in assign_pipes()