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

/vbox/src/VBox/Disassembler/
H A DDisasmFormatYasm.cpp58 static const char g_aszYasmRegFP[8][4] = variable
144 Assert(pParam->Base.idxFpuReg < RT_ELEMENTS(g_aszYasmRegFP));
145 const char *psz = g_aszYasmRegFP[pParam->Base.idxFpuReg];

Completed in 46 milliseconds