Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitLir.h918 #define SLJIT_FOP2_BASE 160 macro
921 #define SLJIT_DADD (SLJIT_FOP2_BASE + 0)
924 #define SLJIT_DSUB (SLJIT_FOP2_BASE + 1)
927 #define SLJIT_DMUL (SLJIT_FOP2_BASE + 2)
930 #define SLJIT_DDIV (SLJIT_FOP2_BASE + 3)
H A DsljitLir.c1300 …bose, " %s%s ", (op & SLJIT_SINGLE_OP) ? "s" : "d", fop2_names[GET_OPCODE(op) - SLJIT_FOP2_BASE]); in check_sljit_emit_fop2()

Completed in 15 milliseconds