Home
last modified time | relevance | path

Searched refs:compatible_pipes (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dtc-tilepro.c749 unsigned compatible_pipes; in tilepro_flush_bundle() local
806 compatible_pipes = in tilepro_flush_bundle()
818 if ((b->pipe_mask & compatible_pipes) == b->pipe_mask) in tilepro_flush_bundle()
H A Dtc-tilegx.c862 unsigned compatible_pipes; in tilegx_flush_bundle() local
919 compatible_pipes = in tilegx_flush_bundle()
931 if ((b->pipe_mask & compatible_pipes) == b->pipe_mask) in tilegx_flush_bundle()
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dtc-tilepro.c749 unsigned compatible_pipes; in tilepro_flush_bundle() local
806 compatible_pipes = in tilepro_flush_bundle()
818 if ((b->pipe_mask & compatible_pipes) == b->pipe_mask) in tilepro_flush_bundle()
H A Dtc-tilegx.c862 unsigned compatible_pipes; in tilegx_flush_bundle() local
919 compatible_pipes = in tilegx_flush_bundle()
931 if ((b->pipe_mask & compatible_pipes) == b->pipe_mask) in tilegx_flush_bundle()
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-tilepro.c756 unsigned compatible_pipes; in tilepro_flush_bundle() local
813 compatible_pipes = in tilepro_flush_bundle()
825 if ((b->pipe_mask & compatible_pipes) == b->pipe_mask) in tilepro_flush_bundle()
H A Dtc-tilegx.c866 unsigned compatible_pipes; in tilegx_flush_bundle() local
923 compatible_pipes = in tilegx_flush_bundle()
935 if ((b->pipe_mask & compatible_pipes) == b->pipe_mask) in tilegx_flush_bundle()
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-tilepro.c749 unsigned compatible_pipes; in tilepro_flush_bundle() local
806 compatible_pipes = in tilepro_flush_bundle()
818 if ((b->pipe_mask & compatible_pipes) == b->pipe_mask) in tilepro_flush_bundle()
H A Dtc-tilegx.c862 unsigned compatible_pipes; in tilegx_flush_bundle() local
919 compatible_pipes = in tilegx_flush_bundle()
931 if ((b->pipe_mask & compatible_pipes) == b->pipe_mask) in tilegx_flush_bundle()
/netbsd/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeTILEGX_64.c543 unsigned int compatible_pipes = BUNDLE_FORMAT_MASK( in compute_format() local
553 if ((b->pipe_mask & compatible_pipes) == b->pipe_mask) { in compute_format()