Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitLir.c948 static const char* op2_names[] = { variable
1312 …fprintf(compiler->verbose, " %s%s%s%s%s ", op2_names[GET_OPCODE(op) - SLJIT_OP2_BASE], !(op & SLJ… in check_sljit_emit_op2()
1833 GET_OPCODE(op) < SLJIT_OP2_BASE ? "mov" : op2_names[GET_OPCODE(op) - SLJIT_OP2_BASE], in check_sljit_emit_op_flags()