Home
last modified time | relevance | path

Searched refs:SLJIT_CONV_F64_FROM_F32 (Results 1 – 9 of 9) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1074 #define SLJIT_CONV_F64_FROM_F32 (SLJIT_FOP1_BASE + 1) macro
1075 #define SLJIT_CONV_F32_FROM_F64 (SLJIT_CONV_F64_FROM_F32 | SLJIT_F32_OP)
H A DsljitNativeSPARC_common.c1113 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()
1145 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
H A DsljitNativeARM_64.c1518 …emit_fop_mem(compiler, (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) ? (mem_flags ^ 0x1) : mem_flags… in sljit_emit_fop1()
1537 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
H A DsljitLir.c1416 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) in check_sljit_emit_fop1()
1417 fprintf(compiler->verbose, " %s%s ", fop1_names[SLJIT_CONV_F64_FROM_F32 - SLJIT_FOP1_BASE], in check_sljit_emit_fop1()
H A DsljitNativeMIPS_common.c1641 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()
1666 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
H A DsljitNativeARM_T2_32.c1657 if (GET_OPCODE(op) != SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()
1680 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
H A DsljitNativePPC_common.c1777 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()
1788 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
H A DsljitNativeARM_32.c1971 if (GET_OPCODE(op) != SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()
1994 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
H A DsljitNativeX86_common.c2571 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) {

Completed in 69 milliseconds