Home
last modified time | relevance | path

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

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