Searched refs:rotateLeftUxx (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/VMM/testcase/Instructions/ |
H A D | InstructionTestGen.py | 254 def rotateLeftUxx(cBits, uVal, cShift): function 702 uCur = rotateLeftUxx(cbMaxOp * 8, uCur, 8); 708 uInput = rotateLeftUxx(cbMaxOp * 8, uInput, 8); 710 uResult = rotateLeftUxx(cbMaxOp * 8, uResult, 8); 1123 uOp2Val = rotateLeftUxx(cbMaxOp * 8, uOp2Val, 8); 1285 uOp2Val = rotateLeftUxx(cbMaxOp * 8, uOp2Val, 8);
|
Completed in 63 milliseconds