Searched refs:SLJIT_OP0_BASE (Results 1 - 2 of 2) sorted by relevance

/external/pcre/dist2/src/sljit/
H A DsljitLir.h685 #define SLJIT_OP0_BASE 0 macro
690 #define SLJIT_BREAKPOINT (SLJIT_OP0_BASE + 0)
694 #define SLJIT_NOP (SLJIT_OP0_BASE + 1)
698 #define SLJIT_LMUL_UW (SLJIT_OP0_BASE + 2)
702 #define SLJIT_LMUL_SW (SLJIT_OP0_BASE + 3)
707 #define SLJIT_DIVMOD_UW (SLJIT_OP0_BASE + 4)
715 #define SLJIT_DIVMOD_SW (SLJIT_OP0_BASE + 5)
721 #define SLJIT_DIV_UW (SLJIT_OP0_BASE + 6)
729 #define SLJIT_DIV_SW (SLJIT_OP0_BASE + 7)
H A DsljitLir.c1045 fprintf(compiler->verbose, " %s", op0_names[GET_OPCODE(op) - SLJIT_OP0_BASE]);

Completed in 49 milliseconds