HomeSort by relevance Sort by last modified time
    Searched refs:vres (Results 1 - 4 of 4) sorted by null

  /external/skia/src/opts/
SkBitmapProcState_filter_neon.h 27 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
SkBlitRow_opts_arm_neon.cpp 890 uint8x8_t vsrc, vdst, vres; local
924 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
958 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
995 uint8x8_t vsrc, vdst, vres, vsrc_alphas; local
    [all...]
  /system/bt/stack/smp/
smp_keys.cc 1098 uint32_t vres; local
    [all...]
  /external/vixl/test/aarch64/
test-simulator-aarch64.cc 1768 VRegister vres = v5.V16B(); local
2009 VRegister vres = v5.V16B(); local
2469 VRegister vres = VRegister(5, vn_bits); local
    [all...]

Completed in 108 milliseconds