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

1 2

  /external/llvm/test/MC/AArch64/
neon-scalar-cvt.s 9 scvtf s22, s13
12 // CHECK: scvtf s22, s13 // encoding: [0xb6,0xd9,0x21,0x5e]
19 ucvtf s22, s13
22 // CHECK: ucvtf s22, s13 // encoding: [0xb6,0xd9,0x21,0x7e]
29 scvtf s22, s13, #32
32 // CHECK: scvtf s22, s13, #32 // encoding: [0xb6,0xe5,0x20,0x5f]
39 ucvtf s22, s13, #32
42 // CHECK: ucvtf s22, s13, #32 // encoding: [0xb6,0xe5,0x20,0x7f]
70 fcvtxn s22, d13
72 // CHECK: fcvtxn s22, d13 // encoding: [0xb6,0x69,0x61,0x7e
    [all...]
neon-scalar-mul.s 29 fmulx s20, s22, s15
32 // CHECK: fmulx s20, s22, s15 // encoding: [0xd4,0xde,0x2f,0x5e]
60 sqdmull d15, s22, s12
63 // CHECK: sqdmull d15, s22, s12 // encoding: [0xcf,0xd2,0xac,0x5e]
neon-scalar-recip.s 49 frsqrte s22, s13
52 // CHECK: frsqrte s22, s13 // encoding: [0xb6,0xd9,0xa1,0x7e]
neon-scalar-by-elem-mla.s 9 fmla s16, s22, v16.s[3]
16 // CHECK: fmla s16, s22, v16.s[3] // encoding: [0xd0,0x1a,0xb0,0x5f]
neon-scalar-by-elem-mul.s 9 fmul s16, s22, v16.s[3]
16 // CHECK: fmul s16, s22, v16.s[3] // encoding: [0xd0,0x9a,0xb0,0x5f]
neon-scalar-shift-imm.s 182 sqrshrun s22, d16, #31
186 // CHECK: sqrshrun s22, d16, #31 // encoding: [0x16,0x8e,0x21,0x7f]
neon-diagnostics.s 248 frsqrte s22, h13
252 // CHECK-ERROR: frsqrte s22, h13
    [all...]
  /external/bison/lib/
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...]
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...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
streq.h 127 streq2 (const char *s1, const char *s2, char s22, char s23, char s24, char s25, char s26, char s27, char s28)
129 if (s1[2] == s22)
131 if (s22 == 0)
141 streq1 (const char *s1, const char *s2, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28)
148 return streq2 (s1, s2, s22, s23, s24, s25, s26, s27, s28);
155 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)
162 return streq1 (s1, s2, s21, s22, s23, s24, s25, s26, s27, s28);
168 #define STREQ(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \
169 streq0 (s1, s2, s20, s21, s22, s23, s24, s25, s26, s27, s28)
173 #define STREQ(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28)
    [all...]
  /external/clang/test/CXX/lex/lex.charset/
p2-cxx98.cpp 34 const char *s22 = "\u0022"; // ", expected-error {{character '"' cannot be specified by a universal character name}} variable
  /external/clang/test/CodeGenCXX/
catch-undef-behavior.cpp 431 S2 s22; local
432 s22 = s21;
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p3-0x.cpp 34 S2 s22 { 1.0, 2, 3 }; // expected-error {{type 'double' cannot be narrowed to 'int' in initializer list}} expected-note {{silence}}
  /external/skia/src/effects/
SkBicubicImageFilter.cpp 150 SkPMColor s22 = *src.getAddr32(x2, y2); local
152 SkPMColor s2 = cubicBlend(fCoefficients, fractx, s02, s12, s22, s32);
  /external/valgrind/main/none/tests/arm/
vfp.c     [all...]
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));
vfp.stdout.exp 147 vmla.f32 s20, s25, s22 :: Sd 0xc4833ce4 Sm (i32)0x41b851ec Sn (i32)0xc2364659
196 vnmla.f32 s20, s25, s22 :: Sd 0x44833ce4 Sm (i32)0x41b851ec Sn (i32)0xc2364659
245 vmls.f32 s20, s25, s22 :: Sd 0x44833ce4 Sm (i32)0x41b851ec Sn (i32)0xc2364659
294 vnmls.f32 s20, s25, s22 :: Sd 0xc4833ce4 Sm (i32)0x41b851ec Sn (i32)0xc2364659
343 vmul.f32 s20, s25, s22 :: Sd 0xc4833ce4 Sm (i32)0x41b851ec Sn (i32)0xc2364659
392 vnmul.f32 s20, s25, s22 :: Sd 0x44833ce4 Sm (i32)0x41b851ec Sn (i32)0xc2364659
    [all...]
vfpv4_fma.stdout.exp 31 vfma.f32 s20, s25, s22 :: Qd 0x55555555 0xc4833ce4 Sm (i32)0x41b851ec Sn (i32)0xc2364659
80 vfms.f32 s20, s25, s22 :: Qd 0x55555555 0x44833ce4 Sm (i32)0x41b851ec Sn (i32)0xc2364659
  /external/chromium_org/v8/test/cctest/
test-assembler-arm64.cc     [all...]
  /external/opencv/cv/src/
cvhistogram.cpp 458 double s2 = 0, s22 = 0; local
471 s22 += b*b;
475 denom2 = (s11 - s1*s1*scale)*(s22 - s2*s2*scale);
555 double s2 = 0, s22 = 0; local
579 s22 += v2*v2;
583 denom2 = (s11 - s1*s1*scale)*(s22 - s2*s2*scale);
    [all...]
  /external/chromium_org/third_party/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/chromium_org/v8/src/arm/
simulator-arm.h 114 s16, s17, s18, s19, s20, s21, s22, s23, enumerator in enum:v8::internal::Simulator::Register
  /external/vixl/test/
test-assembler-a64.cc     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
regexp.js 115 var s22 = computeInputVariants('svefg', 85);
184 s22[i].replace(re14, '');
185 s22[i].replace(re15, '');
    [all...]
  /external/chromium_org/v8/benchmarks/
regexp.js 115 var s22 = computeInputVariants('svefg', 85);
184 s22[i].replace(re14, '');
185 s22[i].replace(re15, '');
    [all...]

Completed in 977 milliseconds

1 2