Searched refs:s21 (Results 1 - 25 of 31) sorted by relevance

12

/external/llvm/test/MC/AArch64/
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]
61 suqadd s21, s12
66 // CHECK: suqadd s21, s1
[all...]
H A Dneon-scalar-recip.s9 frecps s21, s16, s13
12 // CHECK: frecps s21, s16, s13 // encoding: [0x15,0xfe,0x2d,0x5e]
19 frsqrts s21, s5, s12
22 // CHECK: frsqrts s21, s5, s12 // encoding: [0xb5,0xfc,0xac,0x5e]
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]
H A Dneon-scalar-cvt.s49 fcvtzs s21, s12, #1
52 // CHECK: fcvtzs s21, s12, #1 // encoding: [0x95,0xfd,0x3f,0x5f]
59 fcvtzu s21, s12, #1
62 // CHECK: fcvtzu s21, s12, #1 // encoding: [0x95,0xfd,0x3f,0x7f]
H A Dneon-scalar-by-elem-mul.s27 fmulx s13, s21, v10.s[3]
34 // CHECK: fmulx s13, s21, v10.s[3] // encoding: [0xad,0x9a,0xaa,0x7f]
H A Dneon-diagnostics.s3889 frecps s21, s16, h13
3893 // CHECK-ERROR: frecps s21, s16, h13
3903 frsqrts s21, h5, s12
3907 // CHECK-ERROR: frsqrts s21, h5, s12
4608 fcmeq d20, s21, d22
4614 // CHECK-ERROR: fcmeq d20, s21, d22
4622 fcmeq d20, s21, #0.0
4628 // CHECK-ERROR: fcmeq d20, s21, #0.0
4636 fcmge d20, s21, d22
4642 // CHECK-ERROR: fcmge d20, s21, d2
[all...]
/external/bison/lib/
H A Dstreq.h139 streq1 (const char *s1, const char *s2, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28) argument
141 if (s1[1] == s21)
143 if (s21 == 0)
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) argument
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) \
H A Dc-strcaseeq.h149 strcaseeq1 (const char *s1, const char *s2, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28) argument
151 if (CASEEQ (s1[1], s21))
153 if (s21 == 0)
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) argument
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) \
/external/clang/test/CodeGenCXX/
H A Dcatch-undef-behavior.cpp429 S2 s21; local
430 callee2(s21);
432 s22 = s21;
/external/clang/test/CodeGen/
H A Darm-arguments.c121 struct s21 { struct {} f1; int f0 : 4; }; struct
122 struct s21 f21(void) {}
H A Darm64-arguments.c89 struct s21 { struct {} f1; int f0 : 4; }; struct
90 struct s21 f21(void) {}
/external/valgrind/main/none/tests/arm/
H A Dvfp.c1167 TESTINSN_bin_f32("vmla.f32 s27, s21, s6", s27, s21, i32, f2u(34.00046), s6, i32, f2u(0.0024575));
1173 TESTINSN_bin_f32("vmla.f32 s27, s21, s16", s27, s21, i32, f2u(456.2489562), s16, i32, f2u(-7.2945676));
1217 TESTINSN_bin_f32("vnmla.f32 s27, s21, s6", s27, s21, i32, f2u(34.00046), s6, i32, f2u(0.0024575));
1223 TESTINSN_bin_f32("vnmla.f32 s27, s21, s16", s27, s21, i32, f2u(456.2489562), s16, i32, f2u(-7.2945676));
1267 TESTINSN_bin_f32("vmls.f32 s27, s21, s6", s27, s21, i3
[all...]
H A Dvfp.stdout.exp156 vmla.f32 s27, s21, s6 :: Sd 0x3dab1f7a Sm (i32)0x42080079 Sn (i32)0x3b210e02
162 vmla.f32 s27, s21, s16 :: Sd 0xc5500239 Sm (i32)0x43e41fde Sn (i32)0xc0e96d19
205 vnmla.f32 s27, s21, s6 :: Sd 0xbdab1f7a Sm (i32)0x42080079 Sn (i32)0x3b210e02
211 vnmla.f32 s27, s21, s16 :: Sd 0x45500239 Sm (i32)0x43e41fde Sn (i32)0xc0e96d19
254 vmls.f32 s27, s21, s6 :: Sd 0xbdab1f7a Sm (i32)0x42080079 Sn (i32)0x3b210e02
260 vmls.f32 s27, s21, s16 :: Sd 0x45500239 Sm (i32)0x43e41fde Sn (i32)0xc0e96d19
303 vnmls.f32 s27, s21, s6 :: Sd 0x3dab1f7a Sm (i32)0x42080079 Sn (i32)0x3b210e02
309 vnmls.f32 s27, s21, s16 :: Sd 0xc5500239 Sm (i32)0x43e41fde Sn (i32)0xc0e96d19
352 vmul.f32 s27, s21, s6 :: Sd 0x3dab1f7a Sm (i32)0x42080079 Sn (i32)0x3b210e02
358 vmul.f32 s27, s21, s1
[all...]
H A Dvfpv4_fma.c120 TESTINSN_bin_f32("vfma.f32 s27, s21, s6", s27, s21, i32, f2u(34.00046), s6, i32, f2u(0.0024575));
126 TESTINSN_bin_f32("vfma.f32 s27, s21, s16", s27, s21, i32, f2u(456.2489562), s16, i32, f2u(-7.2945676));
170 TESTINSN_bin_f32("vfms.f32 s27, s21, s6", s27, s21, i32, f2u(34.00046), s6, i32, f2u(0.0024575));
176 TESTINSN_bin_f32("vfms.f32 s27, s21, s16", s27, s21, i32, f2u(456.2489562), s16, i32, f2u(-7.2945676));
H A Dvfpv4_fma.stdout.exp40 vfma.f32 s27, s21, s6 :: Qd 0x55555555 0x3dab1f7a Sm (i32)0x42080079 Sn (i32)0x3b210e02
46 vfma.f32 s27, s21, s16 :: Qd 0x55555555 0xc5500239 Sm (i32)0x43e41fde Sn (i32)0xc0e96d19
89 vfms.f32 s27, s21, s6 :: Qd 0x55555555 0xbdab1f7a Sm (i32)0x42080079 Sn (i32)0x3b210e02
95 vfms.f32 s27, s21, s16 :: Qd 0x55555555 0x45500239 Sm (i32)0x43e41fde Sn (i32)0xc0e96d19
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp3-0x.cpp33 S2 s21 = { 1, 2, 3.0 }; member in namespace:bullet1
/external/skia/src/effects/
H A DSkBicubicImageFilter.cpp145 SkPMColor s21 = *src.getAddr32(x2, y1); local
147 SkPMColor s1 = cubicBlend(fCoefficients, fractx, s01, s11, s21, s31);
/external/llvm/test/MC/ARM/
H A Dfp-armv8.s76 vselvs.f32 s21, s16, s14
77 @ CHECK: vselvs.f32 s21, s16, s14 @ encoding: [0x07,0xaa,0x58,0xfe]
H A Dthumb-fp-armv8.s79 vselvs.f32 s21, s16, s14
80 @ CHECK: vselvs.f32 s21, s16, s14 @ encoding: [0x58,0xfe,0x07,0xaa]
/external/chromium_org/v8/benchmarks/
H A Dregexp.js114 var s21 = computeInputVariants(str1, 92);
181 s21[i].replace(/([a-zA-Z]|\s)+/, '');
643 s21[i].replace(/^.*\s+(\S+\s+\S+$)/, '');
844 s21[i].match(/\d+/g);
1120 /^Fubpxjnir Synfu (\d)/.exec(s21[i]);
1121 /^Fubpxjnir Synfu (\d+)/.exec(s21[i]);
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm64.cc6243 __ Fmov(s21, kFP32PositiveInfinity);
6258 __ Fsqrt(s5, s21);
6300 __ Fmov(s21, -1.5);
6313 __ Frinta(s5, s21);
6389 __ Fmov(s21, -1.5);
6402 __ Frintm(s5, s21);
6478 __ Fmov(s21, -1.5);
6491 __ Frintn(s5, s21);
6567 __ Fmov(s21, -1.5);
6579 __ Frintz(s5, s21);
[all...]
/external/chromium_org/v8/src/arm/
H A Dsimulator-arm.h114 s16, s17, s18, s19, s20, s21, s22, s23, enumerator in enum:v8::internal::Simulator::Register
/external/vixl/test/
H A Dtest-assembler-a64.cc5500 __ Fmov(s21, kFP32PositiveInfinity);
5515 __ Fsqrt(s5, s21);
5556 __ Fmov(s21, -1.5);
5569 __ Frinta(s5, s21);
5644 __ Fmov(s21, -1.5);
5657 __ Frintm(s5, s21);
5732 __ Fmov(s21, -1.5);
5745 __ Frintn(s5, s21);
5820 __ Fmov(s21, -1.5);
5832 __ Frintz(s5, s21);
[all...]

Completed in 597 milliseconds

12