HomeSort by: relevance | last modified time | path
    Searched defs:inst_buf_index (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeTILEGX_64.c 515 unsigned long inst_buf_index; variable in typeref:typename:unsigned long
530 memmove(&inst_buf[1], &inst_buf[0], inst_buf_index * sizeof inst_buf[0]);
538 ++inst_buf_index;
546 (inst_buf_index == 3 ? inst_buf[2].opcode->pipes : (1 << NO_PIPELINE)));
567 if (inst_buf_index == 1) {
578 for (i = 0; i < inst_buf_index; i++) {
595 if (inst_buf_index == 2 && !tilegx_is_x_pipeline(match->pipe[0])) {
629 int orig_index = inst_buf_index;
637 for (i = 0; i < inst_buf_index; i++) {
644 if (inst_buf_index == 3
    [all...]
sljitNativeTILEGX_64.c 515 unsigned long inst_buf_index; variable in typeref:typename:unsigned long
530 memmove(&inst_buf[1], &inst_buf[0], inst_buf_index * sizeof inst_buf[0]);
538 ++inst_buf_index;
546 (inst_buf_index == 3 ? inst_buf[2].opcode->pipes : (1 << NO_PIPELINE)));
567 if (inst_buf_index == 1) {
578 for (i = 0; i < inst_buf_index; i++) {
595 if (inst_buf_index == 2 && !tilegx_is_x_pipeline(match->pipe[0])) {
629 int orig_index = inst_buf_index;
637 for (i = 0; i < inst_buf_index; i++) {
644 if (inst_buf_index == 3
    [all...]

Completed in 24 milliseconds