HomeSort by relevance Sort by last modified time
    Searched refs:SLJIT_OP0_BASE (Results 1 - 2 of 2) sorted by null

  /external/pcre/dist/sljit/
sljitLir.h 664 #define SLJIT_OP0_BASE 0
669 #define SLJIT_BREAKPOINT (SLJIT_OP0_BASE + 0)
673 #define SLJIT_NOP (SLJIT_OP0_BASE + 1)
677 #define SLJIT_UMUL (SLJIT_OP0_BASE + 2)
681 #define SLJIT_SMUL (SLJIT_OP0_BASE + 3)
686 #define SLJIT_UDIV (SLJIT_OP0_BASE + 4)
692 #define SLJIT_SDIV (SLJIT_OP0_BASE + 5)
    [all...]
sljitLir.c 1021 fprintf(compiler->verbose, " %s%s\n", !(op & SLJIT_INT_OP) ? "" : "i", op0_names[GET_OPCODE(op) - SLJIT_OP0_BASE]);
    [all...]

Completed in 30 milliseconds