OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UD_OP_MEM
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mach_override/libudis86/
syn-intel.c
64
case
UD_OP_MEM
:
146
u->operand[0].type !=
UD_OP_MEM
&&
147
u->operand[1].type !=
UD_OP_MEM
) {
168
if (u->operand[0].type ==
UD_OP_MEM
) {
197
if (u->operand[1].type ==
UD_OP_MEM
&&
syn-att.c
63
case
UD_OP_MEM
:
types.h
123
UD_OP_REG,
UD_OP_MEM
, UD_OP_PTR, UD_OP_IMM,
decode.c
495
op->type =
UD_OP_MEM
;
605
opr->type =
UD_OP_MEM
;
1080
u->operand[0].type !=
UD_OP_MEM
&&
1081
u->operand[1].type !=
UD_OP_MEM
)
Completed in 22 milliseconds