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

1 2 3

  /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-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-recip.s 10 frecps s21, s16, s13
14 // CHECK: frecps s21, s16, s13 // encoding: [0x15,0xfe,0x2d,0x5e]
22 frsqrts s21, s5, s12
26 // CHECK: frsqrts s21, s5, s12 // encoding: [0xb5,0xfc,0xac,0x5e]
neon-scalar-cvt.s 58 fcvtzs s21, s12, #1
62 // CHECK: fcvtzs s21, s12, #1 // encoding: [0x95,0xfd,0x3f,0x5f]
70 fcvtzu s21, s12, #1
74 // CHECK: fcvtzu s21, s12, #1 // encoding: [0x95,0xfd,0x3f,0x7f]
neon-scalar-by-elem-mul.s 30 fmulx s13, s21, v10.s[3]
38 // CHECK: fmulx s13, s21, v10.s[3] // encoding: [0xad,0x9a,0xaa,0x7f]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-tic6x/
reloc-overflow-pcr-s21-1.d 4 #source: reloc-overflow-pcr-s21.s
reloc-overflow-pcr-s21-2.d 4 #source: reloc-overflow-pcr-s21.s
  /external/capstone/suite/MC/AArch64/
neon-scalar-recip.s.cs 2 0x15,0xfe,0x2d,0x5e = frecps s21, s16, s13
4 0xb5,0xfc,0xac,0x5e = frsqrts s21, s5, s12
neon-scalar-saturating-rounding-shift.s.cs 4 0xb4,0x5e,0xa2,0x5e = sqrshl s20, s21, s2 package
8 0xb4,0x5e,0xa2,0x7e = uqrshl s20, s21, s2 package
neon-scalar-saturating-shift.s.cs 4 0xb4,0x4e,0xa2,0x5e = sqshl s20, s21, s2 package
8 0xb4,0x4e,0xa2,0x7e = uqshl s20, s21, s2 package
neon-scalar-saturating-add-sub.s.cs 4 0xb4,0x0e,0xa2,0x5e = sqadd s20, s21, s2 package
8 0xb4,0x0e,0xa2,0x7e = uqadd s20, s21, s2 package
12 0xb4,0x2e,0xa2,0x5e = sqsub s20, s21, s2 package
16 0xb4,0x2e,0xa2,0x7e = uqsub s20, s21, s2 package
20 0x95,0x39,0xa0,0x5e = suqadd s21, s12
24 0x95,0x39,0xa0,0x7e = usqadd s21, s12
neon-scalar-mul.s.cs 3 0xb4,0xb6,0xa2,0x5e = sqdmulh s20, s21, s2 package
5 0xb4,0xb6,0xa2,0x7e = sqrdmulh s20, s21, s2 package
neon-scalar-by-elem-mul.s.cs 11 0xad,0x9a,0xaa,0x7f = fmulx s13, s21, v10.s[3] package
neon-scalar-cvt.s.cs 10 0x95,0xfd,0x3f,0x5f = fcvtzs s21, s12, #1
12 0x95,0xfd,0x3f,0x7f = fcvtzu s21, s12, #1
  /external/clang/test/CodeGenCXX/
catch-undef-behavior.cpp 488 S2 s21; local
489 callee2(s21);
491 s22 = s21;
  /external/tensorflow/tensorflow/core/lib/core/
stringpiece_test.cc 32 StringPiece s21(hello, 4);
33 EXPECT_TRUE(s21.data() == hello);
34 EXPECT_EQ(4, s21.size());
  /external/clang/test/CodeGen/
arm-arguments.c 121 struct s21 { struct {} f1; int f0 : 4; }; struct
122 struct s21 f21(void) {}
  /external/clang/test/Sema/
bitfield-layout_1.c 201 } s21; variable in typeref:struct:__anon16528
202 CHECK_SIZE(s21,10)
  /external/valgrind/none/tests/arm/
vfp.c 885 "vldmia r1, {s20, s21, s22, s23}\n\t"
975 "vmov s21, r0\n\t"
981 "vstmia r1!, {s20, s21, s22, s23}\n\t"
1048 "s20", "s21", "s22", "s23", "s25", "s26",
    [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...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
vfp1xD.s 113 fcmps s21, s12
123 fnegs s12, s21
136 fadds s12, s21, s5
162 fmsr s21, r7
190 fsts s21, [r12, #804]
241 fcmpzs s21
281 fnmacseq s22, s21, s20
326 ftouiseq s21, s3
vfp1xD_t2.s 116 fcmps s21, s12
126 fnegs s12, s21
139 fadds s12, s21, s5
165 fmsr s21, r7
193 fsts s21, [r12, #804]
244 fcmpzs s21
288 fnmacseq s22, s21, s20
341 ftouiseq s21, s3
vfp1xD.d 77 0+10c <[^>]*> eef4aa46 (vcmp\.f32|fcmps) s21, s12
84 0+128 <[^>]*> eeb16a6a (vneg\.f32|fnegs) s12, s21
94 0+150 <[^>]*> ee3a6aa2 (vadd\.f32|fadds) s12, s21, s5
113 0+19c <[^>]*> ee0a7a90 (vmov|fmsr) s21, r7
133 0+1ec <[^>]*> edccaac9 (vstr|fsts) s21, \[ip, #804\].*
177 0+29c <[^>]*> eef5aa40 (vcmp\.f32 s21, #0.0|fcmpzs s21)
202 0+300 <[^>]*> 0e0abaca (vmlseq\.f32|fnmacseq) s22, s21, s20
235 0+384 <[^>]*> 0efcaa61 (vcvtreq\.u32\.f32|ftouiseq) s21, s3

Completed in 8459 milliseconds

1 2 3