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

1 2

  /external/llvm/test/MC/AArch64/
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]
61 suqadd s21, s12
66 // CHECK: suqadd s21, s12 // encoding: [0x95,0x39,0xa0,0x5e
    [all...]
neon-scalar-recip.s 9 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]
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]
neon-scalar-cvt.s 49 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]
neon-scalar-by-elem-mul.s 27 fmulx s13, s21, v10.s[3]
34 // CHECK: fmulx s13, s21, v10.s[3] // encoding: [0xad,0x9a,0xaa,0x7f]
neon-diagnostics.s     [all...]
  /external/bison/lib/
streq.h 139 streq1 (const char *s1, const char *s2, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28)
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)
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) \
c-strcaseeq.h 149 strcaseeq1 (const char *s1, const char *s2, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28)
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)
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) \
  /ndk/sources/host-tools/sed-4.2.1/lib/
streq.h 141 streq1 (const char *s1, const char *s2, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28)
143 if (s1[1] == s21)
145 if (s21 == 0)
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) \
  /external/clang/test/CodeGenCXX/
catch-undef-behavior.cpp 429 S2 s21; local
430 callee2(s21);
432 s22 = s21;
  /external/clang/test/CodeGen/
arm-arguments.c 121 struct s21 { struct {} f1; int f0 : 4; }; struct
122 struct s21 f21(void) {}
arm64-arguments.c 89 struct s21 { struct {} f1; int f0 : 4; }; struct
90 struct s21 f21(void) {}
  /external/valgrind/main/none/tests/arm/
vfp.c     [all...]
vfp.stdout.exp 156 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, s16 :: Sd 0xc5500239 Sm (i32)0x43e41fde Sn (i32)0xc0e96d1
    [all...]
vfpv4_fma.c 120 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));
vfpv4_fma.stdout.exp 40 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/
p3-0x.cpp 33 S2 s21 = { 1, 2, 3.0 }; member in namespace:bullet1
  /external/skia/src/effects/
SkBicubicImageFilter.cpp 145 SkPMColor s21 = *src.getAddr32(x2, y1); local
147 SkPMColor s1 = cubicBlend(fCoefficients, fractx, s01, s11, s21, s31);
  /external/llvm/test/MC/ARM/
fp-armv8.s 76 vselvs.f32 s21, s16, s14
77 @ CHECK: vselvs.f32 s21, s16, s14 @ encoding: [0x07,0xaa,0x58,0xfe]
thumb-fp-armv8.s 79 vselvs.f32 s21, s16, s14
80 @ CHECK: vselvs.f32 s21, s16, s14 @ encoding: [0x58,0xfe,0x07,0xaa]
  /external/chromium_org/v8/test/cctest/
test-assembler-arm64.cc     [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...]

Completed in 405 milliseconds

1 2