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

  /dalvik/vm/compiler/codegen/x86/libenc/
encoder.cpp 120 OpndSize_8, OpndSize_16, OpndSize_32, OpndSize_64, OpndSize_Any
enc_defs_ext.h 50 OpndSize_Any = 0x3F,
51 OpndSize_Default = OpndSize_Any
enc_base.cpp 888 { "SzAny", OpndSize_Any },
    [all...]
enc_defs.h 149 #define REGNAME(k,s,i) ( ((k & OpndKind_Any)<<24) | ((s & OpndSize_Any)<<16) | (i&0xFF) )

Completed in 27 milliseconds