Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitLir.c852 static const char* op1_names[] = { variable
996 fprintf(compiler->verbose, " return%s ", op1_names[op - SLJIT_OP1_BASE]); in check_sljit_emit_return()
1076 …!(op & SLJIT_I32_OP) ? "" : "32", (op != SLJIT_MOV32 && op != SLJIT_MOVU32) ? op1_names[GET_OPCODE… in check_sljit_emit_op1()
1080 …fprintf(compiler->verbose, " %s%s%s%s%s%s%s%s ", op1_names[GET_OPCODE(op) - SLJIT_OP1_BASE], !(op… in check_sljit_emit_op1()
1452 …GET_OPCODE(op) < SLJIT_OP2_BASE ? op1_names[GET_OPCODE(op) - SLJIT_OP1_BASE] : ((op & SLJIT_I32_OP… in check_sljit_emit_op_flags()