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

  /dalvik/vm/compiler/codegen/x86/libenc/
enc_prvt.h 138 #define AL {OpndKind_GPReg, OpndSize_8, OpndExt_Any, RegName_AL}
139 #define AH {OpndKind_GPReg, OpndSize_8, OpndExt_Any, RegName_AH}
140 #define AX {OpndKind_GPReg, OpndSize_16, OpndExt_Any, RegName_AX}
141 #define EAX {OpndKind_GPReg, OpndSize_32, OpndExt_Any, RegName_EAX}
143 #define RAX {OpndKind_GPReg, OpndSize_64, OpndExt_Any, RegName_RAX }
146 #define CL {OpndKind_GPReg, OpndSize_8, OpndExt_Any, RegName_CL}
147 #define ECX {OpndKind_GPReg, OpndSize_32, OpndExt_Any, RegName_ECX}
149 #define RCX {OpndKind_GPReg, OpndSize_64, OpndExt_Any, RegName_RCX}
152 #define DX {OpndKind_GPReg, OpndSize_16, OpndExt_Any, RegName_DX}
153 #define EDX {OpndKind_GPReg, OpndSize_32, OpndExt_Any, RegName_EDX
    [all...]
enc_base.cpp 670 if (instExt == opndExt || instExt == OpndExt_Any || opndExt == OpndExt_Any) {
    [all...]
enc_defs.h 125 * or OpndExt_Any.
131 OpndExt_Any = 0x3,

Completed in 131 milliseconds