Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1090 #define SLJIT_CMP_F64 (SLJIT_FOP1_BASE + 6) macro
1091 #define SLJIT_CMP_F32 (SLJIT_CMP_F64 | SLJIT_F32_OP)
H A DsljitLir.c1447 CHECK_ARGUMENT(GET_OPCODE(op) == SLJIT_CMP_F64); in check_sljit_emit_fop1_cmp()
1456 …fprintf(compiler->verbose, " %s%s", fop1_names[SLJIT_CMP_F64 - SLJIT_FOP1_BASE], (op & SLJIT_F32_… in check_sljit_emit_fop1_cmp()
1990 if (GET_OPCODE(op) >= SLJIT_CONV_SW_FROM_F64 && GET_OPCODE(op) <= SLJIT_CMP_F64) { \
1991 if (GET_OPCODE(op) == SLJIT_CMP_F64) { \
2214 …sljit_emit_fop1(compiler, SLJIT_CMP_F64 | ((type & 0xff) << VARIABLE_FLAG_SHIFT) | (type & SLJIT_I… in sljit_emit_fcmp()

Completed in 19 milliseconds