git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
KVM: Update headers (except HIOR mess)
[qemu.git]
/
target-m68k
/
m68k-qreg.h
1
enum
{
2
#define DEFO32(name, offset) QREG_##name,
3
#define DEFR(name, reg, mode) QREG_##name,
4
#define DEFF64(name, offset) QREG_##name,
5
QREG_NULL
,
6
#include
"qregs.def"
7
TARGET_NUM_QREGS
=
0x100
8
#undef DEFO32
9
#undef DEFR
10
#undef DEFF64
11
};