| 9462 | } |
| 9463 | |
| 9464 | void testBswap3cf() { |
| 9465 | cpu->big = 1; |
| 9466 | doTestBswap(7); |
| 9467 | } |
| 9468 | |
| 9469 | void doTestCmov(U32 instruction, bool isNotFlag, U32 flags, U32 cmpValueThatTriggersFlag, U32 cmpValueThatDoesNotTriggerFlag) { |
| 9470 | for (U32 setFlags = 0; setFlags < 3; setFlags++) { |
nothing calls this directly
no test coverage detected