Home
last modified time | relevance | path

Searched refs:vreg_dst_s32 (Results 1 – 4 of 4) sorted by relevance

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/
H A Djit_uni_i8i8_pooling.cpp171 Vmm vreg_dst_s32(int jj, int ll) { in vreg_dst_s32() function
642 const Vmm &vr_dst = vreg_dst_s32(jj, ll); in store_dst_avg_op()
757 vreg_dst_s32(jj, ll)); in store_dst_avg_op()
759 vmovups(ptr[reg_ptr_dst_i8 + offset], vreg_dst_s32(jj, ll)); in store_dst_avg_op()
761 case s8: store_i8(true, masked, vreg_dst_s32(jj, ll)); break; in store_dst_avg_op()
762 case u8: store_i8(false, masked, vreg_dst_s32(jj, ll)); break; in store_dst_avg_op()
776 = masked ? vreg_dst_s32(jj, ll) | mask(ll) : vreg_dst_s32(jj, ll); in store_dst_avg_op()
927 uni_vpxor(vreg_dst_s32(jj, ll), vreg_dst_s32(jj, ll), in compute_avg_step()
928 vreg_dst_s32(jj, ll)); in compute_avg_step()
951 uni_vpaddd(vreg_dst_s32(jj, ll), in compute_avg_step()
[all …]
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/
H A Djit_uni_i8i8_pooling.cpp190 Vmm vreg_dst_s32(int jj, int ll) { in vreg_dst_s32() function
661 const Vmm &vr_dst = vreg_dst_s32(jj, ll); in store_dst_avg_op()
776 vreg_dst_s32(jj, ll)); in store_dst_avg_op()
778 vmovups(ptr[reg_ptr_dst_i8 + offset], vreg_dst_s32(jj, ll)); in store_dst_avg_op()
780 case s8: store_i8(true, masked, vreg_dst_s32(jj, ll)); break; in store_dst_avg_op()
781 case u8: store_i8(false, masked, vreg_dst_s32(jj, ll)); break; in store_dst_avg_op()
795 = masked ? vreg_dst_s32(jj, ll) | mask(ll) : vreg_dst_s32(jj, ll); in store_dst_avg_op()
946 uni_vpxor(vreg_dst_s32(jj, ll), vreg_dst_s32(jj, ll), in compute_avg_step()
947 vreg_dst_s32(jj, ll)); in compute_avg_step()
970 uni_vpaddd(vreg_dst_s32(jj, ll), in compute_avg_step()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/aarch64/
H A Djit_uni_i8i8_pooling.cpp142 TReg vreg_dst_s32(int jj, int ll) { in vreg_dst_s32() function
320 const TReg &vr_dst = vreg_dst_s32(jj, ll); in store_dst_avg_op()
489 eor(vreg_dst_s32(jj, ll).d, vreg_dst_s32(jj, ll).d, in compute_avg_step()
490 vreg_dst_s32(jj, ll).d); in compute_avg_step()
513 add(vreg_dst_s32(jj, ll).s, vreg_dst_s32(jj, ll).s, in compute_avg_step()
553 const auto &reg_dst_s32 = vreg_dst_s32(jj, ll); in compute_avg_step()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/aarch64/
H A Djit_uni_i8i8_pooling.cpp142 TReg vreg_dst_s32(int jj, int ll) { in vreg_dst_s32() function
320 const TReg &vr_dst = vreg_dst_s32(jj, ll); in store_dst_avg_op()
489 eor(vreg_dst_s32(jj, ll).d, vreg_dst_s32(jj, ll).d, in compute_avg_step()
490 vreg_dst_s32(jj, ll).d); in compute_avg_step()
513 add(vreg_dst_s32(jj, ll).s, vreg_dst_s32(jj, ll).s, in compute_avg_step()
553 const auto &reg_dst_s32 = vreg_dst_s32(jj, ll); in compute_avg_step()