MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / testBswap3cf

Function testBswap3cf

source/test/testCPU.cpp:9464–9467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

doTestBswapFunction · 0.85

Tested by

no test coverage detected