HomeSort by relevance Sort by last modified time
    Searched defs:va1 (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Preprocessor/
macro_fn_varargs_iso.c 6 #define va1(...) foo{a, __VA_ARGS__, e} macro
7 va1(b, c, d)
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_filter_neon.h 31 uint32x2_t va0, va1; local
39 va1 = vdup_n_u32(a10); // duplicate a10
41 va1 = vset_lane_u32(a11, va1, 1); // set top to a11
44 tmp2 = vmull_u8(vreinterpret_u8_u32(va1), vy); // tmp2 = [a11|a10] * y
66 uint32x2_t va0, va1; local
74 va1 = vdup_n_u32(a10); // duplicate a10
76 va1 = vset_lane_u32(a11, va1, 1); // set top to a11
79 tmp2 = vmull_u8(vreinterpret_u8_u32(va1), vy); // tmp2 = [a11|a10] *
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_filter_neon.h 31 uint32x2_t va0, va1; local
39 va1 = vdup_n_u32(a10); // duplicate a10
41 va1 = vset_lane_u32(a11, va1, 1); // set top to a11
44 tmp2 = vmull_u8(vreinterpret_u8_u32(va1), vy); // tmp2 = [a11|a10] * y
66 uint32x2_t va0, va1; local
74 va1 = vdup_n_u32(a10); // duplicate a10
76 va1 = vset_lane_u32(a11, va1, 1); // set top to a11
79 tmp2 = vmull_u8(vreinterpret_u8_u32(va1), vy); // tmp2 = [a11|a10] *
    [all...]

Completed in 1730 milliseconds