Home
last modified time | relevance | path

Searched refs:SLJIT_COPY_TO_F64 (Results 1 – 13 of 13) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeRISCV_32.c95 if (op == SLJIT_COPY_TO_F64) { in sljit_emit_fcopy()
H A DsljitNativeRISCV_64.c157 if (GET_OPCODE(op) == SLJIT_COPY_TO_F64) in sljit_emit_fcopy()
H A DsljitNativeMIPS_32.c150 if (op == SLJIT_COPY_TO_F64) in sljit_emit_fcopy()
180 if (op == SLJIT_COPY_TO_F64) in sljit_emit_fcopy()
H A DsljitNativeX86_32.c1548 FAIL_IF(emit_groupf(compiler, (GET_OPCODE(op) == SLJIT_COPY_TO_F64 ? MOVD_x_rm : MOVD_rm_x) in sljit_emit_fcopy()
1555 …FAIL_IF(emit_groupf_ext(compiler, (GET_OPCODE(op) == SLJIT_COPY_TO_F64 ? PINSRD_x_rm_i8 : PEXTRD_r… in sljit_emit_fcopy()
1573 return emit_groupf(compiler, (GET_OPCODE(op) == SLJIT_COPY_TO_F64 ? MOVD_x_rm : MOVD_rm_x) in sljit_emit_fcopy()
1590 FAIL_IF(emit_groupf(compiler, (GET_OPCODE(op) == SLJIT_COPY_TO_F64 ? MOVD_x_rm : MOVD_rm_x) in sljit_emit_fcopy()
1593 if (GET_OPCODE(op) == SLJIT_COPY_TO_F64) { in sljit_emit_fcopy()
H A DsljitLir.h1449 #define SLJIT_COPY_TO_F64 1 macro
1452 #define SLJIT_COPY32_TO_F32 (SLJIT_COPY_TO_F64 | SLJIT_32)
H A DsljitNativeMIPS_64.c187 if (GET_OPCODE(op) == SLJIT_COPY_TO_F64) in sljit_emit_fcopy()
H A DsljitNativePPC_32.c454 if (op == SLJIT_COPY_TO_F64) { in sljit_emit_fcopy()
H A DsljitLir.c2011 CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_COPY_TO_F64 && GET_OPCODE(op) <= SLJIT_COPY_FROM_F64); in check_sljit_emit_fcopy()
2023 case SLJIT_COPY_TO_F64: in check_sljit_emit_fcopy()
2029 if (op == SLJIT_COPY_TO_F64) in check_sljit_emit_fcopy()
2044 GET_OPCODE(op) == SLJIT_COPY_TO_F64 ? "to" : "from", (op & SLJIT_32) ? "32" : "64"); in check_sljit_emit_fcopy()
H A DsljitNativePPC_64.c697 if (GET_OPCODE(op) == SLJIT_COPY_TO_F64) { in sljit_emit_fcopy()
H A DsljitNativeX86_64.c1331 inst[1] = GET_OPCODE(op) == SLJIT_COPY_TO_F64 ? MOVD_x_rm : MOVD_rm_x; in sljit_emit_fcopy()
H A DsljitNativeARM_64.c2048 if (GET_OPCODE(op) == SLJIT_COPY_TO_F64) in sljit_emit_fcopy()
H A DsljitNativeLOONGARCH_64.c2467 if (GET_OPCODE(op) == SLJIT_COPY_TO_F64) in sljit_emit_fcopy()
H A DsljitNativeS390X.c3568 if (GET_OPCODE(op) == SLJIT_COPY_TO_F64) { in sljit_emit_fcopy()

Completed in 95 milliseconds