OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
sib_base
sys/arch/amd64/amd64/db_disasm.c
870
#define sib_base(byte, rex) (((byte)&0x7) + REX_B(rex))
sys/arch/i386/i386/db_disasm.c
835
#define sib_base(byte) ((byte)&0x7)