OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tilegx_is_x_pipeline
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
tilegx.h
1131
#define
tilegx_is_x_pipeline
(p) ((int)(p) <= (int)TILEGX_PIPELINE_X1)
macro
/external/valgrind/VEX/priv/
tilegx_disasm.h
1179
#define
tilegx_is_x_pipeline
(p) ((Int)(p) <= (Int)TILEGX_PIPELINE_X1)
macro
/toolchain/binutils/binutils-2.25/gas/config/
tc-tilegx.c
956
if (current_bundle_index == 2 && !
tilegx_is_x_pipeline
(match->pipe[0]))
[
all
...]
/external/pcre/dist/sljit/
sljitNativeTILEGX_64.c
377
#define
tilegx_is_x_pipeline
(p) ((int)(p) <= (int)TILEGX_PIPELINE_X1)
macro
593
if (inst_buf_index == 2 && !
tilegx_is_x_pipeline
(match->pipe[0])) {
[
all
...]
Completed in 82 milliseconds