Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1104 #define SLJIT_FOP2_BASE 192 macro
1107 #define SLJIT_ADD_F64 (SLJIT_FOP2_BASE + 0)
1110 #define SLJIT_SUB_F64 (SLJIT_FOP2_BASE + 1)
1113 #define SLJIT_MUL_F64 (SLJIT_FOP2_BASE + 2)
1116 #define SLJIT_DIV_F64 (SLJIT_FOP2_BASE + 3)
H A DsljitLir.c1545 …fprintf(compiler->verbose, " %s%s ", fop2_names[GET_OPCODE(op) - SLJIT_FOP2_BASE], (op & SLJIT_F3… in check_sljit_emit_fop2()

Completed in 29 milliseconds