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

  /external/llvm/test/MC/AArch64/
neon-scalar-shift-imm.s 84 uqshl b18, b15, #6
89 // CHECK: uqshl b18, b15, #6 // encoding: [0xf2,0x75,0x0e,0x7f]
97 sqshlu b15, b18, #6
102 // CHECK: sqshlu b15, b18, #6 // encoding: [0x4f,0x66,0x0e,0x7f]
168 sqshrun b15, h10, #7
172 // CHECK: sqshrun b15, h10, #7 // encoding: [0x4f,0x85,0x09,0x7f]
neon-diagnostics.s     [all...]
  /external/clang/test/SemaCXX/
uninitialized.cpp 207 B* b15 = getPtrB(b15->x); // expected-warning {{variable 'b15' is uninitialized when used within its own initialization}} local
231 B* b15 = getPtrB(b15->x); // expected-warning {{variable 'b15' is uninitialized when used within its own initialization}} variable
  /external/clang/lib/Headers/
emmintrin.h 1111 _mm_set_epi8(char b15, char b14, char b13, char b12, char b11, char b10, char b9, char b8, char b7, char b6, char b5, char b4, char b3, char b2, char b1, char b0)
1113 return (__m128i)(__v16qi){ b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15 };
    [all...]

Completed in 126 milliseconds