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

/vbox/src/VBox/Disassembler/
H A DDisasmCore.cpp711 unsigned regtype, vregtype; local
721 vregtype = (VEXREG_IS256B(pDis->bVexDestReg) ? DISUSE_REG_YMM : DISUSE_REG_XMM);
723 vregtype = regtype;
727 pParam->fUse |= DISUSE_INDEX | vregtype;

Completed in 172 milliseconds