Home
last modified time | relevance | path

Searched refs:z13 (Results 1 – 25 of 547) sorted by relevance

12345678910>>...22

/external/llvm-project/llvm/test/MC/AArch64/SVE/
Dsub.s28 sub z23.h, p3/m, z23.h, z13.h
58 sub z23.s, p3/m, z23.s, z13.s
64 sub z23.b, z13.b, z8.b
106 sub z23.d, z13.d, z8.d
112 sub z23.d, p3/m, z23.d, z13.d
118 sub z23.s, z13.s, z8.s
148 sub z23.h, z13.h, z8.h
196 sub z23.b, p3/m, z23.b, z13.b
300 sub z23.b, p3/m, z23.b, z13.b
312 sub z23.b, p3/m, z23.b, z13.b
Dadd.s16 add z23.d, z13.d, z8.d
22 add z23.b, p3/m, z23.b, z13.b
76 add z23.b, z13.b, z8.b
112 add z23.h, p3/m, z23.h, z13.h
118 add z23.s, p3/m, z23.s, z13.s
136 add z23.d, p3/m, z23.d, z13.d
172 add z23.h, z13.h, z8.h
196 add z23.s, z13.s, z8.s
Dsel.s46 sel z23.s, p11, z13.s, z8.s
52 sel z23.d, p11, z13.d, z8.d
58 sel z23.h, p11, z13.h, z8.h
64 sel z23.b, p11, z13.b, z8.b
Dcompact-diagnostics.s6 compact z23.d, p8, z13.d
11 compact z23.d, p7.b, z13.d
16 compact z23.d, p7.q, z13.d
Dorr.s66 orr z23.d, z13.d, z8.d // should not use mov-alias
136 orr z23.s, z13.s, z8.s // should not use mov-alias
142 orr z23.h, z13.h, z8.h // should not use mov-alias
148 orr z23.b, z13.b, z8.b // should not use mov-alias
Dadd-diagnostics.s46 add z30.s, p8/m, z30.s, z13.s
59 add z19.b, p4/m, z20.b, z13.b
159 add z23.s, z13.s, z8.s
165 add z23.s, z13.s, z8.s
Dsel-diagnostics.s31 sel z28.b, p7, z13.b, z8.b
37 sel z23.b, p11, z13.b, z8.b
Dbic-diagnostics.s107 bic z23.d, z13.d, z8.d
113 bic z23.d, z13.d, z8.d
/external/libjpeg-turbo/
Djfdctflt.c64 FAST_FLOAT z1, z2, z3, z4, z5, z11, z13; variable
108 z13 = tmp7 - z3;
110 dataptr[5] = z13 + z2; /* phase 6 */
111 dataptr[3] = z13 - z2;
158 z13 = tmp7 - z3;
160 dataptr[DCTSIZE * 5] = z13 + z2; /* phase 6 */
161 dataptr[DCTSIZE * 3] = z13 - z2;
Djfdctfst.c121 DCTELEM z1, z2, z3, z4, z5, z11, z13; variable
166 z13 = tmp7 - z3;
168 dataptr[5] = z13 + z2; /* phase 6 */
169 dataptr[3] = z13 - z2;
216 z13 = tmp7 - z3;
218 dataptr[DCTSIZE * 5] = z13 + z2; /* phase 6 */
219 dataptr[DCTSIZE * 3] = z13 - z2;
Djidctflt.c78 FAST_FLOAT z5, z10, z11, z12, z13; variable
151 z13 = tmp6 + tmp5; /* phase 6 */
156 tmp7 = z11 + z13; /* phase 5 */
157 tmp11 = (z11 - z13) * ((FAST_FLOAT)1.414213562); /* 2*c4 */
209 z13 = wsptr[5] + wsptr[3];
214 tmp7 = z11 + z13;
215 tmp11 = (z11 - z13) * ((FAST_FLOAT)1.414213562);
Djidctfst.c177 DCTELEM z5, z10, z11, z12, z13; variable
250 z13 = tmp6 + tmp5; /* phase 6 */
255 tmp7 = z11 + z13; /* phase 5 */
256 tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562); /* 2*c4 */
332 z13 = (DCTELEM)wsptr[5] + (DCTELEM)wsptr[3];
337 tmp7 = z11 + z13; /* phase 5 */
338 tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562); /* 2*c4 */
/external/vixl/test/aarch64/
Dtest-api-movprfx-aarch64.cc91 __ movprfx(z12, z13); in TEST()
118 __ movprfx(z6, z13); in TEST()
199 __ movprfx(z13, z27); in TEST()
200 __ revh(z13.VnS(), p2.Merging(), z13.VnS()); in TEST()
220 __ movprfx(z30, z13); in TEST()
221 __ sdot(z30.VnD(), z30.VnH(), z13.VnH(), 1); in TEST()
262 __ movprfx(z13.VnD(), p2.Merging(), z30.VnD()); in TEST()
263 __ udiv(z13.VnD(), p2.Merging(), z13.VnD(), z13.VnD()); in TEST()
323 __ movprfx(z13, z23); in TEST()
324 __ fabs(z13.VnS(), p4.Merging(), z13.VnS()); in TEST()
[all …]
Dtest-disasm-sve-aarch64.cc170 COMPARE_PREFIX(orr(z13.VnB(), z13.VnB(), 0x78), "orr z13.b, z13.b, #0x78"); in TEST()
266 COMPARE_PREFIX(lsr(z29.VnB(), p7.Merging(), z29.VnB(), z13.VnB()), in TEST()
268 COMPARE_PREFIX(lsr(z29.VnH(), p7.Merging(), z29.VnH(), z13.VnH()), in TEST()
270 COMPARE_PREFIX(lsr(z29.VnS(), p7.Merging(), z29.VnS(), z13.VnS()), in TEST()
272 COMPARE_PREFIX(lsr(z29.VnD(), p7.Merging(), z29.VnD(), z13.VnD()), in TEST()
281 COMPARE_PREFIX(lsl(z13.VnB(), p7.Merging(), z13.VnB(), z18.VnD()), in TEST()
283 COMPARE_PREFIX(lsl(z13.VnH(), p7.Merging(), z13.VnH(), z18.VnD()), in TEST()
285 COMPARE_PREFIX(lsl(z13.VnS(), p7.Merging(), z13.VnS(), z18.VnD()), in TEST()
402 COMPARE_PREFIX(lsl(z23.VnH(), z16.VnH(), z13.VnD()), in TEST()
676 COMPARE_MACRO(Sqdecd(z13.VnD()), "sqdecd z13.d"); in TEST()
[all …]
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dvec-abi-align.ll14 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 | \
32 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 -mattr=-vector | \
35 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 -mattr=+soft-float | \
37 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 \
40 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 \
Dsubregliveness-03.ll1 ; RUN: llc -mtriple=s390x-linux-gnu -mcpu=z13 -systemz-subreg-liveness < %s | FileCheck %s
49 …"no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="z13" "target-features"=…
50 …"no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="z13" "target-features"=…
Ddebuginstr-00.mir4 # RUN: llc %s -mtriple=s390x-linux-gnu -mcpu=z13 -start-before=postrapseudos \
34 attributes #0 = { "target-cpu"="z13" "use-soft-float"="false" }
35 attributes #1 = { nounwind readnone speculatable "target-cpu"="z13" }
Dfp-move-12.ll1 ; Test moves between FPRs on z13.
3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 | FileCheck %s
/external/libjpeg-turbo/simd/arm/
Djfdctfst-neon.c125 int16x8_t z13 = vsubq_s16(tmp7, z3); in jsimd_fdct_ifast_neon() local
127 col5 = vaddq_s16(z13, z2); /* phase 6 */ in jsimd_fdct_ifast_neon()
128 col3 = vsubq_s16(z13, z2); in jsimd_fdct_ifast_neon()
199 z13 = vsubq_s16(tmp7, z3); in jsimd_fdct_ifast_neon()
201 row5 = vaddq_s16(z13, z2); /* phase 6 */ in jsimd_fdct_ifast_neon()
202 row3 = vsubq_s16(z13, z2); in jsimd_fdct_ifast_neon()
Djidctfst-neon.c152 int16x4_t z13 = vadd_s16(tmp6, tmp5); /* phase 6 */ in jsimd_idct_ifast_neon() local
157 tmp7 = vadd_s16(z11, z13); /* phase 5 */ in jsimd_idct_ifast_neon()
158 int16x4_t z11_sub_z13 = vsub_s16(z11, z13); in jsimd_idct_ifast_neon()
227 int16x4_t z13 = vadd_s16(tmp6, tmp5); /* phase 6 */ in jsimd_idct_ifast_neon() local
232 tmp7 = vadd_s16(z11, z13); /* phase 5 */ in jsimd_idct_ifast_neon()
233 int16x4_t z11_sub_z13 = vsub_s16(z11, z13); in jsimd_idct_ifast_neon()
297 int16x8_t z13 = vaddq_s16(tmp6, tmp5); /* phase 6 */ in jsimd_idct_ifast_neon() local
302 tmp7 = vaddq_s16(z11, z13); /* phase 5 */ in jsimd_idct_ifast_neon()
303 int16x8_t z11_sub_z13 = vsubq_s16(z11, z13); in jsimd_idct_ifast_neon()
378 int16x8_t z13 = vaddq_s16(col5, col3); in jsimd_idct_ifast_neon() local
[all …]
/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
51 t13 = z13; in recursive_func()
66 z13 = t13; in recursive_func()
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/
Dstack-overflow.cpp32 volatile int z0, z1, z2, z3, z4, z5, z6, z7, z8, z9, z10, z11, z12, z13; variable
53 t13 = z13; in recursive_func()
68 z13 = t13; in recursive_func()
/external/llvm-project/flang/test/Evaluate/
Dfolding11.f9019 complex, parameter :: z13 = (3., 4.) * 2. variable
20 logical, parameter :: test_z13 = z13 == (6., 8.)
/external/llvm-project/llvm/test/MC/SystemZ/
Dinvalid-instructions-spellcheck.s1 # RUN: not llvm-mc -triple=systemz -mcpu=z13 -show-encoding < %s 2>&1 | FileCheck %s
56 # For example, in pre-z13 mode we don't want to see suggestions for vector instructions.
/external/llvm/test/CodeGen/SystemZ/
Dfp-move-12.ll1 ; Test moves between FPRs on z13.
3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 | FileCheck %s

12345678910>>...22