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

  /external/llvm/unittests/Transforms/Utils/
ASanStackFrameLayoutTest.cpp 67 TestLayout(VEC1(a1_1), 8, 16, "1 16 1 4 a1_1", "LL1R");
68 TestLayout(VEC1(a1_1), 64, 64, "1 64 1 4 a1_1", "L1");
72 TestLayout(VEC1(a1_1), 8, 32, "1 32 1 4 a1_1", "LLLL1RRR");
87 ASanStackVariableDescription t[] = {a1_1, p1_256};
89 "2 256 1 6 p1_256 272 1 4 a1_1",
94 ASanStackVariableDescription t[] = {a1_1, a16_1, a41_1};
96 "3 32 1 4 a1_1 48 16 5 a16_1 80 41 5 a41_1"
    [all...]
  /external/clang/test/Sema/
pragma-align-mac68k.c 19 extern int a1_1[offsetof(struct s1, f1) == 2 ? 1 : -1];
  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_intrapred_neon.c 362 const uint16x8_t A1_1 = vld1q_u16(above + 9);
368 uint16x8_t row_1 = vrhaddq_u16(avg_1, A1_1);
402 const uint16x8_t A1_1 = vld1q_u16(above + 9);
414 uint16x8_t row_1 = vrhaddq_u16(avg_1, A1_1);
    [all...]
intrapred_neon.c 355 const uint8x16_t A1_1 = vld1q_u8(above + 17);
361 uint8x16_t row_1 = vrhaddq_u8(avg_1, A1_1);
    [all...]

Completed in 131 milliseconds