/external/llvm-project/llvm/test/MC/AArch64/SVE/ |
D | sub.s | 16 sub z21.b, z10.b, z21.b 40 sub z21.h, z10.h, z21.h 70 sub z21.d, z10.d, z21.d 76 sub z21.s, z10.s, z21.s 82 sub z21.s, p5/m, z21.s, z10.s 154 sub z21.b, p5/m, z21.b, z10.b 160 sub z21.d, p5/m, z21.d, z10.d 190 sub z21.h, p5/m, z21.h, z10.h
|
D | add.s | 40 add z21.b, z10.b, z21.b 106 add z21.d, z10.d, z21.d 130 add z21.h, z10.h, z21.h 142 add z21.d, p5/m, z21.d, z10.d 148 add z21.b, p5/m, z21.b, z10.b 154 add z21.s, z10.s, z21.s 160 add z21.h, p5/m, z21.h, z10.h 184 add z21.s, p5/m, z21.s, z10.s
|
D | bfmlal.s | 41 bfmlalb z10.S, z21.H, z14.H 46 bfmlalt z14.S, z10.H, z21.H 129 movprfx z10, z7 134 bfmlalb z10.S, z21.H, z14.H 144 bfmlalt z14.S, z10.H, z21.H
|
/external/libjpeg-turbo/ |
D | jidctflt.c | 78 FAST_FLOAT z5, z10, z11, z12, z13; variable 152 z10 = tmp6 - tmp5; 159 z5 = (z10 + z12) * ((FAST_FLOAT)1.847759065); /* 2*c2 */ 161 tmp12 = z5 - z10 * ((FAST_FLOAT)2.613125930); /* 2*(c2+c6) */ 210 z10 = wsptr[5] - wsptr[3]; 217 z5 = (z10 + z12) * ((FAST_FLOAT)1.847759065); /* 2*c2 */ 219 tmp12 = z5 - z10 * ((FAST_FLOAT)2.613125930); /* 2*(c2+c6) */
|
D | jidctfst.c | 177 DCTELEM z5, z10, z11, z12, z13; variable 251 z10 = tmp6 - tmp5; 258 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */ 260 tmp12 = MULTIPLY(z10, -FIX_2_613125930) + z5; /* -2*(c2+c6) */ 333 z10 = (DCTELEM)wsptr[5] - (DCTELEM)wsptr[3]; 340 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */ 342 tmp12 = MULTIPLY(z10, -FIX_2_613125930) + z5; /* -2*(c2+c6) */
|
/external/vixl/test/aarch64/ |
D | test-api-movprfx-aarch64.cc | 97 __ movprfx(z10, z18); in TEST() 98 __ asr(z10.VnH(), p2.Merging(), z10.VnH(), z10.VnD()); in TEST() 115 __ movprfx(z10, z29); in TEST() 116 __ cls(z10.VnH(), p2.Merging(), z10.VnH()); in TEST() 175 __ movprfx(z7.VnS(), p0.Merging(), z10.VnS()); in TEST() 176 __ msb(z7.VnS(), p0.Merging(), z7.VnS(), z10.VnS()); in TEST() 235 __ movprfx(z26.VnS(), p0.Merging(), z10.VnS()); in TEST() 274 __ movprfx(z28, z10); in TEST() 281 __ udot(z1.VnD(), z10.VnH(), z1.VnH()); in TEST() 286 __ movprfx(z10.VnB(), p5.Zeroing(), z0.VnB()); in TEST() [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-conv-12.ll | 1 ; Test conversion of floating-point values to unsigned i64s (z10 only). 3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s 5 ; z10 doesn't have native support for unsigned fp-to-i64 conversions;
|
D | fp-conv-10.ll | 1 ; Test conversion of floating-point values to unsigned i32s (z10 only). 3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s 5 ; z10 doesn't have native support for unsigned fp-to-i32 conversions;
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | stack-overflow.cc | 30 volatile int z0, z1, z2, z3, z4, z5, z6, z7, z8, z9, z10, z11, z12, z13; variable 48 t10 = z10; in recursive_func() 63 z10 = t10; in recursive_func()
|
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
D | stack-overflow.cpp | 32 volatile int z0, z1, z2, z3, z4, z5, z6, z7, z8, z9, z10, z11, z12, z13; variable 50 t10 = z10; in recursive_func() 65 z10 = t10; in recursive_func()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZProcessors.td | 12 // be identifed either by the system name (e.g. z10) or the level of the 17 // the Eighth Edition of the PoP (i.e. as implemented on z10). 24 def : ProcessorModel<"z10", NoSchedModel, Arch8SupportedFeatures.List>;
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZProcessors.td | 12 // be identified either by the system name (e.g. z10) or the level of the 17 // the Eighth Edition of the PoP (i.e. as implemented on z10). 24 def : ProcessorModel<"z10", NoSchedModel, Arch8SupportedFeatures.List>;
|
/external/llvm-project/llvm/test/MC/AArch64/SVE2/ |
D | sri-diagnostics.s | 3 sri z30.b, z10.b, #0 18 sri z25.h, z10.h, #17
|
D | sqshrunt-diagnostics.s | 3 sqshrunt z30.b, z10.h, #0 18 sqshrunt z25.h, z10.s, #17
|
D | sqrshrunb-diagnostics.s | 3 sqrshrunb z30.b, z10.h, #0 18 sqrshrunb z25.h, z10.s, #17
|
D | rshrnt-diagnostics.s | 3 rshrnt z30.b, z10.h, #0 18 rshrnt z25.h, z10.s, #17
|
D | sqrshrnb-diagnostics.s | 3 sqrshrnb z30.b, z10.h, #0 18 sqrshrnb z25.h, z10.s, #17
|
D | sqrshrunt-diagnostics.s | 3 sqrshrunt z30.b, z10.h, #0 18 sqrshrunt z25.h, z10.s, #17
|
D | sqrshrnt-diagnostics.s | 3 sqrshrnt z30.b, z10.h, #0 18 sqrshrnt z25.h, z10.s, #17
|
D | ssra-diagnostics.s | 3 ssra z30.b, z10.b, #0 18 ssra z25.h, z10.h, #17
|
D | uqrshrnb-diagnostics.s | 3 uqrshrnb z30.b, z10.h, #0 18 uqrshrnb z25.h, z10.s, #17
|
D | rshrnb-diagnostics.s | 3 rshrnb z30.b, z10.h, #0 18 rshrnb z25.h, z10.s, #17
|
D | ursra-diagnostics.s | 3 ursra z30.b, z10.b, #0 18 ursra z25.h, z10.h, #17
|
D | shrnt-diagnostics.s | 3 shrnt z30.b, z10.h, #0 18 shrnt z25.h, z10.s, #17
|
D | usra-diagnostics.s | 3 usra z30.b, z10.b, #0 18 usra z25.h, z10.h, #17
|