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

/external/pcre/dist2/src/sljit/
H A DsljitNativeTILEGX_64.c512 struct jit_instr inst_buf[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE]; variable in typeref:struct:jit_instr
528 memmove(&inst_buf[1], &inst_buf[0], inst_buf_index * sizeof inst_buf[0]);
531 inst_buf[0].opcode = opcode;
532 inst_buf[0].pipe = get_any_valid_pipe(opcode);
533 inst_buf[0].input_registers = 0;
534 inst_buf[0].output_registers = 0;
535 inst_buf[0].line = line;
542 inst_buf[
[all...]

Completed in 130 milliseconds