OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:I_CALL
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/vax/include/
db_machdep.h
66
#define
I_CALL
0xfb
72
#define inst_call(ins) (((ins)&0xff) ==
I_CALL
)
/src/sys/arch/usermode/include/
db_machdep.h
44
#define
I_CALL
0xe8
51
#define inst_call(ins) (((ins)&0xff) ==
I_CALL
|| \
75
#define
I_CALL
0xe8
82
#define inst_call(ins) (((ins)&0xff) ==
I_CALL
|| \
/src/sys/arch/amd64/include/
db_machdep.h
80
#define
I_CALL
0xe8
87
#define inst_call(ins) (((ins)&0xff) ==
I_CALL
|| \
/src/sys/arch/i386/include/
db_machdep.h
79
#define
I_CALL
0xe8
86
#define inst_call(ins) (((ins)&0xff) ==
I_CALL
|| \
/src/sys/arch/sparc/include/
instr.h
162
}
i_call
;
member in union:instr
364
#define
I_CALL
(d) _I_ANY(IOP_CALL, d)
Completed in 13 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025