Searched refs:s20 (Results 1 - 25 of 32) sorted by relevance

12

/external/llvm/test/MC/AArch64/
H A Dneon-scalar-abs.s17 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]
H A Dneon-scalar-neg.s19 sqneg s20, s12
24 // CHECK: sqneg s20, s12 // encoding: [0x94,0x79,0xa0,0x7e]
H A Dneon-scalar-saturating-rounding-shift.s8 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]
H A Dneon-scalar-saturating-shift.s8 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]
H A Dneon-scalar-mul.s10 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]
H A Dneon-scalar-extract-narrow.s11 sqxtun s20, d12
15 // CHECK: sqxtun s20, d12 // encoding: [0x94,0x29,0xa1,0x7e]
H A Dneon-scalar-saturating-add-sub.s8 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]
H A Dneon-scalar-by-elem-saturating-mul.s47 sqrdmulh s20, s26, v27.s[1]
53 // CHECK: sqrdmulh s20, s26, v27.s[1] // encoding: [0x54,0xd3,0xbb,0x5f]
H A Dbasic-a64-diagnostics.s1544 fccmp s20, s7, #16, hs
1549 // CHECK-ERROR-NEXT: fccmp s20, s7, #16, hs
1562 fccmpe s20, s7, #16, hs
1567 // CHECK-ERROR-NEXT: fccmpe s20, s7, #16, hs
1653 fcvtzs w19, s20, #33
1659 // CHECK-ERROR-NEXT: fcvtzs w19, s20, #33
1666 fcvtzs x19, s20, #65
1672 // CHECK-ERROR-NEXT: fcvtzs x19, s20, #65
1679 fcvtzu w19, s20, #33
1685 // CHECK-ERROR-NEXT: fcvtzu w19, s20, #3
[all...]
H A Dbasic-a64-instructions.s1793 fcsel s3, s20, s9, pl
1795 // CHECK: fcsel s3, s20, s9, pl // encoding: [0x83,0x5e,0x29,0x1e]
1812 frinta s20, s21
1825 // CHECK: frinta s20, s21 // encoding: [0xb4,0x42,0x26,0x1e]
1865 fmul s20, s19, s17
1872 fminnm s19, s20, s21
1874 // CHECK: fmul s20, s19, s17 // encoding: [0x74,0x0a,0x31,0x1e]
1881 // CHECK: fminnm s19, s20, s21 // encoding: [0x93,0x7a,0x35,0x1e]
1929 fcvtzs wzr, s20, #13
1932 // CHECK: fcvtzs wzr, s20, #1
[all...]
/external/bison/lib/
H A Dstreq.h153 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) argument
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) \
H A Dc-strcaseeq.h163 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) argument
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) \
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Ddefault_object_view_test.js27 var s20 = i10.addSnapshot(20, {foo: 2});
/external/clang/test/CodeGen/
H A Dx86_64-arguments-nacl.c71 // CHECK-LABEL: define void @f20(%struct.s20* byval align 32 %x)
72 struct __attribute__((aligned(32))) s20 { struct
76 void f20(struct s20 x) {}
H A Darm-arguments.c114 // APCS-GNU: struct.s20* noalias sret
116 struct s20 { struct s8 f1; int f0; }; struct
117 struct s20 f20(void) {}
H A Dx86_64-arguments.c109 // CHECK-LABEL: define void @f20(%struct.s20* byval align 32 %x)
110 struct __attribute__((aligned(32))) s20 { struct
114 void f20(struct s20 x) {}
H A Darm64-arguments.c85 struct s20 { struct s8 f1; int f0; }; struct
86 struct s20 f20(void) {}
/external/clang/test/CXX/lex/lex.charset/
H A Dp2-cxx98.cpp33 const char *s20 = "\u0020"; // ' ', expected-error {{character ' ' cannot be specified by a universal character name}} variable
/external/valgrind/main/none/tests/arm/
H A Dvfp.c1158 TESTINSN_bin_f32("vmla.f32 s20, s25, s22", s20, s25, i32, f2u(23.04), s22, i32, f2u(-45.5687));
1160 TESTINSN_bin_f32("vmla.f32 s20, s31, s12", s20, s31, i32, f2u(48755), s12, i32, f2u(-45786.476));
1175 TESTINSN_bin_f32("vmla.f32 s20, s13, s15", s20, s13, i32, f2u(-INFINITY), s15, i32, f2u(0.0));
1208 TESTINSN_bin_f32("vnmla.f32 s20, s25, s22", s20, s25, i32, f2u(23.04), s22, i32, f2u(-45.5687));
1210 TESTINSN_bin_f32("vnmla.f32 s20, s31, s12", s20, s3
[all...]
H A Dvfp.stdout.exp147 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, s2
[all...]
H A Dvfpv4_fma.c111 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, s3
[all...]
H A Dvfpv4_fma.stdout.exp31 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/skia/src/effects/
H A DSkBicubicImageFilter.cpp140 SkPMColor s20 = *src.getAddr32(x2, y0); local
142 SkPMColor s0 = cubicBlend(fCoefficients, fractx, s00, s10, s20, s30);
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm64.cc5158 __ Fmov(s20, 1.0);
5159 __ Fmov(w10, s20);
5161 __ Fmov(s5, s20);
5309 __ Fmov(s20, -2.0f);
5321 __ Fmul(s3, s15, s20);
5322 __ Fmul(s4, s16, s20);
5668 __ Fmov(s20, -2.0f);
6242 __ Fmov(s20, -0.0);
6257 __ Fsqrt(s4, s20);
6299 __ Fmov(s20, 2.
[all...]
/external/vixl/test/
H A Dtest-assembler-a64.cc4433 __ Fmov(s20, 1.0);
4434 __ Fmov(w10, s20);
4436 __ Fmov(s5, s20);
4581 __ Fmov(s20, -2.0f);
4593 __ Fmul(s3, s15, s20);
4594 __ Fmul(s4, s16, s20);
4934 __ Fmov(s20, -2.0f);
5499 __ Fmov(s20, -0.0);
5514 __ Fsqrt(s4, s20);
5555 __ Fmov(s20, 2.
[all...]

Completed in 450 milliseconds

12