Searched refs:z10 (Results 1 – 25 of 234) sorted by relevance
12345678910
16 sub z21.b, z10.b, z21.b40 sub z21.h, z10.h, z21.h70 sub z21.d, z10.d, z21.d76 sub z21.s, z10.s, z21.s82 sub z21.s, p5/m, z21.s, z10.s154 sub z21.b, p5/m, z21.b, z10.b160 sub z21.d, p5/m, z21.d, z10.d190 sub z21.h, p5/m, z21.h, z10.h
40 add z21.b, z10.b, z21.b106 add z21.d, z10.d, z21.d130 add z21.h, z10.h, z21.h142 add z21.d, p5/m, z21.d, z10.d148 add z21.b, p5/m, z21.b, z10.b154 add z21.s, z10.s, z21.s160 add z21.h, p5/m, z21.h, z10.h184 add z21.s, p5/m, z21.s, z10.s
4 add z22.h, z10.h, z32.h64 add z9.h, p3/m, z10.h, z28.h74 add z9.d, p4/m, z10.d, z7.d
4 zip1 z10.h, z22.h, z31.x10 zip1 z10.h, z3.h, z15.b
4 uzp1 z10.h, z22.h, z31.x10 uzp1 z10.h, z3.h, z15.b
4 trn1 z10.h, z22.h, z31.x10 trn1 z10.h, z3.h, z15.b
78 FAST_FLOAT z5, z10, z11, z12, z13; variable152 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) */
177 DCTELEM z5, z10, z11, z12, z13; variable251 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) */
1 ; Test conversion of floating-point values to unsigned i64s (z10 only).3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s5 ; z10 doesn't have native support for unsigned fp-to-i64 conversions;
1 ; Test conversion of floating-point values to unsigned i32s (z10 only).3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s5 ; z10 doesn't have native support for unsigned fp-to-i32 conversions;
6 ; 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…
3 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-MAIN4 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-CP
3 ; 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…
1 ; Test conversions of unsigned i64s to floating-point values (z10 only).3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
1 ; 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
1 ; Test conversions of unsigned i32s to floating-point values (z10 only).3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
13 // be identifed either by the system name (e.g. z10) or the level of the18 // the Eighth Edition of the PoP (i.e. as implemented on z10).25 def : ProcessorModel<"z10", NoSchedModel, Arch8SupportedFeatures.List>;
30 volatile int z0, z1, z2, z3, z4, z5, z6, z7, z8, z9, z10, z11, z12, z13; variable48 t10 = z10; in recursive_func()63 z10 = t10; in recursive_func()