Home
last modified time | relevance | path

Searched refs:OpcodeByteKind_REX_W (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/x86/libenc/
Denc_prvt.h61 OpcodeByteKind_REX_W = 0x1300, enumerator
246 #define REX_W OpcodeByteKind_REX_W
Denc_tabl.cpp1829 if (kind == OpcodeByteKind_REX_W) { in buildMnemonicDesc()