Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitLir.h1102 #define SLJIT_CMP_F64 (SLJIT_FOP1_BASE + 6) macro
1103 #define SLJIT_CMP_F32 (SLJIT_CMP_F64 | SLJIT_F32_OP)
DsljitLir.c1456 CHECK_ARGUMENT(GET_OPCODE(op) == SLJIT_CMP_F64); in check_sljit_emit_fop1_cmp()
1465 …fprintf(compiler->verbose, " %s%s", fop1_names[SLJIT_CMP_F64 - SLJIT_FOP1_BASE], (op & SLJIT_F32_… in check_sljit_emit_fop1_cmp()
1999 if (GET_OPCODE(op) >= SLJIT_CONV_SW_FROM_F64 && GET_OPCODE(op) <= SLJIT_CMP_F64) { \
2000 if (GET_OPCODE(op) == SLJIT_CMP_F64) { \
2223 …sljit_emit_fop1(compiler, SLJIT_CMP_F64 | ((type & 0xff) << VARIABLE_FLAG_SHIFT) | (type & SLJIT_I… in sljit_emit_fcmp()