Home
last modified time | relevance | path

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

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