Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1122 #define SLJIT_CONV_F64_FROM_F32 (SLJIT_FOP1_BASE + 1) macro
1123 #define SLJIT_CONV_F32_FROM_F64 (SLJIT_CONV_F64_FROM_F32 | SLJIT_32)
H A DsljitNativeSPARC_common.c1224 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()
1256 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
H A DsljitLir.c1492 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) in check_sljit_emit_fop1()
1493 fprintf(compiler->verbose, " %s%s ", fop1_names[SLJIT_CONV_F64_FROM_F32 - SLJIT_FOP1_BASE], in check_sljit_emit_fop1()
H A DsljitNativeARM_64.c1604 …emit_fop_mem(compiler, (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) ? (mem_flags ^ 0x1) : mem_flags… in sljit_emit_fop1()
1623 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
H A DsljitNativePPC_common.c1916 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()
1927 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
H A DsljitNativeARM_T2_32.c1879 if (GET_OPCODE(op) != SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()
1902 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
H A DsljitNativeMIPS_common.c1848 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()
1873 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
H A DsljitNativeS390X.c2942 if (op == SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()
2960 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
H A DsljitNativeARM_32.c2288 if (GET_OPCODE(op) != SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()
2311 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
H A DsljitNativeX86_common.c2549 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) {

Completed in 135 milliseconds