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

/vbox/src/VBox/VMM/testcase/Instructions/
H A DInstructionTestGen.py182 def randU16(): function
391 iReg = randU16() % self.getGRegCount(cbEffBytes);
393 iReg = randU16() % self.getGRegCount(cbEffBytes);
1928 self.write(' add %s, %s\n' % (sAddrReg, (randU16() << cEffOpBits) & 0xfff, ));

Completed in 49 milliseconds