Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitLir.h1005 #define SLJIT_CONV_F64_FROM_F32 (SLJIT_FOP1_BASE + 1) macro
1006 #define SLJIT_CONV_F32_FROM_F64 (SLJIT_CONV_F64_FROM_F32 | SLJIT_F32_OP)
H A DsljitNativeSPARC_common.c1071 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()
1105 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
H A DsljitNativeARM_T2_32.c1595 if (GET_OPCODE(op) != SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()
1618 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
H A DsljitLir.c1249 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) in check_sljit_emit_fop1()
1250 fprintf(compiler->verbose, " %s%s ", fop1_names[SLJIT_CONV_F64_FROM_F32 - SLJIT_FOP1_BASE], in check_sljit_emit_fop1()
H A DsljitNativeARM_32.c1934 if (GET_OPCODE(op) != SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()
1957 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
H A DsljitNativeARM_64.c1729 …emit_fop_mem(compiler, (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) ? (mem_flags ^ 0x100) : mem_fla… in sljit_emit_fop1()
1748 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
H A DsljitNativeMIPS_common.c1442 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()
1469 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
H A DsljitNativePPC_common.c1943 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()
1954 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
H A DsljitNativeX86_common.c2373 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) {

Completed in 80 milliseconds