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

1 2

  /external/llvm/test/MC/AArch64/
neon-scalar-abs.s 17 fabd s29, s24, s20
20 // CHECK: fabd s29, s24, s20 // encoding: [0x1d,0xd7,0xb4,0x7e]
29 sqabs s20, s12
34 // CHECK: sqabs s20, s12 // encoding: [0x94,0x79,0xa0,0x5e]
neon-scalar-neg.s 19 sqneg s20, s12
24 // CHECK: sqneg s20, s12 // encoding: [0x94,0x79,0xa0,0x7e]
neon-scalar-saturating-rounding-shift.s 8 sqrshl s20, s21, s2
13 // CHECK: sqrshl s20, s21, s2 // encoding: [0xb4,0x5e,0xa2,0x5e]
21 uqrshl s20, s21, s2
26 // CHECK: uqrshl s20, s21, s2 // encoding: [0xb4,0x5e,0xa2,0x7e]
neon-scalar-saturating-shift.s 8 sqshl s20, s21, s2
13 // CHECK: sqshl s20, s21, s2 // encoding: [0xb4,0x4e,0xa2,0x5e]
21 uqshl s20, s21, s2
26 // CHECK: uqshl s20, s21, s2 // encoding: [0xb4,0x4e,0xa2,0x7e]
neon-scalar-mul.s 10 sqdmulh s20, s21, s2
13 // CHECK: sqdmulh s20, s21, s2 // encoding: [0xb4,0xb6,0xa2,0x5e]
20 sqrdmulh s20, s21, s2
23 // CHECK: sqrdmulh s20, s21, s2 // encoding: [0xb4,0xb6,0xa2,0x7e]
29 fmulx s20, s22, s15
32 // CHECK: fmulx s20, s22, s15 // encoding: [0xd4,0xde,0x2f,0x5e]
neon-scalar-extract-narrow.s 11 sqxtun s20, d12
15 // CHECK: sqxtun s20, d12 // encoding: [0x94,0x29,0xa1,0x7e]
neon-scalar-saturating-add-sub.s 8 sqadd s20, s21, s2
13 // CHECK: sqadd s20, s21, s2 // encoding: [0xb4,0x0e,0xa2,0x5e]
21 uqadd s20, s21, s2
26 // CHECK: uqadd s20, s21, s2 // encoding: [0xb4,0x0e,0xa2,0x7e]
34 sqsub s20, s21, s2
39 // CHECK: sqsub s20, s21, s2 // encoding: [0xb4,0x2e,0xa2,0x5e]
47 uqsub s20, s21, s2
52 // CHECK: uqsub s20, s21, s2 // encoding: [0xb4,0x2e,0xa2,0x7e]
neon-scalar-by-elem-saturating-mul.s 47 sqrdmulh s20, s26, v27.s[1]
53 // CHECK: sqrdmulh s20, s26, v27.s[1] // encoding: [0x54,0xd3,0xbb,0x5f]
basic-a64-diagnostics.s     [all...]
basic-a64-instructions.s     [all...]
  /external/bison/lib/
streq.h 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)
155 if (s1[0] == s20)
157 if (s20 == 0)
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) \
c-strcaseeq.h 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)
165 if (CASEEQ (s1[0], s20))
167 if (s20 == 0)
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) \
  /ndk/sources/host-tools/sed-4.2.1/lib/
streq.h 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)
157 if (s1[0] == s20)
159 if (s20 == 0)
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) \
  /art/test/004-StackWalk/src/
Main.java 41 String s20 = new String("20"); local
63 s += s20;
71 s10 += s20;
73 s20 += s10;
74 s = s17 + s20;
  /external/clang/test/CodeGen/
