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

/vbox/src/VBox/Disassembler/
H A DDisasmFormatYasm.cpp34 static const char g_aszYasmRegGen8[20][5] = variable
106 Assert(pParam->Base.idxGenReg < RT_ELEMENTS(g_aszYasmRegGen8));
107 const char *psz = g_aszYasmRegGen8[pParam->Base.idxGenReg];

Completed in 43 milliseconds