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

  /external/chromium_org/third_party/smhasher/src/
Spooky.cpp 135 uint64 h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11; local
148 h2=h5=h8=h11 = sc_const;
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
225 h2=h5=h8=h11 = sc_const;
240 h11 = m_state[11];
250 Mix(u.p64, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
325 uint64 h11 = m_state[11]; local
    [all...]
Spooky.h 171 uint64 &h8, uint64 &h9, uint64 &h10,uint64 &h11)
173 h11+= h1; h2 ^= h11; h1 = Rot64(h1,44);
182 h8 += h10; h11^= h8; h10= Rot64(h10,53);
183 h9 += h11; h0 ^= h9; h11= Rot64(h11,42);
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/llvm/test/MC/AArch64/
neon-saturating-rounding-shift.s 48 sqrshl h10, h11, h12
53 // CHECK: sqrshl h10, h11, h12 // encoding: [0x6a,0x5d,0x6c,0x5e]
61 uqrshl h10, h11, h12
66 // CHECK: uqrshl h10, h11, h12 // encoding: [0x6a,0x5d,0x6c,0x7e]
neon-saturating-shift.s 48 sqshl h10, h11, h12
53 // CHECK: sqshl h10, h11, h12 // encoding: [0x6a,0x4d,0x6c,0x5e]
61 uqshl h10, h11, h12
66 // CHECK: uqshl h10, h11, h12 // encoding: [0x6a,0x4d,0x6c,0x7e]
neon-saturating-add-sub.s 86 sqadd h10, h11, h12
91 // CHECK: sqadd h10, h11, h12 // encoding: [0x6a,0x0d,0x6c,0x5e]
99 uqadd h10, h11, h12
104 // CHECK: uqadd h10, h11, h12 // encoding: [0x6a,0x0d,0x6c,0x7e]
112 sqsub h10, h11, h12
117 // CHECK: sqsub h10, h11, h12 // encoding: [0x6a,0x2d,0x6c,0x5e]
125 uqsub h10, h11, h12
130 // CHECK: uqsub h10, h11, h12 // encoding: [0x6a,0x2d,0x6c,0x7e]
basic-a64-diagnostics.s     [all...]

Completed in 193 milliseconds