Home
last modified time | relevance | path

Searched refs:B_l (Results 1 – 5 of 5) sorted by relevance

/third_party/optimized-routines/string/aarch64/
Dmemcpy.S25 #define B_l x8 macro
114 ldp B_l, B_h, [src, 16]
120 stp B_l, B_h, [dstin, 16]
138 stp B_l, B_h, [dstin, 16]
163 ldp B_l, B_h, [src, 32]
172 stp B_l, B_h, [dst, 32]
173 ldp B_l, B_h, [src, 32]
186 stp B_l, B_h, [dst, 32]
187 ldp B_l, B_h, [srcend, -32]
193 stp B_l, B_h, [dstend, -32]
[all …]
Dmemcpy-advsimd.S25 #define B_l x8 macro
/third_party/musl/src/string/aarch64/
Dmemcpy.S23 #define B_l x8 macro
108 ldp B_l, B_h, [src, 16]
114 stp B_l, B_h, [dstin, 16]
132 stp B_l, B_h, [dstin, 16]
152 ldp B_l, B_h, [src, 32]
161 stp B_l, B_h, [dst, 32]
162 ldp B_l, B_h, [src, 32]
175 stp B_l, B_h, [dst, 32]
176 ldp B_l, B_h, [srcend, -32]
182 stp B_l, B_h, [dstend, -32]
/third_party/optimized-routines/string/arm/
Dmemcpy.S71 #define B_l r4 macro
435 strd B_l, B_h, [sp, #8]
436 ldrd B_l, B_h, [src, #16]
448 strd B_l, B_h, [dst, #48]
449 ldrd B_l, B_h, [src, #48]
458 strd B_l, B_h, [dst, #16]
459 ldrd B_l, B_h, [src, #16]
468 strd B_l, B_h, [dst, #48]
469 ldrd B_l, B_h, [sp, #8]
530 strd B_l, B_h, [sp, #8]
[all …]
/third_party/ffmpeg/libswscale/ppc/
Dswscale_vsx.c435 B_l = vec_max(B_l, zero32); \
442 B_l = vec_min(B_l, rgbclip); \
449 B_l = vec_sr(B_l, shift22); \
454 bd16 = vec_packsu(B_l, B_r); \
538 vec_s32 R_l, R_r, G_l, G_r, B_l, B_r; in yuv2rgb_full_X_vsx_template() local
652 B_l = vec_mul(vu32_l, u2b_coeff); in yuv2rgb_full_X_vsx_template()
653 B_l = vec_add(B_l, vy32_l); in yuv2rgb_full_X_vsx_template()
695 vec_s32 R_l, R_r, G_l, G_r, B_l, B_r; in yuv2rgb_full_2_vsx_template() local
792 B_l = vec_mul(vu32_l, u2b_coeff); in yuv2rgb_full_2_vsx_template()
793 B_l = vec_add(B_l, vy32_l); in yuv2rgb_full_2_vsx_template()
[all …]