HomeSort by relevance Sort by last modified time
    Searched full:s390x (Results 1 - 25 of 656) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/s390x/
cu12_1.vgtest 1 prereq: ../../../tests/s390x_features s390x-etf3
cu14_1.vgtest 1 prereq: ../../../tests/s390x_features s390x-etf3
cu21_1.vgtest 1 prereq: ../../../tests/s390x_features s390x-etf3
cu24_1.vgtest 1 prereq: ../../../tests/s390x_features s390x-etf3
stckf.vgtest 2 prereq: ../../../tests/s390x_features s390x-stckf
stfle.vgtest 2 prereq: ../../../tests/s390x_features s390x-stfle z196
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-s390x.c 129 VexGuestS390XState* s390x = (VexGuestS390XState*) get_arch (set, tst); local
135 case 1: VG_(transfer) (&s390x->guest_IA, buf, dir, size, mod); break;
136 case 2: VG_(transfer) (&s390x->guest_r0, buf, dir, size, mod); break;
137 case 3: VG_(transfer) (&s390x->guest_r1, buf, dir, size, mod); break;
138 case 4: VG_(transfer) (&s390x->guest_r2, buf, dir, size, mod); break;
139 case 5: VG_(transfer) (&s390x->guest_r3, buf, dir, size, mod); break;
140 case 6: VG_(transfer) (&s390x->guest_r4, buf, dir, size, mod); break;
141 case 7: VG_(transfer) (&s390x->guest_r5, buf, dir, size, mod); break;
142 case 8: VG_(transfer) (&s390x->guest_r6, buf, dir, size, mod); break;
143 case 9: VG_(transfer) (&s390x->guest_r7, buf, dir, size, mod); break
    [all...]
s390x-generic-valgrind.xml 13 <xi:include href="s390x-core64.xml"/>
16 <xi:include href="s390x-linux64.xml"/>
17 <xi:include href="s390x-core64-valgrind-s1.xml"/>
20 <xi:include href="s390x-linux64-valgrind-s1.xml"/>
21 <xi:include href="s390x-core64-valgrind-s2.xml"/>
24 <xi:include href="s390x-linux64-valgrind-s2.xml"/>
s390x-generic.xml 13 <xi:include href="s390x-core64.xml"/>
16 <xi:include href="s390x-linux64.xml"/>
  /external/llvm/test/CodeGen/SystemZ/
fp-const-03.ll 3 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
4 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CONST
fp-const-04.ll 4 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
5 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CONST
fp-const-06.ll 3 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
4 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CONST
fp-const-05.ll 4 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
5 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CONST
fp-const-07.ll 4 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
5 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CONST
fp-const-08.ll 5 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
6 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CONST
fp-const-09.ll 4 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
5 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CONST
atomic-load-01.ll 3 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
atomic-load-02.ll 3 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
  /external/valgrind/main/exp-sgcheck/tests/
is_arch_supported 3 # Not all architectures are supported by exp-ptr. Currently, PowerPC, s390x
13 ppc*|arm*|s390x) exit 1;;
  /external/valgrind/main/VEX/auxprogs/
genoffsets.c 160 // s390x
161 GENOFFSET(S390X,s390x,r2);
162 GENOFFSET(S390X,s390x,r3);
163 GENOFFSET(S390X,s390x,r4);
164 GENOFFSET(S390X,s390x,r5);
165 GENOFFSET(S390X,s390x,r6)
    [all...]
  /external/clang/test/Preprocessor/
stdint.c 531 // RUN: %clang_cc1 -E -ffreestanding -triple=s390x-none-none %s | FileCheck -check-prefix S390X %s
533 // S390X:typedef signed long long int int64_t;
534 // S390X:typedef unsigned long long int uint64_t;
535 // S390X:typedef int64_t int_least64_t;
536 // S390X:typedef uint64_t uint_least64_t;
537 // S390X:typedef int64_t int_fast64_t;
538 // S390X:typedef uint64_t uint_fast64_t;
540 // S390X:typedef signed int int32_t;
541 // S390X:typedef unsigned int uint32_t
    [all...]
  /external/clang/test/Driver/
systemz-march.c 3 // RUN: not %clang -target s390x -S -emit-llvm -march=z9 %s -o - 2>&1 | FileCheck --check-prefix=CHECK-Z9 %s
4 // RUN: %clang -target s390x -### -S -emit-llvm -march=z10 %s 2>&1 | FileCheck --check-prefix=CHECK-Z10 %s
5 // RUN: %clang -target s390x -### -S -emit-llvm -march=z196 %s 2>&1 | FileCheck --check-prefix=CHECK-Z196 %s
6 // RUN: %clang -target s390x -### -S -emit-llvm -march=zEC12 %s 2>&1 | FileCheck --check-prefix=CHECK-ZEC12 %s
  /external/llvm/test/MC/Disassembler/SystemZ/
trunc-01.txt 1 # RUN: llvm-mc --disassemble %s -triple=s390x-linux-gnu 2>&1 | FileCheck %s
trunc-02.txt 1 # RUN: llvm-mc --disassemble %s -triple=s390x-linux-gnu 2>&1 | FileCheck %s
  /external/valgrind/main/memcheck/tests/
test-plo-yes.vgtest 1 prereq: test ! `../../tests/arch_test ppc32` && ! `../../tests/arch_test ppc64` && ! `../../tests/arch_test s390x`

Completed in 758 milliseconds

1 2 3 4 5 6 7 8 91011>>