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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp7079 * @param pu128Dst Where to return the qword.
7084 static VBOXSTRICTRC iemMemFetchDataU128(PIEMCPU pIemCpu, uint128_t *pu128Dst, uint8_t iSegReg, RTGCPTR GCPtrMem) argument
7091 *pu128Dst = *pu128Src;
7106 * @param pu128Dst Where to return the qword.
7111 static VBOXSTRICTRC iemMemFetchDataU128AlignedSse(PIEMCPU pIemCpu, uint128_t *pu128Dst, uint8_t iSegReg, RTGCPTR GCPtrMem) argument
7123 *pu128Dst = *pu128Src;
7292 uint128_t *pu128Dst; local
7293 VBOXSTRICTRC rc = iemMemMap(pIemCpu, (void **)&pu128Dst, sizeof(*pu128Dst), iSegReg, GCPtrMem, IEM_ACCESS_DATA_W);
7296 *pu128Dst
[all...]

Completed in 281 milliseconds