Searched defs:DIS_READ_REGSEG (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Disassembler/
H A DDisasmReg.cpp198 #define DIS_READ_REGSEG(p, idx) (*((uint16_t *)((char *)(p) + g_aRegSegIndex[idx]))) macro
409 *pVal = DIS_READ_REGSEG(pCtx, sel);

Completed in 52 milliseconds