Searched refs:pipes (Results 51 - 59 of 59) sorted by relevance

123

/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dtilegx.h1221 /* A bit mask of which of the five pipes this instruction
1228 unsigned char pipes; member in struct:tilegx_opcode
H A Dtilepro.h1513 /* A bit mask of which of the five pipes this instruction
1520 unsigned char pipes; member in struct:tilepro_opcode
/netbsd-current/external/mit/libuv/dist/
H A DMakefile.am252 test/test-stdio-over-pipes.c \
/netbsd-current/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeTILEGX_64.c487 /* Mask of pipes used by this bundle. */
521 for (pipe = 0; ((opcode->pipes & (1 << pipe)) == 0 && pipe < TILEGX_NUM_PIPELINE_ENCODINGS); pipe++)
544 inst_buf[0].opcode->pipes,
545 inst_buf[1].opcode->pipes,
546 (inst_buf_index == 3 ? inst_buf[2].opcode->pipes : (1 << NO_PIPELINE)));
H A DsljitNativeTILEGX-encoder.c630 /* A bit mask of which of the five pipes this instruction
637 unsigned char pipes; member in struct:tilegx_opcode
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dtilepro.h1513 /* A bit mask of which of the five pipes this instruction
1520 unsigned char pipes; member in struct:tilepro_opcode
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dtilepro.h1515 /* A bit mask of which of the five pipes this instruction
1522 unsigned char pipes; member in struct:tilepro_opcode
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dtilepro.h1513 /* A bit mask of which of the five pipes this instruction
1520 unsigned char pipes; member in struct:tilepro_opcode
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_dp.c835 unsigned int pipes = (1 << PIPE_A) | (1 << PIPE_B); local
849 pipes &= ~(1 << intel_dp->pps_pipe);
854 pipes &= ~(1 << intel_dp->active_pipe);
858 if (pipes == 0)
861 return ffs(pipes) - 1;

Completed in 322 milliseconds

123