Searched refs:vres (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/opts/
H A DSkBitmapProcState_filter_neon.h29 uint8x8_t vy, vconst16_8, v16_y, vres; local
55 vres = vshrn_n_u16(vcombine_u16(tmp, vcreate_u16(0)), 8); // shift down result by 8
56 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0); // store result
64 uint8x8_t vy, vconst16_8, v16_y, vres; local
94 vres = vshrn_n_u16(vcombine_u16(tmp, vcreate_u16(0)), 8); // shift down result by 8
95 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0); // store result
H A DSkBlitRow_opts_arm_neon.cpp1166 uint8x8_t vsrc, vdst, vres; local
1188 vres = vshrn_n_u16(vdst_wide, 8) + vshrn_n_u16(vsrc_wide, 8);
1191 vst1_u32(dst, vreinterpret_u32_u8(vres));
1199 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
1210 vres = vshrn_n_u16(vdst_wide, 8) + vshrn_n_u16(vsrc_wide, 8);
1213 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0);
1232 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
1255 vres = vshrn_n_u16(vdst_wide, 8) + vshrn_n_u16(vsrc_wide, 8);
1257 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0);
1270 uint8x8_t vsrc, vdst, vres, vsrc_alpha local
[all...]
H A DSkXfermode_opts_arm_neon.cpp219 uint8x8_t vsrc, vdst, vres; local
230 vres = vshrn_n_u16(vres_wide, 8);
232 return vget_lane_u32(vreinterpret_u32_u8(vres), 0);
766 uint8x8x4_t vsrc, vdst, vres; local
800 vres = procSIMD(vsrc, vdst);
802 vst4_u8((uint8_t*)dst, vres);
862 uint8x8x4_t vdst32, vsrc, vres; local
895 vres = procSIMD(vsrc, vdst32);
896 vres16 = SkPixel32ToPixel16_neon8(vres);
/external/vixl/test/
H A Dtest-simulator-a64.cc1615 VRegister vres = v5.V16B(); local
1653 __ Mov(vres, vd);
1658 __ Str(vres, MemOperand(out, vd.SizeInBytes(), PostIndex));
1841 VRegister vres = v5.V16B(); local
1879 __ Mov(vres, vd);
1886 __ Str(vres, MemOperand(out, vd.SizeInBytes(), PostIndex));
2274 VRegister vres = VRegister(5, vn_bits); local
2310 __ Mov(vres, vd);
2312 __ Str(vres, MemOperand(out, vd.SizeInBytes(), PostIndex));

Completed in 331 milliseconds