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

  /external/llvm/test/MC/AArch64/
neon-scalar-saturating-rounding-shift.s 7 sqrshl h10, h11, h12
12 // CHECK: sqrshl h10, h11, h12 // encoding: [0x6a,0x5d,0x6c,0x5e]
20 uqrshl h10, h11, h12
25 // CHECK: uqrshl h10, h11, h12 // encoding: [0x6a,0x5d,0x6c,0x7e]
neon-scalar-saturating-shift.s 7 sqshl h10, h11, h12
12 // CHECK: sqshl h10, h11, h12 // encoding: [0x6a,0x4d,0x6c,0x5e]
20 uqshl h10, h11, h12
25 // CHECK: uqshl h10, h11, h12 // encoding: [0x6a,0x4d,0x6c,0x7e]
neon-scalar-saturating-add-sub.s 7 sqadd h10, h11, h12
12 // CHECK: sqadd h10, h11, h12 // encoding: [0x6a,0x0d,0x6c,0x5e]
20 uqadd h10, h11, h12
25 // CHECK: uqadd h10, h11, h12 // encoding: [0x6a,0x0d,0x6c,0x7e]
33 sqsub h10, h11, h12
38 // CHECK: sqsub h10, h11, h12 // encoding: [0x6a,0x2d,0x6c,0x5e]
46 uqsub h10, h11, h12
51 // CHECK: uqsub h10, h11, h12 // encoding: [0x6a,0x2d,0x6c,0x7e]
neon-scalar-mul.s 9 sqdmulh h10, h11, h12
12 // CHECK: sqdmulh h10, h11, h12 // encoding: [0x6a,0xb5,0x6c,0x5e]
19 sqrdmulh h10, h11, h12
22 // CHECK: sqrdmulh h10, h11, h12 // encoding: [0x6a,0xb5,0x6c,0x7e]
neon-scalar-shift-imm.s 135 uqshrn b12, h10, #7
136 uqshrn h10, s14, #5
139 // CHECK: uqshrn b12, h10, #7 // encoding: [0x4c,0x95,0x09,0x7f]
140 // CHECK: uqshrn h10, s14, #5 // encoding: [0xca,0x95,0x1b,0x7f]
168 sqshrun b15, h10, #7
172 // CHECK: sqshrun b15, h10, #7 // encoding: [0x4f,0x85,0x09,0x7f]
180 sqrshrun b17, h10, #6
181 sqrshrun h10, s13, #15
184 // CHECK: sqrshrun b17, h10, #6 // encoding: [0x51,0x8d,0x0a,0x7f]
185 // CHECK: sqrshrun h10, s13, #15 // encoding: [0xaa,0x8d,0x11,0x7f
    [all...]
neon-scalar-by-elem-saturating-mul.s 28 sqdmulh h10, h11, v10.h[4]
34 // CHECK: sqdmulh h10, h11, v10.h[4] // encoding: [0x6a,0xc9,0x4a,0x5f]
neon-diagnostics.s 234 frecpx s18, h10
238 // CHECK-ERROR: frecpx s18, h10
    [all...]
basic-a64-instructions.s     [all...]
basic-a64-diagnostics.s     [all...]
  /external/chromium_org/third_party/smhasher/src/
Spooky.cpp 135 uint64 h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11; local
147 h1=h4=h7=h10 = *hash2;
158 Mix(u.p64, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
167 Mix(buf, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
177 Mix(buf, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
180 End(h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
200 uint64 h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11; local
224 h1=h4=h7=h10 = m_state[1];
239 h10 = m_state[10];
250 Mix(u.p64, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11)
324 uint64 h10 = m_state[10]; local
    [all...]
Spooky.h 171 uint64 &h8, uint64 &h9, uint64 &h10,uint64 &h11)
181 h7 += h9; h10^= h7; h9 = Rot64(h9,38);
182 h8 += h10; h11^= h8; h10= Rot64(h10,53);
184 h10+= h0; h1 ^= h10; h0 = Rot64(h0,54);
190 uint64 &h8, uint64 &h9, uint64 &h10,uint64 &h11)
192 EndPartial(h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
193 EndPartial(h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11)
    [all...]
  /external/clang/test/Sema/
attr-alias-elf.c 41 // FIXME: This could be a bit better, h10 is not part of the cycle, it points
43 void h10() __attribute__((alias("g10"))); // expected-error {{alias definition is part of a cycle}}

Completed in 592 milliseconds