Home
last modified time | relevance | path

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

/third_party/optimized-routines/string/aarch64/
H A Dmemcpy.S25 #define B_l x8 define
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_
[all...]
H A Dmemcpy-advsimd.S25 #define B_l x8 define
/third_party/musl/src/string/aarch64/
H A Dmemcpy.S23 #define B_l x8 define
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_
[all...]
/third_party/optimized-routines/string/arm/
H A Dmemcpy.S71 #define B_l r4 define
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_
[all...]
/third_party/ffmpeg/libswscale/ppc/
H A 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 in yuv2rgb_full_X_vsx_template()
695 vec_s32 R_l, R_r, G_l, G_r, B_l, B_r; yuv2rgb_full_2_vsx_template() local
817 vec_s32 R_l, R_r, G_l, G_r, B_l, B_r, vud32_l, vud32_r, vvd32_l, vvd32_r; yuv2rgb_2_vsx_template() local
988 vec_s32 R_l, R_r, G_l, G_r, B_l, B_r; yuv2rgb_full_1_vsx_template() local
1118 vec_s32 R_l, R_r, G_l, G_r, B_l, B_r; yuv2rgb_1_vsx_template() local
[all...]

Completed in 5 milliseconds