Home
last modified time | relevance | path

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

12345

/external/syslinux/com32/lib/jpeg/
Djidctflt.c127 FAST_FLOAT z5, z10, z11, z12, z13; in tinyjpeg_idct_float() local
198 z10 = tmp6 - tmp5; in tinyjpeg_idct_float()
205 z5 = (z10 + z12) * ((FAST_FLOAT) 1.847759065); /* 2*c2 */ in tinyjpeg_idct_float()
207 tmp12 = ((FAST_FLOAT) -2.613125930) * z10 + z5; /* -2*(c2+c6) */ in tinyjpeg_idct_float()
255 z10 = wsptr[5] - wsptr[3]; in tinyjpeg_idct_float()
262 z5 = (z10 + z12) * ((FAST_FLOAT) 1.847759065); /* 2*c2 */ in tinyjpeg_idct_float()
264 tmp12 = ((FAST_FLOAT) -2.613125930) * z10 + z5; /* -2*(c2+c6) */ in tinyjpeg_idct_float()
/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
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
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…
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
Dfp-cmp-03.ll1 ; Test 128-bit floating-point comparison. The tests assume a z10 implementation
4 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
Dtls-05.ll6 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | grep "__tls_get_offset" …
Dtls-07.ll6 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | grep "__tls_get_offset" …
Dtls-02.ll3 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | FileCheck %s -check-pref…
Dserialize-01.ll3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | \
Dframe-18.ll1 ; Test spilling of GPRs. The tests here assume z10 register pressure,
4 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
/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()
/external/swiftshader/third_party/LLVM/test/CodeGen/SystemZ/
D05-MemImmStores.ll1 ; RUN: llc < %s -mattr=+z10 | grep mvghi | count 1
2 ; RUN: llc < %s -mattr=+z10 | grep mvhi | count 1
3 ; RUN: llc < %s -mattr=+z10 | grep mvhhi | count 1
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZ.td21 def FeatureZ10 : SubtargetFeature<"z10", "HasZ10Insts", "true",
31 def : Proc<"z10", [FeatureZ10]>;
/external/valgrind/
DREADME.s3905 - To run valgrind a z10 machine or any later model is recommended.
18 - On machine models predating z10, cachegrind will assume a z10 cache
/external/libjpeg-turbo/simd/
Djidctfst-altivec.c68 z10 = vec_sub(in##5, in##3); \
69 z10s = vec_sl(z10, pre_multiply_scale_bits); \
96 tmp12 = vec_sub(tmp12, z10); \
124 z5, z10, z10s, z11, z12s, z13, in jsimd_idct_ifast_altivec() local
/external/v8/tools/
Dgenerate-ten-powers.scm102 (ten^i #z10)
115 (loop (+fx i 1) (*bx ten^i #z10) two^e e))
132 (loop (+fx i 1) (*bx n #z10) e))))
/external/clang/test/SemaCUDA/
Dbad-attributes.cu43 __shared__ __constant__ int z10; // expected-error {{attributes are not compatible}} variable

12345