Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h897 #define SLJIT_OP0_BASE 0 macro
902 #define SLJIT_BREAKPOINT (SLJIT_OP0_BASE + 0)
906 #define SLJIT_NOP (SLJIT_OP0_BASE + 1)
910 #define SLJIT_LMUL_UW (SLJIT_OP0_BASE + 2)
914 #define SLJIT_LMUL_SW (SLJIT_OP0_BASE + 3)
919 #define SLJIT_DIVMOD_UW (SLJIT_OP0_BASE + 4)
927 #define SLJIT_DIVMOD_SW (SLJIT_OP0_BASE + 5)
933 #define SLJIT_DIV_UW (SLJIT_OP0_BASE + 6)
941 #define SLJIT_DIV_SW (SLJIT_OP0_BASE + 7)
947 #define SLJIT_ENDBR (SLJIT_OP0_BASE + 8)
[all …]
H A DsljitLir.c1246 fprintf(compiler->verbose, " %s", op0_names[GET_OPCODE(op) - SLJIT_OP0_BASE]); in check_sljit_emit_op0()

Completed in 17 milliseconds