/external/valgrind/main/coregrind/m_gdbserver/ |
D | valgrind-low-s390x.c | 129 VexGuestS390XState* s390x = (VexGuestS390XState*) get_arch (set, tst); in transfer_register() local 135 case 1: VG_(transfer) (&s390x->guest_IA, buf, dir, size, mod); break; in transfer_register() 136 case 2: VG_(transfer) (&s390x->guest_r0, buf, dir, size, mod); break; in transfer_register() 137 case 3: VG_(transfer) (&s390x->guest_r1, buf, dir, size, mod); break; in transfer_register() 138 case 4: VG_(transfer) (&s390x->guest_r2, buf, dir, size, mod); break; in transfer_register() 139 case 5: VG_(transfer) (&s390x->guest_r3, buf, dir, size, mod); break; in transfer_register() 140 case 6: VG_(transfer) (&s390x->guest_r4, buf, dir, size, mod); break; in transfer_register() 141 case 7: VG_(transfer) (&s390x->guest_r5, buf, dir, size, mod); break; in transfer_register() 142 case 8: VG_(transfer) (&s390x->guest_r6, buf, dir, size, mod); break; in transfer_register() 143 case 9: VG_(transfer) (&s390x->guest_r7, buf, dir, size, mod); break; in transfer_register() [all …]
|
/external/valgrind/main/memcheck/tests/vbit-test/ |
D | irops.c | 13 …{ DEFOP(Iop_Add8, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 =… 14 …{ DEFOP(Iop_Add16, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 =… 15 …{ DEFOP(Iop_Add32, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 =… 16 …{ DEFOP(Iop_Add64, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 =… 17 …{ DEFOP(Iop_Sub8, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 =… 18 …{ DEFOP(Iop_Sub16, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc32 =… 19 …{ DEFOP(Iop_Sub32, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 =… 20 …{ DEFOP(Iop_Sub64, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 =… 21 …{ DEFOP(Iop_Mul8, UNDEF_LEFT), .s390x = 0, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 0, .ppc32 =… 22 …{ DEFOP(Iop_Mul16, UNDEF_LEFT), .s390x = 0, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc32 =… [all …]
|
/external/valgrind/main/VEX/auxprogs/ |
D | genoffsets.c | 177 GENOFFSET(S390X,s390x,r2); in foo() 178 GENOFFSET(S390X,s390x,r3); in foo() 179 GENOFFSET(S390X,s390x,r4); in foo() 180 GENOFFSET(S390X,s390x,r5); in foo() 181 GENOFFSET(S390X,s390x,r6); in foo() 182 GENOFFSET(S390X,s390x,r7); in foo() 183 GENOFFSET(S390X,s390x,r15); in foo() 184 GENOFFSET(S390X,s390x,IA); in foo() 185 GENOFFSET(S390X,s390x,SYSNO); in foo() 186 GENOFFSET(S390X,s390x,IP_AT_SYSCALL); in foo() [all …]
|
/external/ltrace/sysdeps/linux-gnu/ |
D | mksyscallent_s390 | 34 $s390x = 0; 35 $opt_x and $s390x = 1; 40 if ($s390x==1) {
|
/external/llvm/test/CodeGen/SystemZ/ |
D | alloca-01.ll | 4 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK 5 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-A 6 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-B 7 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-C 8 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-D 9 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-FP
|
D | args-01.ll | 4 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-INT 5 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-FLOAT 6 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-DOUBLE 7 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-FP128-1 8 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-FP128-2 9 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-STACK
|
D | args-02.ll | 4 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-INT 5 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-FLOAT 6 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-DOUBLE 7 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-FP128-1 8 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-FP128-2 9 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-STACK
|
D | args-03.ll | 4 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-INT 5 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-FLOAT 6 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-DOUBLE 7 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-FP128-1 8 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-FP128-2 9 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-STACK
|
D | alloca-02.ll | 4 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-A 5 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-B 6 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-C 7 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-D
|
D | 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
|
D | 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
|
D | 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
|
D | 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
|
D | 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
|
D | 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
|
D | 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
|
D | serialize-01.ll | 3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | \ 5 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z196 | \
|
D | tls-01.ll | 3 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-MAIN 4 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-CP
|
/external/ltrace/sysdeps/linux-gnu/s390/ |
D | fetch.c | 45 s390x(struct fetch_context *ctx) in s390x() function 107 + (s390x(context) ? 160 : 96); in arch_fetch_arg_init() 135 if (s390x(ctx)) { in allocate_stack_slot() 174 assert(!s390x(ctx)); in allocate_gpr_pair() 205 int pool = s390x(ctx) ? 6 : 2; in allocate_fpr() 246 if (sz <= (s390x(ctx) ? 8 : 4)) in arch_fetch_arg_next()
|
/external/valgrind/main/none/tests/s390x/ |
D | dfpext.vgtest | 2 …eq: test -e dfpext && ../../../tests/s390x_features s390x-dfp && ../../../tests/s390x_features s39…
|
D | cu14_1.vgtest | 1 prereq: ../../../tests/s390x_features s390x-etf3
|
/external/llvm/test/DebugInfo/SystemZ/ |
D | eh_frame_personality.ll | 1 ; RUN: llc < %s -verify-machineinstrs -mtriple=s390x-linux-gnu | FileCheck -check-prefix=CHECK-FUNC… 2 ; RUN: llc < %s -verify-machineinstrs -mtriple=s390x-linux-gnu | FileCheck -check-prefix=CHECK-ET %s 3 ; RUN: llc < %s -verify-machineinstrs -mtriple=s390x-linux-gnu -relocation-model=pic | FileCheck -c…
|
/external/valgrind/main/coregrind/ |
D | Makefile.am | 338 m_dispatch/dispatch-s390x-linux.S \ 357 m_gdbserver/valgrind-low-s390x.c \ 379 m_sigframe/sigframe-s390x-linux.c \ 390 m_syswrap/syscall-s390x-linux.S \ 406 m_syswrap/syswrap-s390x-linux.c \ 577 m_gdbserver/s390x-core64-valgrind-s1.xml \ 578 m_gdbserver/s390x-core64-valgrind-s2.xml \ 579 m_gdbserver/s390x-core64.xml \ 580 m_gdbserver/s390x-generic-valgrind.xml \ 581 m_gdbserver/s390x-generic.xml \ [all …]
|
/external/valgrind/main/include/ |
D | Makefile.am | 52 vki/vki-posixtypes-s390x-linux.h \ 61 vki/vki-s390x-linux.h \ 70 vki/vki-scnums-s390x-linux.h \
|
/external/valgrind/main/exp-sgcheck/tests/ |
D | is_arch_supported | 13 ppc*|arm*|s390x|mips*) exit 1;;
|