op1_names         852 ext/pcre/pcrelib/sljit/sljitLir.c static SLJIT_CONST char* op1_names[] = {
op1_names         996 ext/pcre/pcrelib/sljit/sljitLir.c 			fprintf(compiler->verbose, "  return.%s ", op1_names[op - SLJIT_OP1_BASE]);
op1_names        1067 ext/pcre/pcrelib/sljit/sljitLir.c 		fprintf(compiler->verbose, "  %s%s%s%s%s%s%s%s ", !(op & SLJIT_INT_OP) ? "" : "i", op1_names[GET_OPCODE(op) - SLJIT_OP1_BASE],
op1_names        1435 ext/pcre/pcrelib/sljit/sljitLir.c 			GET_OPCODE(op) >= SLJIT_OP2_BASE ? op2_names[GET_OPCODE(op) - SLJIT_OP2_BASE] : op1_names[GET_OPCODE(op) - SLJIT_OP1_BASE],