Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitLir.c852 static SLJIT_CONST char* op1_names[] = { variable
996 fprintf(compiler->verbose, " return.%s ", op1_names[op - SLJIT_OP1_BASE]); in check_sljit_emit_return()
1067 …fprintf(compiler->verbose, " %s%s%s%s%s%s%s%s ", !(op & SLJIT_INT_OP) ? "" : "i", op1_names[GET_O… in check_sljit_emit_op1()
1435 …GET_OPCODE(op) >= SLJIT_OP2_BASE ? op2_names[GET_OPCODE(op) - SLJIT_OP2_BASE] : op1_names[GET_OPCO… in check_sljit_emit_op_flags()

Completed in 14 milliseconds