Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1138 #define SLJIT_CMP_F64 (SLJIT_FOP1_BASE + 6) macro
1139 #define SLJIT_CMP_F32 (SLJIT_CMP_F64 | SLJIT_32)
H A DsljitLir.c1523 CHECK_ARGUMENT(GET_OPCODE(op) == SLJIT_CMP_F64); in check_sljit_emit_fop1_cmp()
1532 …fprintf(compiler->verbose, " %s%s", fop1_names[SLJIT_CMP_F64 - SLJIT_FOP1_BASE], (op & SLJIT_32) … in check_sljit_emit_fop1_cmp()
2020 if (GET_OPCODE(op) >= SLJIT_CONV_SW_FROM_F64 && GET_OPCODE(op) <= SLJIT_CMP_F64) { \
2021 if (GET_OPCODE(op) == SLJIT_CMP_F64) { \
2258 …sljit_emit_fop1(compiler, SLJIT_CMP_F64 | ((type & 0xff) << VARIABLE_FLAG_SHIFT) | (type & SLJIT_3… in sljit_emit_fcmp()

Completed in 17 milliseconds