Searched refs:inst_buf_index (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist2/src/sljit/
H A DsljitNativeTILEGX_64.c513 unsigned long inst_buf_index; variable
528 memmove(&inst_buf[1], &inst_buf[0], inst_buf_index * sizeof inst_buf[0]);
536 ++inst_buf_index;
544 (inst_buf_index == 3 ? inst_buf[2].opcode->pipes : (1 << NO_PIPELINE)));
565 if (inst_buf_index == 1) {
576 for (i = 0; i < inst_buf_index; i++) {
593 if (inst_buf_index == 2 && !tilegx_is_x_pipeline(match->pipe[0])) {
627 int orig_index = inst_buf_index;
635 for (i = 0; i < inst_buf_index; i++) {
642 if (inst_buf_index
[all...]

Completed in 108 milliseconds