HomeSort by relevance Sort by last modified time
    Searched full:s22 (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
vfpv3-32drs.s 5 fcvtds d22,s22
6 fcvtsd s22,d22
11 fsitod d22,s22
vfpv3-32drs.d 10 0[0-9a-f]+ <[^>]+> eef76acb (vcvt\.f64\.f32|fcvtds) d22, s22
11 0[0-9a-f]+ <[^>]+> eeb7bbe6 (vcvt\.f32\.f64|fcvtsd) s22, d22
16 0[0-9a-f]+ <[^>]+> eef86bcb (vcvt\.f64\.s32|fsitod) d22, s22
vfpv3-d16-bad.l 4 [^:]*:[0-9]+: Error: D register out of range for selected VFP version -- `fcvtds d22,s22'
5 [^:]*:[0-9]+: Error: D register out of range for selected VFP version -- `fcvtsd s22,d22'
10 [^:]*:[0-9]+: Error: D register out of range for selected VFP version -- `fsitod d22,s22'
  /external/bison/lib/
c-strcaseeq.h 135 strcaseeq2 (const char *s1, const char *s2, char s22, char s23, char s24, char s25, char s26, char s27, char s28)
137 if (CASEEQ (s1[2], s22))
139 if (s22 == 0)
149 strcaseeq1 (const char *s1, const char *s2, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28)
156 return strcaseeq2 (s1, s2, s22, s23, s24, s25, s26, s27, s28);
163 strcaseeq0 (const char *s1, const char *s2, char s20, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28)
170 return strcaseeq1 (s1, s2, s21, s22, s23, s24, s25, s26, s27, s28);
176 #define STRCASEEQ(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \
177 strcaseeq0 (s1, s2, s20, s21, s22, s23, s24, s25, s26, s27, s28)
181 #define STRCASEEQ(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28)
    [all...]
streq.h 125 streq2 (const char *s1, const char *s2, char s22, char s23, char s24, char s25, char s26, char s27, char s28)
127 if (s1[2] == s22)
129 if (s22 == 0)
139 streq1 (const char *s1, const char *s2, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28)
146 return streq2 (s1, s2, s22, s23, s24, s25, s26, s27, s28);
153 streq0 (const char *s1, const char *s2, char s20, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28)
160 return streq1 (s1, s2, s21, s22, s23, s24, s25, s26, s27, s28);
166 #define STREQ_OPT(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \
167 streq0 (s1, s2, s20, s21, s22, s23, s24, s25, s26, s27, s28)
171 #define STREQ_OPT(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28)
    [all...]
  /external/llvm/test/CodeGen/AArch64/
remat-float0.ll 15 call void asm sideeffect "", "~{s0},~{s1},~{s2},~{s3},~{s4},~{s5},~{s6},~{s7},~{s8},~{s9},~{s10},~{s11},~{s12},~{s13},~{s14},~{s15},~{s16},~{s17},~{s18},~{s19},~{s20},~{s21},~{s22},~{s23},~{s24},~{s25},~{s26},~{s27},~{s28},~{s29},~{s30},~{s31}"()
  /external/clang/test/CodeGen/
asm_arm.c 47 // CHECK: ~{s16},~{s17},~{s18},~{s19},~{s20},~{s21},~{s22},~{s23},
53 "s16", "s17", "s18", "s19", "s20", "s21", "s22", "s23",
  /external/llvm/test/MC/AArch64/
neon-scalar-cvt.s 10 scvtf s22, s13
14 // CHECK: scvtf s22, s13 // encoding: [0xb6,0xd9,0x21,0x5e]
22 ucvtf s22, s13
26 // CHECK: ucvtf s22, s13 // encoding: [0xb6,0xd9,0x21,0x7e]
34 scvtf s22, s13, #32
38 // CHECK: scvtf s22, s13, #32 // encoding: [0xb6,0xe5,0x20,0x5f]
46 ucvtf s22, s13, #32
50 // CHECK: ucvtf s22, s13, #32 // encoding: [0xb6,0xe5,0x20,0x7f]
82 fcvtxn s22, d13
84 // CHECK: fcvtxn s22, d13 // encoding: [0xb6,0x69,0x61,0x7e
    [all...]
neon-scalar-mul.s 30 fmulx s20, s22, s15
34 // CHECK: fmulx s20, s22, s15 // encoding: [0xd4,0xde,0x2f,0x5e]
62 sqdmull d15, s22, s12
65 // CHECK: sqdmull d15, s22, s12 // encoding: [0xcf,0xd2,0xac,0x5e]
neon-scalar-by-elem-mla.s 10 fmla s16, s22, v16.s[3]
18 // CHECK: fmla s16, s22, v16.s[3] // encoding: [0xd0,0x1a,0xb0,0x5f]
neon-scalar-by-elem-mul.s 10 fmul s16, s22, v16.s[3]
18 // CHECK: fmul s16, s22, v16.s[3] // encoding: [0xd0,0x9a,0xb0,0x5f]
  /external/clang/test/PCH/
cxx-key-functions.cpp 30 struct S22 { virtual void f(); };
84 S20, S21, S22, S23, S24, S25, S26, S27, S28, S29,
  /cts/tests/tests/graphics/res/drawable/
vector_icon_schedule.xml 27 android:pathData="M11.994999,2.0C6.4679985,2.0 2.0,6.4780006 2.0,12.0s4.468,10.0 9.995,10.0S22.0,17.522 22.0,12.0S17.521,2.0 11.994999,2.0zM12.0,20.0c-4.42,0.0 -8.0-3.582-8.0-8.0s3.58-8.0 8.0-8.0s8.0,3.582 8.0,8.0S16.419998,20.0 12.0,20.0z" />
  /frameworks/base/tests/VectorDrawableTest/res/drawable/
vector_icon_schedule.xml 26 android:pathData="M11.994999,2.0C6.4679985,2.0 2.0,6.4780006 2.0,12.0s4.468,10.0 9.995,10.0S22.0,17.522 22.0,12.0S17.521,2.0 11.994999,2.0zM12.0,20.0c-4.42,0.0 -8.0,-3.582 -8.0,-8.0s3.58,-8.0 8.0,-8.0s8.0,3.582 8.0,8.0S16.419998,20.0 12.0,20.0z" />
  /frameworks/support/graphics/drawable/static/tests/res/drawable/
vector_icon_schedule.xml 27 android:pathData="M11.994999,2.0C6.4679985,2.0 2.0,6.4780006 2.0,12.0s4.468,10.0 9.995,10.0S22.0,17.522 22.0,12.0S17.521,2.0 11.994999,2.0zM12.0,20.0c-4.42,0.0 -8.0-3.582-8.0-8.0s3.58-8.0 8.0-8.0s8.0,3.582 8.0,8.0S16.419998,20.0 12.0,20.0z"/>
  /external/boringssl/src/crypto/poly1305/
poly1305_vec.c 67 } R20, R21, R22, R23, R24, S21, S22, S23, S24;
196 uint64_t r20, r21, r22, s22; local
215 s22 = r22 * (5 << 2);
217 d[0] = add128(mul64x64_128(r20, r20), mul64x64_128(r21 * 2, s22));
218 d[1] = add128(mul64x64_128(r22, s22), mul64x64_128(r20 * 2, r21));
248 p->S22.v = _mm_mul_epu32(p->R22.v, FIVE);
314 T5 = _mm_mul_epu32(H3, p->S22.v);
319 T6 = _mm_mul_epu32(H4, p->S22.v);
372 T5 = _mm_mul_epu32(M3, p->S22.v);
377 T6 = _mm_mul_epu32(M4, p->S22.v)
    [all...]
  /external/vulkan-validation-layers/libs/glm/detail/
type_mat3x3.inl 446 T S22 = m[2][2];
449 + (S11 * S22 - S21 * S12),
450 - (S10 * S22 - S20 * S12),
452 - (S01 * S22 - S21 * S02),
453 + (S00 * S22 - S20 * S02),
460 S11 * S22 - S21 * S12,
461 S12 * S20 - S22 * S10,
463 S02 * S21 - S01 * S22,
464 S00 * S22 - S02 * S20,
471 + S00 * (S11 * S22 - S21 * S12
    [all...]
  /art/runtime/arch/arm/
registers_arm.h 79 S22 = 22,
  /external/libunwind/src/arm/
regname.c 26 "s16", "s17", "s18", "s19", "s20", "s21", "s22", "s23",
  /external/llvm/test/MC/Disassembler/ARM/
fp-encoding.txt 218 # CHECK: vstmiaeq r0, {s19, s20, s21, s22, s23}
220 # CHECK: vldmiaeq r3, {s18, s19, s20, s21, s22, s23}
229 # CHECK: vldmdbeq r5!, {s21, s22, s23}
252 # CHECK: vldmiaeq r8!, {s21, s22, s23}
  /external/valgrind/none/tests/arm/
vfpv4_fma.c 111 TESTINSN_bin_f32("vfma.f32 s20, s25, s22", s20, s25, i32, f2u(23.04), s22, i32, f2u(-45.5687));
161 TESTINSN_bin_f32("vfms.f32 s20, s25, s22", s20, s25, i32, f2u(23.04), s22, i32, f2u(-45.5687));
211 TESTINSN_bin_f32("vfnma.f32 s20, s25, s22", s20, s25, i32, f2u(23.04), s22, i32, f2u(-45.5687));
261 TESTINSN_bin_f32("vfnms.f32 s20, s25, s22", s20, s25, i32, f2u(23.04), s22, i32, f2u(-45.5687));
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
MD5Digest.java 145 private static final int S22 = 9;
241 d = rotateLeft(d + G(a, b, c) + X[ 6] + 0xc040b340, S22) + a;
245 d = rotateLeft(d + G(a, b, c) + X[10] + 0x02441453, S22) + a;
249 d = rotateLeft(d + G(a, b, c) + X[14] + 0xc33707d6, S22) + a;
253 d = rotateLeft(d + G(a, b, c) + X[ 2] + 0xfcefa3f8, S22) + a;
  /external/dng_sdk/source/
dng_fingerprint.cpp 467 S22 = 9,
531 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */
535 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */
539 GG (d, a, b, c, x[14], S22, 0xc33707d6); /* 26 */
543 GG (d, a, b, c, x[ 2], S22, 0xfcefa3f8); /* 30 */
  /external/libjpeg-turbo/md5/
md5.c 260 #define S22 9
264 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */
268 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */
272 GG (d, a, b, c, x[14], S22, 0xc33707d6); /* 26 */
276 GG (d, a, b, c, x[ 2], S22, 0xfcefa3f8); /* 30 */
  /external/ppp/pppd/
md5.c 233 #define S22 9
237 GG ( d, a, b, c, in[ 6], S22, UL(3225465664)); /* 18 */
241 GG ( d, a, b, c, in[10], S22, UL( 38016083)); /* 22 */
245 GG ( d, a, b, c, in[14], S22, UL(3275163606)); /* 26 */
249 GG ( d, a, b, c, in[ 2], S22, UL(4243563512)); /* 30 */

Completed in 2120 milliseconds

1 2 3 4 5