Home
last modified time | relevance | path

Searched refs:q64 (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
Dbuiltins-hvx64.c5 int q64 __attribute__((__vector_size__(64))); in test() local
22 __builtin_HEXAGON_V6_pred_and(q64, q64); in test()
24 __builtin_HEXAGON_V6_pred_and_n(q64, q64); in test()
26 __builtin_HEXAGON_V6_pred_not(q64); in test()
28 __builtin_HEXAGON_V6_pred_or(q64, q64); in test()
30 __builtin_HEXAGON_V6_pred_or_n(q64, q64); in test()
36 __builtin_HEXAGON_V6_pred_xor(q64, q64); in test()
38 __builtin_HEXAGON_V6_shuffeqh(q64, q64); in test()
40 __builtin_HEXAGON_V6_shuffeqw(q64, q64); in test()
42 __builtin_HEXAGON_V6_vS32b_nqpred_ai(q64, 0, v64); in test()
[all …]
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dbit-loop.ll46 %q64.153.pn = phi i64* [ %q64.153, %for.body ], [ %r64, %for.body.preheader ]
47 %q64.153 = getelementptr inbounds i64, i64* %q64.153.pn, i32 1
52 %2 = load i64, i64* %q64.153, align 8, !tbaa !1
Dswp-copytophi-dag.ll48 %q64.153.pn = phi i64* [ %q64.153, %for.body ], [ %r64, %for.body.preheader ]
49 %q64.153 = getelementptr inbounds i64, i64* %q64.153.pn, i32 1
54 %tmp2 = load i64, i64* %q64.153, align 8
/external/llvm/test/CodeGen/Hexagon/
Dbit-loop.ll47 %q64.153.pn = phi i64* [ %q64.153, %for.body ], [ %r64, %for.body.preheader ]
48 %q64.153 = getelementptr inbounds i64, i64* %q64.153.pn, i32 1
53 %2 = load i64, i64* %q64.153, align 8, !tbaa !1
/external/ltp/testcases/kernel/io/disktest/
DMakefile.aix143 …THREAD_SAFE" -D"_GNU_SOURCE" -D"_LARGE_FILES" -D"_LARGEFILE64_SOURCE" -D"_FILE_OFFSET_BITS=64" -q64
/external/llvm-project/llvm/test/CodeGen/X86/
Dstatepoint-live-in-remat.ll116 %q64 = zext i32 %q to i64
126 …i64 %j64, i64 %k64, i64 %l64, i64 %m64, i64 %n64, i64 %o64, i64 %p64, i64 %q64, i64 %r64, i64 %s64…
Dstatepoint-live-in.ll221 %q64 = zext i32 %q to i64
231 …i64 %j64, i64 %k64, i64 %l64, i64 %m64, i64 %n64, i64 %o64, i64 %p64, i64 %q64, i64 %r64, i64 %s64…
316 %q64 = zext i32 %q to i64
326 …i64 %j64, i64 %k64, i64 %l64, i64 %m64, i64 %n64, i64 %o64, i64 %p64, i64 %q64, i64 %r64, i64 %s64…
547 %q64 = zext i32 %q to i64
557 …i64 %j64, i64 %k64, i64 %l64, i64 %m64, i64 %n64, i64 %o64, i64 %p64, i64 %q64, i64 %r64, i64 %s64…
573 %addq = add i64 %addp, %q64
Dstatepoint-regs.ll243 %q64 = zext i32 %q to i64
253 …i64 %j64, i64 %k64, i64 %l64, i64 %m64, i64 %n64, i64 %o64, i64 %p64, i64 %q64, i64 %r64, i64 %s64…
347 %q64 = zext i32 %q to i64
357 …i64 %j64, i64 %k64, i64 %l64, i64 %m64, i64 %n64, i64 %o64, i64 %p64, i64 %q64, i64 %r64, i64 %s64…
584 %q64 = zext i32 %q to i64
594 …i64 %j64, i64 %k64, i64 %l64, i64 %m64, i64 %n64, i64 %o64, i64 %p64, i64 %q64, i64 %r64, i64 %s64…
610 %addq = add i64 %addp, %q64
/external/icu/icu4c/source/
Dacinclude.m4324 CFLAGS="${CFLAGS} -q64"
325 CXXFLAGS="${CXXFLAGS} -q64"
326 LDFLAGS="${LDFLAGS} -q64"
/external/antlr/runtime/C/
Dconfigure.ac71 CCFLAGS64="-q64 -Wl,-b64"
/external/python/cpython2/
DREADME420 ./configure --with-gcc="xlc_r -q64" --with-cxx="xlC_r -q64" \