/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/ |
D | neon-scalar-saturating-add-sub.s | 8 sqadd s20, s21, s2 21 uqadd s20, s21, s2 34 sqsub s20, s21, s2 47 uqsub s20, s21, s2 61 suqadd s21, s12 75 usqadd s21, s12
|
D | neon-scalar-saturating-rounding-shift.s | 8 sqrshl s20, s21, s2 21 uqrshl s20, s21, s2
|
D | neon-scalar-saturating-shift.s | 8 sqshl s20, s21, s2 21 uqshl s20, s21, s2
|
D | neon-scalar-recip.s | 10 frecps s21, s16, s13 22 frsqrts s21, s5, s12
|
D | neon-scalar-mul.s | 10 sqdmulh s20, s21, s2 20 sqrdmulh s20, s21, s2
|
D | neon-scalar-cvt.s | 58 fcvtzs s21, s12, #1 70 fcvtzu s21, s12, #1
|
/external/llvm/test/MC/AArch64/ |
D | neon-scalar-saturating-add-sub.s | 8 sqadd s20, s21, s2 21 uqadd s20, s21, s2 34 sqsub s20, s21, s2 47 uqsub s20, s21, s2 61 suqadd s21, s12 75 usqadd s21, s12
|
D | neon-scalar-saturating-shift.s | 8 sqshl s20, s21, s2 21 uqshl s20, s21, s2
|
D | neon-scalar-saturating-rounding-shift.s | 8 sqrshl s20, s21, s2 21 uqrshl s20, s21, s2
|
D | neon-scalar-recip.s | 10 frecps s21, s16, s13 22 frsqrts s21, s5, s12
|
D | neon-scalar-mul.s | 10 sqdmulh s20, s21, s2 20 sqrdmulh s20, s21, s2
|
D | neon-scalar-cvt.s | 58 fcvtzs s21, s12, #1 70 fcvtzu s21, s12, #1
|
/external/capstone/suite/MC/AArch64/ |
D | neon-scalar-saturating-add-sub.s.cs | 4 0xb4,0x0e,0xa2,0x5e = sqadd s20, s21, s2 8 0xb4,0x0e,0xa2,0x7e = uqadd s20, s21, s2 12 0xb4,0x2e,0xa2,0x5e = sqsub s20, s21, s2 16 0xb4,0x2e,0xa2,0x7e = uqsub s20, s21, s2 20 0x95,0x39,0xa0,0x5e = suqadd s21, s12 24 0x95,0x39,0xa0,0x7e = usqadd s21, s12
|
D | neon-scalar-saturating-shift.s.cs | 4 0xb4,0x4e,0xa2,0x5e = sqshl s20, s21, s2 8 0xb4,0x4e,0xa2,0x7e = uqshl s20, s21, s2
|
D | neon-scalar-saturating-rounding-shift.s.cs | 4 0xb4,0x5e,0xa2,0x5e = sqrshl s20, s21, s2 8 0xb4,0x5e,0xa2,0x7e = uqrshl s20, s21, s2
|
D | neon-scalar-recip.s.cs | 2 0x15,0xfe,0x2d,0x5e = frecps s21, s16, s13 4 0xb5,0xfc,0xac,0x5e = frsqrts s21, s5, s12
|
D | neon-scalar-mul.s.cs | 3 0xb4,0xb6,0xa2,0x5e = sqdmulh s20, s21, s2 5 0xb4,0xb6,0xa2,0x7e = sqrdmulh s20, s21, s2
|
D | neon-scalar-cvt.s.cs | 10 0x95,0xfd,0x3f,0x5f = fcvtzs s21, s12, #1 12 0x95,0xfd,0x3f,0x7f = fcvtzu s21, s12, #1
|
/external/swiftshader/third_party/subzero/tests_lit/assembler/arm32/ |
D | vmla.ll | 12 ; RUN: -reg-use=s20,s21,s22,d20,d21,d22 \ 17 ; RUN: --args -O2 -reg-use=s20,s21,s22,d20,d21,d22 \ 22 ; RUN: -reg-use=s20,s21,s22,d20,d21,d22 \ 27 ; RUN: --args -O2 -reg-use=s20,s21,s22,d20,d21,d22 \ 37 ; ASM: vmla.f32 s21, s20, s22
|
D | vmls.ll | 12 ; RUN: -reg-use=s20,s21,s22,d20,d21,d22 \ 17 ; RUN: --args -O2 -reg-use=s20,s21,s22,d20,d21,d22 \ 22 ; RUN: -reg-use=s20,s21,s22,d20,d21,d22 \ 27 ; RUN: --args -O2 -reg-use=s20,s21,s22,d20,d21,d22 \ 37 ; ASM: vmls.f32 s21, s20, s22
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.functionNestedOpaque.vert.out | 13 Name 12 "foo(s21;" 46 12(foo(s21;): 2 Function None 10 57 33: 2 FunctionCall 12(foo(s21;) 32 64 35: 2 FunctionCall 12(foo(s21;) 34
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | stringpiece_test.cc | 32 StringPiece s21(hello, 4); in TEST() local 33 EXPECT_TRUE(s21.data() == hello); in TEST() 34 EXPECT_EQ(4, s21.size()); in TEST()
|
/external/clang/test/CodeGenCXX/ |
D | catch-undef-behavior.cpp | 488 S2 s21; in test2() local 489 callee2(s21); in test2() 491 s22 = s21; in test2()
|
/external/clang/test/CodeGen/ |
D | arm-arguments.c | 121 struct s21 { struct {} f1; int f0 : 4; }; argument 122 struct s21 f21(void) {} in f21()
|
/external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/ |
D | edwards25519.go | 1086 s21 := a10*b11 + a11*b10 1121 s21 += carry[20] 1157 carry[21] = (s21 + (1 << 20)) >> 21 1159 s21 -= carry[21] << 21 1177 s9 += s21 * 666643 1178 s10 += s21 * 470296 1179 s11 += s21 * 654183 1180 s12 -= s21 * 997805 1181 s13 += s21 * 136657 1182 s14 -= s21 * 683901 [all …]
|