OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sib_index
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/amd64/amd64/
db_disasm.c
901
#define
sib_index
(rex, byte) ((((byte)>>3)&0x7) | (rex & REX_X ? 0x8 : 0x0))
macro
1018
index =
sib_index
(rex, sib);
/src/sys/arch/i386/i386/
db_disasm.c
864
#define
sib_index
(byte) (((byte)>>3)&0x7)
macro
969
index =
sib_index
(sib);
Completed in 39 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025