Home
last modified time | relevance | path

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

1234

/external/jpeg/
Djidctflt.c74 FAST_FLOAT z5, z10, z11, z12, z13; variable
147 z10 = tmp6 - tmp5;
154 z5 = (z10 + z12) * ((FAST_FLOAT) 1.847759065); /* 2*c2 */
156 tmp12 = ((FAST_FLOAT) -2.613125930) * z10 + z5; /* -2*(c2+c6) */
204 z10 = wsptr[5] - wsptr[3];
211 z5 = (z10 + z12) * ((FAST_FLOAT) 1.847759065); /* 2*c2 */
213 tmp12 = ((FAST_FLOAT) -2.613125930) * z10 + z5; /* -2*(c2+c6) */
Djidctfst.c174 DCTELEM z5, z10, z11, z12, z13; variable
248 z10 = tmp6 - tmp5;
255 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */
257 tmp12 = MULTIPLY(z10, - FIX_2_613125930) + z5; /* -2*(c2+c6) */
330 z10 = (DCTELEM) wsptr[5] - (DCTELEM) wsptr[3];
337 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */
339 tmp12 = MULTIPLY(z10, - FIX_2_613125930) + z5; /* -2*(c2+c6) */
/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jidctfst.c175 DCTELEM z5, z10, z11, z12, z13; variable
249 z10 = tmp6 - tmp5;
256 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */
258 tmp12 = MULTIPLY(z10, - FIX_2_613125930) + z5; /* -2*(c2+c6) */
331 z10 = (DCTELEM) wsptr[5] - (DCTELEM) wsptr[3];
338 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */
340 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…
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
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 | \
Dint-cmp-50.ll3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 -O0
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
Dfp-round-01.ll1 ; Test rounding functions for z10.
3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
Datomicrmw-minmax-04.ll1 ; Test 64-bit atomic minimum and maximum. Here we match the z10 versions,
4 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
Datomicrmw-xor-03.ll3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
/external/compiler-rt/test/asan/TestCases/
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/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/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))))

1234