HomeSort by relevance Sort by last modified time
    Searched refs:S390X (Results 1 - 15 of 15) sorted by null

  /external/libffi/src/s390/
ffitarget.h 31 #define S390X
52 #ifdef S390X
  /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/valgrind/main/coregrind/
pub_core_basics.h 110 } S390X;
m_libcassert.c 152 (srP)->misc.S390X.r_fp = fp; \
153 (srP)->misc.S390X.r_lr = lr; \
m_stacktrace.c 678 /* ------------------------ s390x ------------------------- */
698 uregs.fp = startRegs->misc.S390X.r_fp;
699 uregs.lr = startRegs->misc.S390X.r_lr;
m_machine.c 102 regs->misc.S390X.r_fp
104 regs->misc.S390X.r_lr
385 s390x: initially: call VG_(machine_get_hwcaps)
415 /* fixs390: anything for s390x here ? */
417 /* For hwcaps detection on ppc32/64, s390x, and arm we'll need to do SIGILL
    [all...]
m_signals.c 479 (srP)->misc.S390X.r_fp = (uc)->uc_mcontext.regs.gprs[11]; \
480 (srP)->misc.S390X.r_lr = (uc)->uc_mcontext.regs.gprs[14]; \
    [all...]
  /external/strace/
defs.h 411 || defined(SH) || defined(SH64) || defined(S390) || defined(S390X) \
430 # elif defined S390 || defined S390X
process.c 611 # elif defined S390 || defined S390X || defined CRISV10 || defined CRISV32
712 #elif defined(S390) || defined(S390X)
    [all...]
syscall.c 714 #elif defined(S390) || defined(S390X)
742 # if defined(S390) || defined(S390X)
830 # if defined(S390X)
    [all...]
util.c 1088 # elif defined(S390) || defined(S390X)
1096 # elif S390X
1399 # if defined S390 || defined S390X
    [all...]
signal.c 1289 #elif defined(S390) || defined(S390X)
    [all...]
file.c 290 # elif defined X86_64 || defined S390X
1329 #endif /* LINUX && !IA64 && !HPPA && !X86_64 && !S390 && !S390X */
    [all...]
  /external/strace/linux/
syscall.h 170 # elif defined S390 || defined S390X
  /external/webkit/Source/JavaScriptCore/wtf/
Platform.h 201 /* CPU(S390X) - S390 64-bit */
1092 || CPU(S390X) \
    [all...]

Completed in 320 milliseconds