OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPC32
(Results
1 - 7
of
7
) sorted by null
/external/valgrind/main/VEX/auxprogs/
genoffsets.c
118
//
ppc32
119
GENOFFSET(
PPC32
,
ppc32
,GPR0);
120
GENOFFSET(
PPC32
,
ppc32
,GPR1);
121
GENOFFSET(
PPC32
,
ppc32
,GPR2);
122
GENOFFSET(
PPC32
,
ppc32
,GPR3);
123
GENOFFSET(
PPC32
,ppc32,GPR4)
[
all
...]
/external/valgrind/main/coregrind/
pub_core_basics.h
99
}
PPC32
;
m_libcassert.c
97
(srP)->misc.
PPC32
.r_lr = lr; \
m_stacktrace.c
387
/* -----------------------
ppc32
/64 ---------------------- */
415
Addr lr = startRegs->misc.
PPC32
.r_lr;
506
slot is 2 words back from sp, whereas on
ppc32
-elf(?) it's
[
all
...]
m_machine.c
40
#include "pub_core_libcsignal.h" // for
ppc32
messing with SIGILL and SIGFPE
81
regs->misc.
PPC32
.r_lr
401
(2) from the AT_SYSINFO entries the kernel gave us (
ppc32
cache
434
/* For hwcaps detection on
ppc32
/64, s390x, and arm we'll need to do SIGILL
843
/* Find out which subset of the
ppc32
instruction set is supported by
844
verifying whether various
ppc32
instructions generate a SIGILL
858
since that's a no-op on all
ppc32
platforms so far supported,
911
problem that happens on Debian 3.1 (
ppc32
), and probably
[
all
...]
m_signals.c
348
(srP)->misc.
PPC32
.r_lr = (uc)->uc_regs->mc_gregs[VKI_PT_LNK]; \
[
all
...]
/external/qemu/
ppc-dis.c
[
all
...]
Completed in 1024 milliseconds