Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitLir.h835 #define SLJIT_OP0_BASE 0 macro
840 #define SLJIT_BREAKPOINT (SLJIT_OP0_BASE + 0)
844 #define SLJIT_NOP (SLJIT_OP0_BASE + 1)
848 #define SLJIT_LMUL_UW (SLJIT_OP0_BASE + 2)
852 #define SLJIT_LMUL_SW (SLJIT_OP0_BASE + 3)
857 #define SLJIT_DIVMOD_UW (SLJIT_OP0_BASE + 4)
865 #define SLJIT_DIVMOD_SW (SLJIT_OP0_BASE + 5)
871 #define SLJIT_DIV_UW (SLJIT_OP0_BASE + 6)
879 #define SLJIT_DIV_SW (SLJIT_OP0_BASE + 7)
DsljitLir.c1139 fprintf(compiler->verbose, " %s", op0_names[GET_OPCODE(op) - SLJIT_OP0_BASE]); in check_sljit_emit_op0()