/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|mips*) exit 1;;
|
/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...] |
/external/ltrace/sysdeps/linux-gnu/ |
mksyscallent_s390 | 21 # Generate syscall table for s390/s390x 34 $s390x = 0; 35 $opt_x and $s390x = 1; 40 if ($s390x==1) {
|
/external/valgrind/main/memcheck/tests/vbit-test/ |
irops.c | 13 { DEFOP(Iop_Add8, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 }, 14 { DEFOP(Iop_Add16, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 }, 15 { DEFOP(Iop_Add32, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 }, 16 { DEFOP(Iop_Add64, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 0, .mips64 = 1 }, // mips asserts 17 { DEFOP(Iop_Sub8, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 }, 18 { DEFOP(Iop_Sub16, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 1, .mips64 = 1 }, 19 { DEFOP(Iop_Sub32, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 }, 20 { DEFOP(Iop_Sub64, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 0, .mips32 = 0, .mips64 = 1 }, // ppc32, mips assert 21 { DEFOP(Iop_Mul8, UNDEF_LEFT), .s390x = 0, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 0, .mips64 = 0 }, 22 { DEFOP(Iop_Mul16, UNDEF_LEFT), .s390x = 0, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 0, .mips64 = 0 } [all...] |
vtest.h | 70 unsigned s390x : 1; member in struct:__anon36799
|
/external/valgrind/main/none/tests/ |
allexec_prepare_prereq | 33 pair s390x_unexisting_in_32bits s390x
|
/external/valgrind/main/VEX/auxprogs/ |
genoffsets.c | 176 // s390x 177 GENOFFSET(S390X,s390x,r2); 178 GENOFFSET(S390X,s390x,r3); 179 GENOFFSET(S390X,s390x,r4); 180 GENOFFSET(S390X,s390x,r5); 181 GENOFFSET(S390X,s390x,r6) [all...] |
/external/ltrace/sysdeps/linux-gnu/s390/ |
fetch.c | 45 s390x(struct fetch_context *ctx) function 52 * | 1 | 1 | 64-bit | z/Architecture, "s390x" 107 + (s390x(context) ? 160 : 96); 135 if (s390x(ctx)) { 174 assert(!s390x(ctx)); 205 int pool = s390x(ctx) ? 6 : 2; 242 * on s390x are passed in register. On s390, long 246 if (sz <= (s390x(ctx) ? 8 : 4))
|
/external/llvm/test/DebugInfo/SystemZ/ |
eh_frame.s | 1 # RUN: llvm-mc -triple=s390x-linux-gnu -filetype=obj %s -o %t
|
eh_frame_personality.s | 1 # RUN: llvm-mc -triple=s390x-linux-gnu -filetype=obj %s -o %t
|
/external/strace/debian/ |
rules | 26 arch64_map = i386=x86_64 powerpc=powerpc64 sparc=sparc64 s390=s390x
|
/external/llvm/test/MC/SystemZ/ |
tokens.s | 1 # RUN: not llvm-mc -triple s390x-linux-gnu < %s 2> %t
|
/external/valgrind/main/ |
Android.mk | 241 coregrind/m_sigframe/sigframe-s390x-linux.c \ 250 coregrind/m_syswrap/syscall-s390x-linux.S \ 264 coregrind/m_syswrap/syswrap-s390x-linux.c \ 284 coregrind/m_gdbserver/valgrind-low-s390x.c \
|
/external/chromium_org/sdch/open-vcdiff/ |
config.sub | 959 s390x | s390x-*) 960 basic_machine=s390x-ibm 1097 basic_machine=s390x-ibm [all...] |
/external/chromium_org/third_party/icu/source/ |
config.sub | 932 s390x | s390x-*) 933 basic_machine=s390x-ibm 1070 basic_machine=s390x-ibm [all...] |
/external/chromium_org/third_party/libevent/ |
config.sub | 932 s390x | s390x-*) 933 basic_machine=s390x-ibm 1070 basic_machine=s390x-ibm [all...] |
/external/chromium_org/third_party/libxml/src/ |
config.sub | 968 s390x | s390x-*) 969 basic_machine=s390x-ibm 1106 basic_machine=s390x-ibm [all...] |
/external/chromium_org/third_party/libxslt/ |
config.sub | 904 s390x | s390x-*) 905 basic_machine=s390x-ibm 1038 basic_machine=s390x-ibm
|
/external/chromium_org/third_party/sqlite/src/ |
config.sub | 922 s390x | s390x-*) 923 basic_machine=s390x-ibm 1056 basic_machine=s390x-ibm [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/ |
config.sub | 932 s390x | s390x-*) 933 basic_machine=s390x-ibm 1070 basic_machine=s390x-ibm [all...] |
/external/cmockery/cmockery_0_1_2/ |
config.sub | 875 s390x | s390x-*) 876 basic_machine=s390x-ibm 1002 basic_machine=s390x-ibm
|
/external/elfutils/0.153/config/ |
config.sub | 968 s390x | s390x-*) 969 basic_machine=s390x-ibm 1106 basic_machine=s390x-ibm [all...] |
/external/google-tv-pairing-protocol/cpp/ |
config.sub | 959 s390x | s390x-*) 960 basic_machine=s390x-ibm 1097 basic_machine=s390x-ibm [all...] |
/external/libexif/ |
config.sub | 968 s390x | s390x-*) 969 basic_machine=s390x-ibm 1106 basic_machine=s390x-ibm [all...] |
/external/libmtp/ |
config.sub | 932 s390x | s390x-*) 933 basic_machine=s390x-ibm 1070 basic_machine=s390x-ibm [all...] |