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

/vbox/src/VBox/Disassembler/
H A DDisasmFormatYasm.cpp46 static const char g_aszYasmRegGen32[16][5] = variable
125 Assert(pParam->Base.idxGenReg < RT_ELEMENTS(g_aszYasmRegGen32));
126 const char *psz = g_aszYasmRegGen32[pParam->Base.idxGenReg];
252 Assert(pParam->Index.idxGenReg < RT_ELEMENTS(g_aszYasmRegGen32));
253 const char *psz = g_aszYasmRegGen32[pParam->Index.idxGenReg];

Completed in 45 milliseconds