Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h790 #define SLJIT_F32_OP SLJIT_I32_OP macro
1069 #define SLJIT_MOV_F32 (SLJIT_MOV_F64 | SLJIT_F32_OP)
1091 #define SLJIT_CMP_F32 (SLJIT_CMP_F64 | SLJIT_F32_OP)
1094 #define SLJIT_NEG_F32 (SLJIT_NEG_F64 | SLJIT_F32_OP)
1097 #define SLJIT_ABS_F32 (SLJIT_ABS_F64 | SLJIT_F32_OP)
1108 #define SLJIT_ADD_F32 (SLJIT_ADD_F64 | SLJIT_F32_OP)
1111 #define SLJIT_SUB_F32 (SLJIT_SUB_F64 | SLJIT_F32_OP)
1114 #define SLJIT_MUL_F32 (SLJIT_MUL_F64 | SLJIT_F32_OP)
1117 #define SLJIT_DIV_F32 (SLJIT_DIV_F64 | SLJIT_F32_OP)
1182 #define SLJIT_EQUAL_F32 (SLJIT_EQUAL_F64 | SLJIT_F32_OP)
[all …]
H A DsljitNativeARM_T2_32.c1536 sljit_sw inst = VSTR_F32 | (flags & (SLJIT_F32_OP | FPU_LOAD)); in emit_fop_mem()
1582 op ^= SLJIT_F32_OP; in sljit_emit_fop1_conv_sw_from_f64()
1604 op ^= SLJIT_F32_OP; in sljit_emit_fop1_conv_f64_from_sw()
1620 return emit_fop_mem(compiler, (op & SLJIT_F32_OP), TMP_FREG1, dst, dstw); in sljit_emit_fop1_conv_f64_from_sw()
1628 op ^= SLJIT_F32_OP; in sljit_emit_fop1_cmp()
1652 SLJIT_COMPILE_ASSERT((SLJIT_F32_OP == 0x100), float_transfer_bit_error); in sljit_emit_fop1()
1658 op ^= SLJIT_F32_OP; in sljit_emit_fop1()
1682 op ^= SLJIT_F32_OP; in sljit_emit_fop1()
1687 return emit_fop_mem(compiler, (op & SLJIT_F32_OP), dst_r, dst, dstw); in sljit_emit_fop1()
1704 op ^= SLJIT_F32_OP; in sljit_emit_fop2()
[all …]
H A DsljitNativeARM_32.c1851 sljit_sw inst = VSTR_F32 | (flags & (SLJIT_F32_OP | FPU_LOAD)); in emit_fop_mem()
1896 op ^= SLJIT_F32_OP; in sljit_emit_fop1_conv_sw_from_f64()
1918 op ^= SLJIT_F32_OP; in sljit_emit_fop1_conv_f64_from_sw()
1934 return emit_fop_mem(compiler, (op & SLJIT_F32_OP), TMP_FREG1, dst, dstw); in sljit_emit_fop1_conv_f64_from_sw()
1942 op ^= SLJIT_F32_OP; in sljit_emit_fop1_cmp()
1966 SLJIT_COMPILE_ASSERT((SLJIT_F32_OP == 0x100), float_transfer_bit_error); in sljit_emit_fop1()
1972 op ^= SLJIT_F32_OP; in sljit_emit_fop1()
1996 op ^= SLJIT_F32_OP; in sljit_emit_fop1()
2001 return emit_fop_mem(compiler, (op & SLJIT_F32_OP), dst_r, dst, dstw); in sljit_emit_fop1()
2018 op ^= SLJIT_F32_OP; in sljit_emit_fop2()
[all …]
H A DsljitNativeX86_common.c2533 return emit_sse2_store(compiler, op & SLJIT_F32_OP, dst, dstw, TMP_FREG);
2564 return emit_sse2_load(compiler, op & SLJIT_F32_OP, dst, src, srcw);
2566 return emit_sse2_store(compiler, op & SLJIT_F32_OP, dst, dstw, src);
2567 FAIL_IF(emit_sse2_load(compiler, op & SLJIT_F32_OP, TMP_FREG, src, srcw));
2568 return emit_sse2_store(compiler, op & SLJIT_F32_OP, dst, dstw, TMP_FREG);
2586 return emit_sse2_store(compiler, op & SLJIT_F32_OP, dst, dstw, TMP_FREG);
2593 FAIL_IF(emit_sse2_load(compiler, op & SLJIT_F32_OP, dst_r, src, srcw));
2597 FAIL_IF(emit_sse2_load(compiler, op & SLJIT_F32_OP, dst_r, src, srcw));
2611 return emit_sse2_store(compiler, op & SLJIT_F32_OP, dst, dstw, TMP_FREG);
2642 FAIL_IF(emit_sse2_load(compiler, op & SLJIT_F32_OP, dst_r, src1, src1w));
[all …]
H A DsljitNativeARM_64.c1436 sljit_ins inv_bits = (op & SLJIT_F32_OP) ? (1 << 22) : 0; in sljit_emit_fop1_conv_sw_from_f64()
1442 emit_fop_mem(compiler, (op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE, TMP_FREG1, src, srcw); in sljit_emit_fop1_conv_sw_from_f64()
1458 sljit_ins inv_bits = (op & SLJIT_F32_OP) ? (1 << 22) : 0; in sljit_emit_fop1_conv_f64_from_sw()
1486 sljit_s32 mem_flags = (op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE; in sljit_emit_fop1_cmp()
1487 sljit_ins inv_bits = (op & SLJIT_F32_OP) ? (1 << 22) : 0; in sljit_emit_fop1_cmp()
1506 sljit_s32 dst_r, mem_flags = (op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE; in sljit_emit_fop1()
1514 inv_bits = (op & SLJIT_F32_OP) ? (1 << 22) : 0; in sljit_emit_fop1()
1538 …FAIL_IF(push_inst(compiler, FCVT | ((op & SLJIT_F32_OP) ? (1 << 22) : (1 << 15)) | VD(dst_r) | VN(… in sljit_emit_fop1()
1552 sljit_s32 dst_r, mem_flags = (op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE; in sljit_emit_fop2()
1553 sljit_ins inv_bits = (op & SLJIT_F32_OP) ? (1 << 22) : 0; in sljit_emit_fop2()
[all …]
H A DsljitLir.c385 SLJIT_COMPILE_ASSERT(SLJIT_I32_OP == SLJIT_F32_OP, in sljit_create_compiler()
387 SLJIT_COMPILE_ASSERT(SLJIT_REWRITABLE_JUMP != SLJIT_F32_OP, in sljit_create_compiler()
965 : ((type & 0xff) <= SLJIT_ORDERED_F64 ? ((type & SLJIT_F32_OP) ? ".f32" : ".f64") : ""))
1418 (op & SLJIT_F32_OP) ? ".f32.from.f64" : ".f64.from.f32"); in check_sljit_emit_fop1()
1421 (op & SLJIT_F32_OP) ? ".f32" : ".f64"); in check_sljit_emit_fop1()
1456 …verbose, " %s%s", fop1_names[SLJIT_CMP_F64 - SLJIT_FOP1_BASE], (op & SLJIT_F32_OP) ? ".f32" : ".f… in check_sljit_emit_fop1_cmp()
1490 (op & SLJIT_F32_OP) ? ".f32" : ".f64"); in check_sljit_emit_fop1_conv_sw_from_f64()
1519 (op & SLJIT_F32_OP) ? ".f32" : ".f64", in check_sljit_emit_fop1_conv_f64_from_sw()
1545 …rbose, " %s%s ", fop2_names[GET_OPCODE(op) - SLJIT_FOP2_BASE], (op & SLJIT_F32_OP) ? ".f32" : ".f… in check_sljit_emit_fop2()
1695 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP | SLJIT_F32_OP))); in check_sljit_emit_fcmp()
[all …]
H A DsljitNativeSPARC_common.c1029 #define FLOAT_DATA(op) (DOUBLE_DATA | ((op & SLJIT_F32_OP) >> 7))
1030 #define SELECT_FOP(op, single, double) ((op & SLJIT_F32_OP) ? single : double)
1110 SLJIT_COMPILE_ASSERT((SLJIT_F32_OP == 0x100) && !(DOUBLE_DATA & 0x2), float_transfer_bit_error); in sljit_emit_fop1()
1114 op ^= SLJIT_F32_OP; in sljit_emit_fop1()
1128 if (!(op & SLJIT_F32_OP)) in sljit_emit_fop1()
1137 if (dst_r != src && !(op & SLJIT_F32_OP)) in sljit_emit_fop1()
1142 if (dst_r != src && !(op & SLJIT_F32_OP)) in sljit_emit_fop1()
1147 op ^= SLJIT_F32_OP; in sljit_emit_fop1()
H A DsljitNativeMIPS_common.c1522 #define FLOAT_DATA(op) (DOUBLE_DATA | ((op & SLJIT_F32_OP) >> 7))
1523 #define FMT(op) (((op & SLJIT_F32_OP) ^ SLJIT_F32_OP) << (21 - 8))
1580 …FAIL_IF(push_inst(compiler, CVT_S_S | flags | (4 << 21) | (((op & SLJIT_F32_OP) ^ SLJIT_F32_OP) >>… in sljit_emit_fop1_conv_f64_from_sw()
1638 SLJIT_COMPILE_ASSERT((SLJIT_F32_OP == 0x100) && !(DOUBLE_DATA & 0x2), float_transfer_bit_error); in sljit_emit_fop1()
1642 op ^= SLJIT_F32_OP; in sljit_emit_fop1()
1667 …FAIL_IF(push_inst(compiler, CVT_S_S | ((op & SLJIT_F32_OP) ? 1 : (1 << 21)) | FS(src) | FD(dst_r),… in sljit_emit_fop1()
1668 op ^= SLJIT_F32_OP; in sljit_emit_fop1()
H A DsljitNativePPC_common.c1592 #define FLOAT_DATA(op) (DOUBLE_DATA | ((op & SLJIT_F32_OP) >> 6))
1593 #define SELECT_FOP(op, single, double) ((op & SLJIT_F32_OP) ? single : double)
1704 if (op & SLJIT_F32_OP) in sljit_emit_fop1_conv_f64_from_sw()
1742 if (op & SLJIT_F32_OP) in sljit_emit_fop1_conv_f64_from_sw()
1774 SLJIT_COMPILE_ASSERT((SLJIT_F32_OP == 0x100) && !(DOUBLE_DATA & 0x4), float_transfer_bit_error); in sljit_emit_fop1()
1778 op ^= SLJIT_F32_OP; in sljit_emit_fop1()
1789 op ^= SLJIT_F32_OP; in sljit_emit_fop1()
1790 if (op & SLJIT_F32_OP) { in sljit_emit_fop1()

Completed in 82 milliseconds