Home
last modified time | relevance | path

Searched refs:z10 (Results 1 – 25 of 234) sorted by relevance

12345678910

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/
Dsub.s16 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
Dadd.s40 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
Dadd-diagnostics.s4 add z22.h, z10.h, z32.h
64 add z9.h, p3/m, z10.h, z28.h
74 add z9.d, p4/m, z10.d, z7.d
Dzip1-diagnostics.s4 zip1 z10.h, z22.h, z31.x
10 zip1 z10.h, z3.h, z15.b
Duzp1-diagnostics.s4 uzp1 z10.h, z22.h, z31.x
10 uzp1 z10.h, z3.h, z15.b
Dtrn1-diagnostics.s4 trn1 z10.h, z22.h, z31.x
10 trn1 z10.h, z3.h, z15.b
/external/libjpeg-turbo/
Djidctflt.c78 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) */
Djidctfst.c177 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/llvm/test/CodeGen/SystemZ/
Dfp-conv-12.ll1 ; 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;
Dfp-conv-10.ll1 ; 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;
Dtls-06.ll6 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | grep "__tls_get_offset" …
7 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | grep "_GLOBAL_OFFSET_TAB…
Dtls-01.ll3 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-MAIN
4 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-CP
Dtls-03.ll3 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | FileCheck %s -check-pref…
4 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | FileCheck %s -check-pref…
Dfp-conv-08.ll1 ; Test conversions of unsigned i64s to floating-point values (z10 only).
3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
Dint-cmp-49.ll1 ; That that we don't try to use z196 instructions on z10 for TMHH and TMHL.
3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 -O0 | FileCheck %s
Dtls-04.ll3 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | FileCheck %s -check-pref…
4 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | FileCheck %s -check-pref…
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dfp-conv-12.ll1 ; 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;
Dfp-conv-10.ll1 ; 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;
Dtls-06.ll6 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | grep "__tls_get_offset" …
7 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | grep "_GLOBAL_OFFSET_TAB…
Dtls-03.ll3 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | FileCheck %s -check-pref…
4 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | FileCheck %s -check-pref…
Dtls-01.ll3 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-MAIN
4 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-CP
Dfp-conv-08.ll1 ; Test conversions of unsigned i64s to floating-point values (z10 only).
3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
Dfp-conv-06.ll1 ; Test conversions of unsigned i32s to floating-point values (z10 only).
3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZProcessors.td13 // be identifed either by the system name (e.g. z10) or the level of the
18 // the Eighth Edition of the PoP (i.e. as implemented on z10).
25 def : ProcessorModel<"z10", NoSchedModel, Arch8SupportedFeatures.List>;
/external/compiler-rt/test/asan/TestCases/Posix/
Dstack-overflow.cc30 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()

12345678910