Searched refs:OpndSize_Any (Results 1 - 4 of 4) sorted by relevance

/dalvik/vm/compiler/codegen/x86/libenc/
H A Dencoder.cpp120 OpndSize_8, OpndSize_16, OpndSize_32, OpndSize_64, OpndSize_Any
H A Denc_defs_ext.h50 OpndSize_Any = 0x3F, enumerator in enum:OpndSize
51 OpndSize_Default = OpndSize_Any
H A Denc_base.cpp888 { "SzAny", OpndSize_Any },
H A Denc_defs.h149 #define REGNAME(k,s,i) ( ((k & OpndKind_Any)<<24) | ((s & OpndSize_Any)<<16) | (i&0xFF) )

Completed in 20 milliseconds