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

/vbox/src/VBox/VMM/testcase/Instructions/
H A DInstructionTestGen.py273 def rotateRightUxx(cBits, uVal, cShift): function
695 uCur = rotateRightUxx(cbMaxOp * 8, uCur, 8);
700 uCur = rotateRightUxx(cbMaxOp * 8, uCur, 8);

Completed in 48 milliseconds