Searched defs:vres (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/opts/
H A DSkBitmapProcState_filter_neon.h27 uint8x8_t vy, vconst16_8, v16_y, vres; local
53 vres = vshrn_n_u16(vcombine_u16(tmp, vcreate_u16(0)), 8); // shift down result by 8
54 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0); // store result
62 uint8x8_t vy, vconst16_8, v16_y, vres; local
92 vres = vshrn_n_u16(vcombine_u16(tmp, vcreate_u16(0)), 8); // shift down result by 8
93 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0); // store result
H A DSkBlitRow_opts_arm_neon.cpp890 uint8x8_t vsrc, vdst, vres; local
913 vres = vshrn_n_u16(vdst_wide, 8);
916 vst1_u32(dst, vreinterpret_u32_u8(vres));
924 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
936 vres = vshrn_n_u16(vdst_wide, 8);
939 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0);
958 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
980 vres = vshrn_n_u16(vdst_wide, 8);
982 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0);
995 uint8x8_t vsrc, vdst, vres, vsrc_alpha local
[all...]
/external/vixl/test/aarch64/
H A Dtest-simulator-aarch64.cc1768 VRegister vres = v5.V16B(); local
1806 __ Mov(vres, vd);
1811 __ Str(vres, MemOperand(out, vd.GetSizeInBytes(), PostIndex));
2009 VRegister vres = v5.V16B(); local
2047 __ Mov(vres, vd);
2054 __ Str(vres, MemOperand(out, vd.GetSizeInBytes(), PostIndex));
2469 VRegister vres = VRegister(5, vn_bits); local
2506 __ Mov(vres, vd);
2508 __ Str(vres, MemOperand(out, vd.GetSizeInBytes(), PostIndex));

Completed in 503 milliseconds