HomeSort by relevance Sort by last modified time
    Searched refs:UD_R_AX (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mach_override/libudis86/
types.h 73 UD_R_AX, UD_R_CX, UD_R_DX, UD_R_BX,
decode.c 291 if ((u->operand[0].type == UD_OP_REG && u->operand[0].base == UD_R_AX &&
292 u->operand[1].type == UD_OP_REG && u->operand[1].base == UD_R_AX) ||
344 return UD_R_AX + rm;

Completed in 27 milliseconds