OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpu32
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/binutils/dist/include/opcode/
m68k.h
32
#define
cpu32
0x100 /* e.g., 68332 */
macro
52
#define m68010up (m68010 |
cpu32
| fido_a | m68020up)
/src/external/gpl3/binutils.old/dist/include/opcode/
m68k.h
32
#define
cpu32
0x100 /* e.g., 68332 */
macro
52
#define m68010up (m68010 |
cpu32
| fido_a | m68020up)
/src/external/gpl3/gdb/dist/include/opcode/
m68k.h
32
#define
cpu32
0x100 /* e.g., 68332 */
macro
52
#define m68010up (m68010 |
cpu32
| fido_a | m68020up)
/src/external/gpl3/gdb.old/dist/include/opcode/
m68k.h
32
#define
cpu32
0x100 /* e.g., 68332 */
macro
52
#define m68010up (m68010 |
cpu32
| fido_a | m68020up)
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp
9381
static void Print_x86_thread_state32_t(MachO::x86_thread_state32_t &
cpu32
) {
9382
outs() << "\t eax " << format("0x%08" PRIx32,
cpu32
.eax);
9383
outs() << " ebx " << format("0x%08" PRIx32,
cpu32
.ebx);
9384
outs() << " ecx " << format("0x%08" PRIx32,
cpu32
.ecx);
9385
outs() << " edx " << format("0x%08" PRIx32,
cpu32
.edx) << "\n";
9386
outs() << "\t edi " << format("0x%08" PRIx32,
cpu32
.edi);
9387
outs() << " esi " << format("0x%08" PRIx32,
cpu32
.esi);
9388
outs() << " ebp " << format("0x%08" PRIx32,
cpu32
.ebp);
9389
outs() << " esp " << format("0x%08" PRIx32,
cpu32
.esp) << "\n";
9390
outs() << "\t ss " << format("0x%08" PRIx32,
cpu32
.ss)
9664
MachO::x86_thread_state32_t
cpu32
;
local
9901
MachO::arm_thread_state32_t
cpu32
;
local
[
all
...]
Completed in 30 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026