/external/pcre/dist2/src/sljit/ |
D | sljitLir.h | 802 #define SLJIT_F32_OP SLJIT_I32_OP macro 1081 #define SLJIT_MOV_F32 (SLJIT_MOV_F64 | SLJIT_F32_OP) 1087 #define SLJIT_CONV_F32_FROM_F64 (SLJIT_CONV_F64_FROM_F32 | SLJIT_F32_OP) 1090 #define SLJIT_CONV_SW_FROM_F32 (SLJIT_CONV_SW_FROM_F64 | SLJIT_F32_OP) 1093 #define SLJIT_CONV_S32_FROM_F32 (SLJIT_CONV_S32_FROM_F64 | SLJIT_F32_OP) 1096 #define SLJIT_CONV_F32_FROM_SW (SLJIT_CONV_F64_FROM_SW | SLJIT_F32_OP) 1099 #define SLJIT_CONV_F32_FROM_S32 (SLJIT_CONV_F64_FROM_S32 | SLJIT_F32_OP) 1103 #define SLJIT_CMP_F32 (SLJIT_CMP_F64 | SLJIT_F32_OP) 1106 #define SLJIT_NEG_F32 (SLJIT_NEG_F64 | SLJIT_F32_OP) 1109 #define SLJIT_ABS_F32 (SLJIT_ABS_F64 | SLJIT_F32_OP) [all …]
|
D | sljitNativeARM_32.c | 1925 sljit_sw inst = VSTR_F32 | (flags & (SLJIT_F32_OP | FPU_LOAD)); in emit_fop_mem() 1970 op ^= SLJIT_F32_OP; in sljit_emit_fop1_conv_sw_from_f64() 1973 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG1, src, srcw)); in sljit_emit_fop1_conv_sw_from_f64() 1977 …FAIL_IF(push_inst(compiler, EMIT_FPU_OPERATION(VCVT_S32_F32, op & SLJIT_F32_OP, TMP_FREG1, src, 0)… in sljit_emit_fop1_conv_sw_from_f64() 1992 op ^= SLJIT_F32_OP; in sljit_emit_fop1_conv_f64_from_sw() 2005 …FAIL_IF(push_inst(compiler, EMIT_FPU_OPERATION(VCVT_F32_S32, op & SLJIT_F32_OP, dst_r, TMP_FREG1, … in sljit_emit_fop1_conv_f64_from_sw() 2008 return emit_fop_mem(compiler, (op & SLJIT_F32_OP), TMP_FREG1, dst, dstw); in sljit_emit_fop1_conv_f64_from_sw() 2016 op ^= SLJIT_F32_OP; in sljit_emit_fop1_cmp() 2019 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG1, src1, src1w)); in sljit_emit_fop1_cmp() 2024 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG2, src2, src2w)); in sljit_emit_fop1_cmp() [all …]
|
D | sljitNativeARM_T2_32.c | 1538 sljit_sw inst = VSTR_F32 | (flags & (SLJIT_F32_OP | FPU_LOAD)); in emit_fop_mem() 1584 op ^= SLJIT_F32_OP; in sljit_emit_fop1_conv_sw_from_f64() 1587 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG1, src, srcw)); in sljit_emit_fop1_conv_sw_from_f64() 1591 FAIL_IF(push_inst32(compiler, VCVT_S32_F32 | (op & SLJIT_F32_OP) | DD4(TMP_FREG1) | DM4(src))); in sljit_emit_fop1_conv_sw_from_f64() 1606 op ^= SLJIT_F32_OP; in sljit_emit_fop1_conv_f64_from_sw() 1619 FAIL_IF(push_inst32(compiler, VCVT_F32_S32 | (op & SLJIT_F32_OP) | DD4(dst_r) | DM4(TMP_FREG1))); in sljit_emit_fop1_conv_f64_from_sw() 1622 return emit_fop_mem(compiler, (op & SLJIT_F32_OP), TMP_FREG1, dst, dstw); in sljit_emit_fop1_conv_f64_from_sw() 1630 op ^= SLJIT_F32_OP; in sljit_emit_fop1_cmp() 1633 emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG1, src1, src1w); in sljit_emit_fop1_cmp() 1638 emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG2, src2, src2w); in sljit_emit_fop1_cmp() [all …]
|
D | sljitNativeX86_common.c | 2491 …inst = emit_x86_instruction(compiler, 2 | ((op & SLJIT_F32_OP) ? EX86_PREF_F3 : EX86_PREF_F2) | EX… 2523 …inst = emit_x86_instruction(compiler, 2 | ((op & SLJIT_F32_OP) ? EX86_PREF_F3 : EX86_PREF_F2) | EX… 2532 return emit_sse2_store(compiler, op & SLJIT_F32_OP, dst, dstw, TMP_FREG); 2541 FAIL_IF(emit_sse2_load(compiler, op & SLJIT_F32_OP, TMP_FREG, src1, src1w)); 2545 return emit_sse2_logic(compiler, UCOMISD_x_xm, !(op & SLJIT_F32_OP), src1, src2, src2w); 2563 return emit_sse2_load(compiler, op & SLJIT_F32_OP, dst, src, srcw); 2565 return emit_sse2_store(compiler, op & SLJIT_F32_OP, dst, dstw, src); 2566 FAIL_IF(emit_sse2_load(compiler, op & SLJIT_F32_OP, TMP_FREG, src, srcw)); 2567 return emit_sse2_store(compiler, op & SLJIT_F32_OP, dst, dstw, TMP_FREG); 2576 FAIL_IF(emit_sse2_logic(compiler, UNPCKLPD_x_xm, op & SLJIT_F32_OP, src, src, 0)); [all …]
|
D | sljitNativeARM_64.c | 1427 sljit_ins inv_bits = (op & SLJIT_F32_OP) ? (1 << 22) : 0; in sljit_emit_fop1_conv_sw_from_f64() 1433 emit_fop_mem(compiler, (op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE, TMP_FREG1, src, srcw); in sljit_emit_fop1_conv_sw_from_f64() 1449 sljit_ins inv_bits = (op & SLJIT_F32_OP) ? (1 << 22) : 0; in sljit_emit_fop1_conv_f64_from_sw() 1469 …return emit_fop_mem(compiler, ((op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE) | STORE, TMP_FREG1, dst… in sljit_emit_fop1_conv_f64_from_sw() 1477 sljit_s32 mem_flags = (op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE; in sljit_emit_fop1_cmp() 1478 sljit_ins inv_bits = (op & SLJIT_F32_OP) ? (1 << 22) : 0; in sljit_emit_fop1_cmp() 1497 sljit_s32 dst_r, mem_flags = (op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE; in sljit_emit_fop1() 1505 inv_bits = (op & SLJIT_F32_OP) ? (1 << 22) : 0; in sljit_emit_fop1() 1529 …FAIL_IF(push_inst(compiler, FCVT | ((op & SLJIT_F32_OP) ? (1 << 22) : (1 << 15)) | VD(dst_r) | VN(… in sljit_emit_fop1() 1543 sljit_s32 dst_r, mem_flags = (op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE; in sljit_emit_fop2() [all …]
|
D | sljitLir.c | 382 SLJIT_COMPILE_ASSERT(SLJIT_I32_OP == SLJIT_F32_OP, in sljit_create_compiler() 384 SLJIT_COMPILE_ASSERT(SLJIT_REWRITABLE_JUMP != SLJIT_F32_OP, in sljit_create_compiler() 972 : ((type & 0xff) <= SLJIT_ORDERED_F64 ? ((type & SLJIT_F32_OP) ? ".f32" : ".f64") : "")) 1427 (op & SLJIT_F32_OP) ? ".f32.from.f64" : ".f64.from.f32"); in check_sljit_emit_fop1() 1430 (op & SLJIT_F32_OP) ? ".f32" : ".f64"); in check_sljit_emit_fop1() 1465 …verbose, " %s%s", fop1_names[SLJIT_CMP_F64 - SLJIT_FOP1_BASE], (op & SLJIT_F32_OP) ? ".f32" : ".f… in check_sljit_emit_fop1_cmp() 1499 (op & SLJIT_F32_OP) ? ".f32" : ".f64"); in check_sljit_emit_fop1_conv_sw_from_f64() 1528 (op & SLJIT_F32_OP) ? ".f32" : ".f64", in check_sljit_emit_fop1_conv_f64_from_sw() 1554 …rbose, " %s%s ", fop2_names[GET_OPCODE(op) - SLJIT_FOP2_BASE], (op & SLJIT_F32_OP) ? ".f32" : ".f… in check_sljit_emit_fop2() 1704 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP | SLJIT_F32_OP))); in check_sljit_emit_fcmp() [all …]
|
D | sljitNativeSPARC_common.c | 1030 #define FLOAT_DATA(op) (DOUBLE_DATA | ((op & SLJIT_F32_OP) >> 7)) 1031 #define SELECT_FOP(op, single, double) ((op & SLJIT_F32_OP) ? single : double) 1111 SLJIT_COMPILE_ASSERT((SLJIT_F32_OP == 0x100) && !(DOUBLE_DATA & 0x2), float_transfer_bit_error); in sljit_emit_fop1() 1115 op ^= SLJIT_F32_OP; in sljit_emit_fop1() 1129 if (!(op & SLJIT_F32_OP)) in sljit_emit_fop1() 1138 if (dst_r != src && !(op & SLJIT_F32_OP)) in sljit_emit_fop1() 1143 if (dst_r != src && !(op & SLJIT_F32_OP)) in sljit_emit_fop1() 1148 op ^= SLJIT_F32_OP; in sljit_emit_fop1()
|
D | sljitNativeMIPS_common.c | 1523 #define FLOAT_DATA(op) (DOUBLE_DATA | ((op & SLJIT_F32_OP) >> 7)) 1524 #define FMT(op) (((op & SLJIT_F32_OP) ^ SLJIT_F32_OP) << (21 - 8)) 1581 …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() 1639 SLJIT_COMPILE_ASSERT((SLJIT_F32_OP == 0x100) && !(DOUBLE_DATA & 0x2), float_transfer_bit_error); in sljit_emit_fop1() 1643 op ^= SLJIT_F32_OP; in sljit_emit_fop1() 1668 …FAIL_IF(push_inst(compiler, CVT_S_S | ((op & SLJIT_F32_OP) ? 1 : (1 << 21)) | FS(src) | FD(dst_r),… in sljit_emit_fop1() 1669 op ^= SLJIT_F32_OP; in sljit_emit_fop1()
|
D | sljitNativePPC_common.c | 1593 #define FLOAT_DATA(op) (DOUBLE_DATA | ((op & SLJIT_F32_OP) >> 6)) 1594 #define SELECT_FOP(op, single, double) ((op & SLJIT_F32_OP) ? single : double) 1705 if (op & SLJIT_F32_OP) in sljit_emit_fop1_conv_f64_from_sw() 1743 if (op & SLJIT_F32_OP) in sljit_emit_fop1_conv_f64_from_sw() 1775 SLJIT_COMPILE_ASSERT((SLJIT_F32_OP == 0x100) && !(DOUBLE_DATA & 0x4), float_transfer_bit_error); in sljit_emit_fop1() 1779 op ^= SLJIT_F32_OP; in sljit_emit_fop1() 1790 op ^= SLJIT_F32_OP; in sljit_emit_fop1() 1791 if (op & SLJIT_F32_OP) { in sljit_emit_fop1()
|