HomeSort by relevance Sort by last modified time
    Searched refs:va1 (Results 1 - 6 of 6) 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/skia/src/opts/
SkBitmapProcState_filter_neon.h 29 uint32x2_t va0, va1; local
37 va1 = vdup_n_u32(a10); // duplicate a10
39 va1 = vset_lane_u32(a11, va1, 1); // set top to a11
42 tmp2 = vmull_u8(vreinterpret_u8_u32(va1), vy); // tmp2 = [a11|a10] * y
64 uint32x2_t va0, va1; local
72 va1 = vdup_n_u32(a10); // duplicate a10
74 va1 = vset_lane_u32(a11, va1, 1); // set top to a11
77 tmp2 = vmull_u8(vreinterpret_u8_u32(va1), vy); // tmp2 = [a11|a10] *
    [all...]
  /external/skqp/src/opts/
SkBitmapProcState_filter_neon.h 29 uint32x2_t va0, va1; local
37 va1 = vdup_n_u32(a10); // duplicate a10
39 va1 = vset_lane_u32(a11, va1, 1); // set top to a11
42 tmp2 = vmull_u8(vreinterpret_u8_u32(va1), vy); // tmp2 = [a11|a10] * y
64 uint32x2_t va0, va1; local
72 va1 = vdup_n_u32(a10); // duplicate a10
74 va1 = vset_lane_u32(a11, va1, 1); // set top to a11
77 tmp2 = vmull_u8(vreinterpret_u8_u32(va1), vy); // tmp2 = [a11|a10] *
    [all...]
  /external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/
vecoperations.c 141 v16i8 va1 = { 0x11, 0x83, 0x4b, 0x63, 0xff, 0x90, 0x32, 0xe5, local
154 print_v16i8_hex("va1 ", va1);
155 print_v16i8_hex("va0 x va1 ", v16i8_mpy(va0, va1));
156 print_v16i8_hex("va0 + va1 ", v16i8_add(va0, va1));
  /external/valgrind/memcheck/
mc_translate.c     [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_expr.cpp 1019 value *va1 = es1 == 0 ? mv1 : mv0; local
1031 add->src[1] = va1;

Completed in 415 milliseconds