OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:op3
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/amd64/amd64/
db_disasm.c
130
#define
op3
(x,y,z) ((x)|((y)<<8)|((z)<<16))
macro
339
/*a4*/ { "shld", true, LONG,
op3
(Ib,R,E), 0 },
340
/*a5*/ { "shld", true, LONG,
op3
(CL,R,E), 0 },
348
/*ac*/ { "shrd", true, LONG,
op3
(Ib,R,E), 0 },
349
/*ad*/ { "shrd", true, LONG,
op3
(CL,R,E), 0 },
721
/*69*/ { "imul", true, LONG,
op3
(I,E,R), 0 },
723
/*6b*/ { "imul", true, LONG,
op3
(Ibs,E,R),0 },
/src/sys/arch/i386/i386/
db_disasm.c
113
#define
op3
(x,y,z) ((x)|((y)<<8)|((z)<<16))
macro
307
/*a4*/ { "shld", true, LONG,
op3
(Ib,R,E), 0 },
308
/*a5*/ { "shld", true, LONG,
op3
(CL,R,E), 0 },
316
/*ac*/ { "shrd", true, LONG,
op3
(Ib,R,E), 0 },
317
/*ad*/ { "shrd", true, LONG,
op3
(CL,R,E), 0 },
684
/*69*/ { "imul", true, LONG,
op3
(I,E,R), 0 },
686
/*6b*/ { "imul", true, LONG,
op3
(Ibs,E,R),0 },
Completed in 14 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025