Searched defs:pipe (Results 1 - 2 of 2) sorted by relevance

/arch/tile/kernel/
H A Dtile-desc_32.c2522 /* Given a set of bundle bits and a specific pipe, returns which
2523 * instruction the bundle contains in that pipe.
2526 find_opcode(tilepro_bundle_bits bits, tilepro_pipeline pipe) argument
2528 const unsigned short *table = tilepro_bundle_decoder_fsms[pipe];
2553 int pipe; local
2567 /* For each pipe, find an instruction that fits. */
2568 for (pipe = min_pipe; pipe <= max_pipe; pipe++)
2575 opc = find_opcode (bits, (tilepro_pipeline)pipe);
[all...]
H A Dtile-desc_64.c2135 /* Given a set of bundle bits and the lookup FSM for a specific pipe,
2136 * returns which instruction the bundle contains in that pipe.
2165 int pipe; local
2179 /* For each pipe, find an instruction that fits. */
2180 for (pipe = min_pipe; pipe <= max_pipe; pipe++)
2187 opc = find_opcode (bits, tilegx_bundle_decoder_fsms[pipe]);
2194 &tilegx_operands[opc->operands[pipe][i]];

Completed in 131 milliseconds