Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_common.c97 #define TMP_FREG1 (SLJIT_NUMBER_OF_FLOAT_REGISTERS + 1) macro
1150 src = TMP_FREG1; in sljit_emit_fop1_conv_sw_from_f64()
1161 return emit_op_mem2(compiler, SINGLE_DATA, TMP_FREG1, dst, dstw, 0, 0); in sljit_emit_fop1_conv_sw_from_f64()
1168 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
1190 return emit_op_mem2(compiler, FLOAT_DATA(op), TMP_FREG1, dst, dstw, 0, 0); in sljit_emit_fop1_conv_f64_from_sw()
1200 src1 = TMP_FREG1; in sljit_emit_fop1_cmp()
1227 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1()
1237 if (dst_r != TMP_FREG1) { in sljit_emit_fop1()
1286 if (getput_arg_fast(compiler, FLOAT_DATA(op) | LOAD_DATA, TMP_FREG1, src1, src1w)) { in sljit_emit_fop2()
1288 src1 = TMP_FREG1; in sljit_emit_fop2()
[all …]
H A DsljitNativePPC_common.c104 #define TMP_FREG1 (SLJIT_NUMBER_OF_FLOAT_REGISTERS + 1) macro
1756 src = TMP_FREG1; in sljit_emit_fop1_conv_sw_from_f64()
1768 return emit_op_mem(compiler, DOUBLE_DATA, TMP_FREG1, dst, dstw, TMP_REG1); in sljit_emit_fop1_conv_sw_from_f64()
1771 FAIL_IF(push_inst(compiler, FCTIWZ | FD(TMP_FREG1) | FB(src))); in sljit_emit_fop1_conv_sw_from_f64()
1816 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
1839 FAIL_IF(push_inst(compiler, FCFID | FD(dst_r) | FB(TMP_FREG1))); in sljit_emit_fop1_conv_f64_from_sw()
1849 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
1894 src1 = TMP_FREG1; in sljit_emit_fop1_cmp()
1919 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1()
1936 if (dst_r != TMP_FREG1) in sljit_emit_fop1()
[all …]
H A DsljitNativeMIPS_common.c78 #define TMP_FREG1 (SLJIT_NUMBER_OF_FLOAT_REGISTERS + 1) macro
1744 src = TMP_FREG1; in sljit_emit_fop1_conv_sw_from_f64()
1750 return push_inst(compiler, MFC1 | flags | T(dst) | FS(TMP_FREG1), MOVABLE_INS); in sljit_emit_fop1_conv_sw_from_f64()
1770 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
1773 FAIL_IF(push_inst(compiler, MTC1 | flags | T(src) | FS(TMP_FREG1), MOVABLE_INS)); in sljit_emit_fop1_conv_f64_from_sw()
1790 return emit_op_mem2(compiler, FLOAT_DATA(op), FR(TMP_FREG1), dst, dstw, 0, 0); in sljit_emit_fop1_conv_f64_from_sw()
1806 src1 = TMP_FREG1; in sljit_emit_fop1_cmp()
1851 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1()
1861 if (dst_r != TMP_FREG1) in sljit_emit_fop1()
1905 src1 = TMP_FREG1; in sljit_emit_fop2()
[all …]
H A DsljitNativeARM_T2_32.c44 #define TMP_FREG1 (SLJIT_NUMBER_OF_FLOAT_REGISTERS + 1) macro
1808 src = TMP_FREG1; in sljit_emit_fop1_conv_sw_from_f64()
1817 return emit_fop_mem(compiler, 0, TMP_FREG1, dst, dstw); in sljit_emit_fop1_conv_sw_from_f64()
1824 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
1829 FAIL_IF(push_inst32(compiler, VMOV | RT4(src) | DN4(TMP_FREG1))); in sljit_emit_fop1_conv_f64_from_sw()
1832 FAIL_IF(emit_fop_mem(compiler, FPU_LOAD, TMP_FREG1, src, srcw)); in sljit_emit_fop1_conv_f64_from_sw()
1854 src1 = TMP_FREG1; in sljit_emit_fop1_cmp()
1877 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1()
1890 if (dst_r != TMP_FREG1) in sljit_emit_fop1()
1928 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop2()
[all …]
H A DsljitNativeARM_32.c49 #define TMP_FREG1 (SLJIT_NUMBER_OF_FLOAT_REGISTERS + 1) macro
2217 src = TMP_FREG1; in sljit_emit_fop1_conv_sw_from_f64()
2226 return emit_fop_mem(compiler, 0, TMP_FREG1, dst, dstw); in sljit_emit_fop1_conv_sw_from_f64()
2233 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
2238 FAIL_IF(push_inst(compiler, VMOV | RD(src) | VN(TMP_FREG1))); in sljit_emit_fop1_conv_f64_from_sw()
2263 src1 = TMP_FREG1; in sljit_emit_fop1_cmp()
2286 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1()
2299 if (dst_r != TMP_FREG1) in sljit_emit_fop1()
2337 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop2()
2346 src1 = TMP_FREG1; in sljit_emit_fop2()
[all …]
H A DsljitNativeARM_64.c42 #define TMP_FREG1 (SLJIT_NUMBER_OF_FLOAT_REGISTERS + 1) macro
1529 src = TMP_FREG1; in sljit_emit_fop1_conv_sw_from_f64()
1543 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
1576 emit_fop_mem(compiler, mem_flags, TMP_FREG1, src1, src1w); in sljit_emit_fop1_cmp()
1577 src1 = TMP_FREG1; in sljit_emit_fop1_cmp()
1601 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1()
1611 if (dst_r != TMP_FREG1) in sljit_emit_fop1()
1647 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop2()
1649 emit_fop_mem(compiler, mem_flags, TMP_FREG1, src1, src1w); in sljit_emit_fop2()
1650 src1 = TMP_FREG1; in sljit_emit_fop2()
[all …]
H A DsljitNativeS390X.c112 #define TMP_FREG1 (0) macro
2861 src = TMP_FREG1; in sljit_emit_fop1_conv_sw_from_f64()
2882 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
2915 src1 = TMP_FREG1; in sljit_emit_fop1_cmp()
2940 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1()
2979 SLJIT_ASSERT(dst_r == TMP_FREG1); in sljit_emit_fop1()
2981 return float_mem(compiler, FLOAT_STORE | (op & SLJIT_32), TMP_FREG1, dst, dstw); in sljit_emit_fop1()
2992 sljit_s32 dst_r = TMP_FREG1; in sljit_emit_fop2()
3016 FAIL_IF(push_inst(compiler, FLOAT_MOV(op, TMP_FREG1, src2))); in sljit_emit_fop2()
3017 src2 = TMP_FREG1; in sljit_emit_fop2()
[all …]
H A DsljitNativeMIPS_32.c455 SLJIT_ASSERT(reg_map[TMP_REG1] == 4 && freg_map[TMP_FREG1] == 12); in call_with_args()
531 ins = MOV_S | FMT_D | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
541 ins = MOV_S | FMT_S | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
H A DsljitNativeMIPS_64.c575 SLJIT_ASSERT(reg_map[TMP_REG1] == 4 && freg_map[TMP_FREG1] == 12); in call_with_args()
603 ins = MOV_S | FMT_D | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
611 ins = MOV_S | FMT_S | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()

Completed in 72 milliseconds