x86_64-arguments-nacl.c 71 // CHECK-LABEL: define void @f20(%struct.s20* byval align 32 %x)
72 struct __attribute__((aligned(32))) s20 { struct
76 void f20(struct s20 x) {}
arm-arguments.c 114 // APCS-GNU: struct.s20* noalias sret
116 struct s20 { struct s8 f1; int f0; }; struct
117 struct s20 f20(void) {}
x86_64-arguments.c 109 // CHECK-LABEL: define void @f20(%struct.s20* byval align 32 %x)
110 struct __attribute__((aligned(32))) s20 { struct
114 void f20(struct s20 x) {}
arm64-arguments.c 85 struct s20 { struct s8 f1; int f0; }; struct
86 struct s20 f20(void) {}
  /external/clang/test/CXX/lex/lex.charset/
p2-cxx98.cpp 33 const char *s20 = "\u0020"; // ' ', expected-error {{character ' ' cannot be specified by a universal character name}} variable
  /external/valgrind/main/none/tests/arm/
vfp.c     [all...]
vfp.stdout.exp 147 vmla.f32 s20, s25, s22 :: Sd 0xc4833ce4 Sm (i32)0x41b851ec Sn (i32)0xc2364659
149 vmla.f32 s20, s31, s12 :: Sd 0xcf050e7f Sm (i32)0x473e7300 Sn (i32)0xc732da7a
164 vmla.f32 s20, s13, s15 :: Sd 0x7fc00000 Sm (i32)0xff800000 Sn (i32)0x00000000
196 vnmla.f32 s20, s25, s22 :: Sd 0x44833ce4 Sm (i32)0x41b851ec Sn (i32)0xc2364659
198 vnmla.f32 s20, s31, s12 :: Sd 0x4f050e7f Sm (i32)0x473e7300 Sn (i32)0xc732da7a
213 vnmla.f32 s20, s13, s15 :: Sd 0xffc00000 Sm (i32)0xff800000 Sn (i32)0x00000000
245 vmls.f32 s20, s25, s22 :: Sd 0x44833ce4 Sm (i32)0x41b851ec Sn (i32)0xc2364659
247 vmls.f32 s20, s31, s12 :: Sd 0x4f050e7f Sm (i32)0x473e7300 Sn (i32)0xc732da7a
262 vmls.f32 s20, s13, s15 :: Sd 0xffc00000 Sm (i32)0xff800000 Sn (i32)0x00000000
294 vnmls.f32 s20, s25, s22 :: Sd 0xc4833ce4 Sm (i32)0x41b851ec Sn (i32)0xc236465
    [all...]
vfpv4_fma.c 111 TESTINSN_bin_f32("vfma.f32 s20, s25, s22", s20, s25, i32, f2u(23.04), s22, i32, f2u(-45.5687));
113 TESTINSN_bin_f32("vfma.f32 s20, s31, s12", s20, s31, i32, f2u(48755), s12, i32, f2u(-45786.476));
128 TESTINSN_bin_f32("vfma.f32 s20, s13, s15", s20, s13, i32, f2u(-INFINITY), s15, i32, f2u(0.0));
161 TESTINSN_bin_f32("vfms.f32 s20, s25, s22", s20, s25, i32, f2u(23.04), s22, i32, f2u(-45.5687));
163 TESTINSN_bin_f32("vfms.f32 s20, s31, s12", s20, s31, i32, f2u(48755), s12, i32, f2u(-45786.476))
    [all...]
vfpv4_fma.stdout.exp 31 vfma.f32 s20, s25, s22 :: Qd 0x55555555 0xc4833ce4 Sm (i32)0x41b851ec Sn (i32)0xc2364659
33 vfma.f32 s20, s31, s12 :: Qd 0x55555555 0xcf050e7f Sm (i32)0x473e7300 Sn (i32)0xc732da7a
48 vfma.f32 s20, s13, s15 :: Qd 0x55555555 0x7fc00000 Sm (i32)0xff800000 Sn (i32)0x00000000
80 vfms.f32 s20, s25, s22 :: Qd 0x55555555 0x44833ce4 Sm (i32)0x41b851ec Sn (i32)0xc2364659
82 vfms.f32 s20, s31, s12 :: Qd 0x55555555 0x4f050e7f Sm (i32)0x473e7300 Sn (i32)0xc732da7a
97 vfms.f32 s20, s13, s15 :: Qd 0x55555555 0x7fc00000 Sm (i32)0xff800000 Sn (i32)0x00000000
  /external/chromium_org/third_party/skia/src/effects/
SkBicubicImageFilter.cpp 140 SkPMColor s20 = *src.getAddr32(x2, y0); local
142 SkPMColor s0 = cubicBlend(fCoefficients, fractx, s00, s10, s20, s30);
  /external/skia/src/effects/
SkBicubicImageFilter.cpp 140 SkPMColor s20 = *src.getAddr32(x2, y0); local
142 SkPMColor s0 = cubicBlend(fCoefficients, fractx, s00, s10, s20, s30);

Completed in 807 milliseconds

1 2