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

/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-core.cpp34 || ( (a_pInstr)->cOperands > 2 \
41 || ( (a_pInstr)->cOperands > 2 \
1159 uint8_t iOp = pThis->cOperands;
1336 uint8_t idxOp = pThis->cOperands;
1479 pThis->cOperands = pInstr->cOperands;
1483 for (uint8_t iOp = 0; iOp < pInstr->cOperands; iOp++)
1499 for (iOp = 0; iOp < pInstr->cOperands; iOp++)
1563 uint8_t idxOp = pThis->cOperands;
1840 idxOp = pThis->cOperands;
[all...]
H A Dcidet.h142 uint8_t cOperands; member in struct:CIDETINSTR
887 /** Number of operands (CIDETINSTR::cOperands). */
888 uint8_t cOperands; member in struct:CIDETCORE

Completed in 54 milliseconds