Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1384 #define SLJIT_CMP_F64 (SLJIT_FOP1_BASE + 8) macro
1385 #define SLJIT_CMP_F32 (SLJIT_CMP_F64 | SLJIT_32)
H A DsljitLir.c1819 CHECK_ARGUMENT(GET_OPCODE(op) == SLJIT_CMP_F64); in check_sljit_emit_fop1_cmp()
1828 …fprintf(compiler->verbose, " %s%s", fop1_names[SLJIT_CMP_F64 - SLJIT_FOP1_BASE], (op & SLJIT_32) … in check_sljit_emit_fop1_cmp()
2954 if (GET_OPCODE(op) >= SLJIT_CONV_SW_FROM_F64 && GET_OPCODE(op) <= SLJIT_CMP_F64) { \
2955 if (GET_OPCODE(op) == SLJIT_CMP_F64) { \
3230 …sljit_emit_fop1(compiler, SLJIT_CMP_F64 | ((type & 0xfe) << VARIABLE_FLAG_SHIFT) | (type & SLJIT_3… in sljit_emit_fcmp()

Completed in 27 milliseconds