OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UD_R_EAX
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mach_override/libudis86/
types.h
79
UD_R_EAX
, UD_R_ECX, UD_R_EDX, UD_R_EBX,
decode.c
293
(u->operand[0].type == UD_OP_REG && u->operand[0].base ==
UD_R_EAX
&&
294
u->operand[1].type == UD_OP_REG && u->operand[1].base ==
UD_R_EAX
)) {
342
return
UD_R_EAX
+ rm;
538
op->base =
UD_R_EAX
+ rm;
555
op->index =
UD_R_EAX
+ (SIB_I(inp_curr(u)) | (REX_X(u->pfx_rex) << 3));
556
op->base =
UD_R_EAX
+ (SIB_B(inp_curr(u)) | (REX_B(u->pfx_rex) << 3));
Completed in 121 milliseconds