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 28 uint32x2_t va0, va1; local
36 va1 = vdup_n_u32(a10); // duplicate a10
38 va1 = vset_lane_u32(a11, va1, 1); // set top to a11
41 tmp2 = vmull_u8(vreinterpret_u8_u32(va1), vy); // tmp2 = [a11|a10] * y
62 uint32x2_t va0, va1; local
70 va1 = vdup_n_u32(a10); // duplicate a10
72 va1 = vset_lane_u32(a11, va1, 1); // set top to a11
75 tmp2 = vmull_u8(vreinterpret_u8_u32(va1), vy); // tmp2 = [a11|a10] *
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_filter_neon.h 28 uint32x2_t va0, va1; local
36 va1 = vdup_n_u32(a10); // duplicate a10
38 va1 = vset_lane_u32(a11, va1, 1); // set top to a11
41 tmp2 = vmull_u8(vreinterpret_u8_u32(va1), vy); // tmp2 = [a11|a10] * y
62 uint32x2_t va0, va1; local
70 va1 = vdup_n_u32(a10); // duplicate a10
72 va1 = vset_lane_u32(a11, va1, 1); // set top to a11
75 tmp2 = vmull_u8(vreinterpret_u8_u32(va1), vy); // tmp2 = [a11|a10] *
    [all...]

Completed in 191 milliseconds