/external/pcre/dist2/src/sljit/ |
D | sljitLir.h | 774 #define SLJIT_F32_OP SLJIT_I32_OP macro 1016 #define SLJIT_MOV_F32 (SLJIT_MOV_F64 | SLJIT_F32_OP) 1022 #define SLJIT_CONV_F32_FROM_F64 (SLJIT_CONV_F64_FROM_F32 | SLJIT_F32_OP) 1025 #define SLJIT_CONV_SW_FROM_F32 (SLJIT_CONV_SW_FROM_F64 | SLJIT_F32_OP) 1028 #define SLJIT_CONV_S32_FROM_F32 (SLJIT_CONV_S32_FROM_F64 | SLJIT_F32_OP) 1031 #define SLJIT_CONV_F32_FROM_SW (SLJIT_CONV_F64_FROM_SW | SLJIT_F32_OP) 1034 #define SLJIT_CONV_F32_FROM_S32 (SLJIT_CONV_F64_FROM_S32 | SLJIT_F32_OP) 1038 #define SLJIT_CMP_F32 (SLJIT_CMP_F64 | SLJIT_F32_OP) 1041 #define SLJIT_NEG_F32 (SLJIT_NEG_F64 | SLJIT_F32_OP) 1044 #define SLJIT_ABS_F32 (SLJIT_ABS_F64 | SLJIT_F32_OP) [all …]
|
D | sljitNativeARM_T2_32.c | 1489 sljit_sw inst = VSTR_F32 | (flags & (SLJIT_F32_OP | FPU_LOAD)); in emit_fop_mem() 1535 op ^= SLJIT_F32_OP; in sljit_emit_fop1_conv_sw_from_f64() 1538 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG1, src, srcw)); in sljit_emit_fop1_conv_sw_from_f64() 1542 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() 1557 op ^= SLJIT_F32_OP; in sljit_emit_fop1_conv_f64_from_sw() 1570 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() 1573 return emit_fop_mem(compiler, (op & SLJIT_F32_OP), TMP_FREG1, dst, dstw); in sljit_emit_fop1_conv_f64_from_sw() 1581 op ^= SLJIT_F32_OP; in sljit_emit_fop1_cmp() 1584 emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG1, src1, src1w); in sljit_emit_fop1_cmp() 1589 emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG2, src2, src2w); in sljit_emit_fop1_cmp() [all …]
|
D | sljitNativeARM_32.c | 1786 sljit_sw inst = VSTR_F32 | (flags & (SLJIT_F32_OP | FPU_LOAD)); in emit_fop_mem() 1831 op ^= SLJIT_F32_OP; in sljit_emit_fop1_conv_sw_from_f64() 1834 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG1, src, srcw)); in sljit_emit_fop1_conv_sw_from_f64() 1838 …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() 1853 op ^= SLJIT_F32_OP; in sljit_emit_fop1_conv_f64_from_sw() 1866 …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() 1869 return emit_fop_mem(compiler, (op & SLJIT_F32_OP), TMP_FREG1, dst, dstw); in sljit_emit_fop1_conv_f64_from_sw() 1877 op ^= SLJIT_F32_OP; in sljit_emit_fop1_cmp() 1880 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG1, src1, src1w)); in sljit_emit_fop1_cmp() 1885 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG2, src2, src2w)); in sljit_emit_fop1_cmp() [all …]
|
D | sljitNativeX86_common.c | 2262 …inst = emit_x86_instruction(compiler, 2 | ((op & SLJIT_F32_OP) ? EX86_PREF_F3 : EX86_PREF_F2) | EX… 2294 …inst = emit_x86_instruction(compiler, 2 | ((op & SLJIT_F32_OP) ? EX86_PREF_F3 : EX86_PREF_F2) | EX… 2303 return emit_sse2_store(compiler, op & SLJIT_F32_OP, dst, dstw, TMP_FREG); 2312 FAIL_IF(emit_sse2_load(compiler, op & SLJIT_F32_OP, TMP_FREG, src1, src1w)); 2316 return emit_sse2_logic(compiler, UCOMISD_x_xm, !(op & SLJIT_F32_OP), src1, src2, src2w); 2334 return emit_sse2_load(compiler, op & SLJIT_F32_OP, dst, src, srcw); 2336 return emit_sse2_store(compiler, op & SLJIT_F32_OP, dst, dstw, src); 2337 FAIL_IF(emit_sse2_load(compiler, op & SLJIT_F32_OP, TMP_FREG, src, srcw)); 2338 return emit_sse2_store(compiler, op & SLJIT_F32_OP, dst, dstw, TMP_FREG); 2347 FAIL_IF(emit_sse2_logic(compiler, UNPCKLPD_x_xm, op & SLJIT_F32_OP, src, src, 0)); [all …]
|
D | sljitNativeARM_64.c | 1360 sljit_ins inv_bits = (op & SLJIT_F32_OP) ? (1 << 22) : 0; in sljit_emit_fop1_conv_sw_from_f64() 1366 emit_fop_mem(compiler, (op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE, TMP_FREG1, src, srcw); in sljit_emit_fop1_conv_sw_from_f64() 1382 sljit_ins inv_bits = (op & SLJIT_F32_OP) ? (1 << 22) : 0; in sljit_emit_fop1_conv_f64_from_sw() 1402 …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() 1410 sljit_s32 mem_flags = (op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE; in sljit_emit_fop1_cmp() 1411 sljit_ins inv_bits = (op & SLJIT_F32_OP) ? (1 << 22) : 0; in sljit_emit_fop1_cmp() 1430 sljit_s32 dst_r, mem_flags = (op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE; in sljit_emit_fop1() 1438 inv_bits = (op & SLJIT_F32_OP) ? (1 << 22) : 0; in sljit_emit_fop1() 1462 …FAIL_IF(push_inst(compiler, FCVT | ((op & SLJIT_F32_OP) ? (1 << 22) : (1 << 15)) | VD(dst_r) | VN(… in sljit_emit_fop1() 1476 sljit_s32 dst_r, mem_flags = (op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE; in sljit_emit_fop2() [all …]
|
D | sljitLir.c | 383 SLJIT_COMPILE_ASSERT(SLJIT_I32_OP == SLJIT_F32_OP, in sljit_create_compiler() 385 SLJIT_COMPILE_ASSERT(SLJIT_REWRITABLE_JUMP != SLJIT_F32_OP, in sljit_create_compiler() 913 : ((type & 0xff) <= SLJIT_ORDERED_F64 ? ((type & SLJIT_F32_OP) ? ".f32" : ".f64") : "")) 1355 (op & SLJIT_F32_OP) ? ".f32.from.f64" : ".f64.from.f32"); in check_sljit_emit_fop1() 1358 (op & SLJIT_F32_OP) ? ".f32" : ".f64"); in check_sljit_emit_fop1() 1393 …verbose, " %s%s", fop1_names[SLJIT_CMP_F64 - SLJIT_FOP1_BASE], (op & SLJIT_F32_OP) ? ".f32" : ".f… in check_sljit_emit_fop1_cmp() 1427 (op & SLJIT_F32_OP) ? ".f32" : ".f64"); in check_sljit_emit_fop1_conv_sw_from_f64() 1456 (op & SLJIT_F32_OP) ? ".f32" : ".f64", in check_sljit_emit_fop1_conv_f64_from_sw() 1482 …rbose, " %s%s ", fop2_names[GET_OPCODE(op) - SLJIT_FOP2_BASE], (op & SLJIT_F32_OP) ? ".f32" : ".f… in check_sljit_emit_fop2() 1632 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP | SLJIT_F32_OP))); in check_sljit_emit_fcmp() [all …]
|
D | sljitNativeSPARC_common.c | 969 #define FLOAT_DATA(op) (DOUBLE_DATA | ((op & SLJIT_F32_OP) >> 7)) 970 #define SELECT_FOP(op, single, double) ((op & SLJIT_F32_OP) ? single : double) 1050 SLJIT_COMPILE_ASSERT((SLJIT_F32_OP == 0x100) && !(DOUBLE_DATA & 0x2), float_transfer_bit_error); in sljit_emit_fop1() 1054 op ^= SLJIT_F32_OP; in sljit_emit_fop1() 1068 if (!(op & SLJIT_F32_OP)) in sljit_emit_fop1() 1077 if (dst_r != src && !(op & SLJIT_F32_OP)) in sljit_emit_fop1() 1082 if (dst_r != src && !(op & SLJIT_F32_OP)) in sljit_emit_fop1() 1087 op ^= SLJIT_F32_OP; in sljit_emit_fop1()
|
D | sljitNativeMIPS_common.c | 1308 #define FLOAT_DATA(op) (DOUBLE_DATA | ((op & SLJIT_F32_OP) >> 7)) 1309 #define FMT(op) (((op & SLJIT_F32_OP) ^ SLJIT_F32_OP) << (21 - 8)) 1366 …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() 1425 SLJIT_COMPILE_ASSERT((SLJIT_F32_OP == 0x100) && !(DOUBLE_DATA & 0x2), float_transfer_bit_error); in sljit_emit_fop1() 1429 op ^= SLJIT_F32_OP; in sljit_emit_fop1() 1454 …FAIL_IF(push_inst(compiler, CVT_S_S | ((op & SLJIT_F32_OP) ? 1 : (1 << 21)) | FS(src) | FD(dst_r),… in sljit_emit_fop1() 1455 op ^= SLJIT_F32_OP; in sljit_emit_fop1()
|
D | sljitNativePPC_common.c | 1477 #define FLOAT_DATA(op) (DOUBLE_DATA | ((op & SLJIT_F32_OP) >> 6)) 1478 #define SELECT_FOP(op, single, double) ((op & SLJIT_F32_OP) ? single : double) 1589 if (op & SLJIT_F32_OP) in sljit_emit_fop1_conv_f64_from_sw() 1627 if (op & SLJIT_F32_OP) in sljit_emit_fop1_conv_f64_from_sw() 1659 SLJIT_COMPILE_ASSERT((SLJIT_F32_OP == 0x100) && !(DOUBLE_DATA & 0x4), float_transfer_bit_error); in sljit_emit_fop1() 1663 op ^= SLJIT_F32_OP; in sljit_emit_fop1() 1674 op ^= SLJIT_F32_OP; in sljit_emit_fop1() 1675 if (op & SLJIT_F32_OP) { in sljit_emit_fop1()
|