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

Function testGrp30x2f7

source/test/testCPU.cpp:8166–8176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8164}
8165
8166void testGrp30x2f7() {
8167 cpu->big = true;
8168 EdId(0xf7, 0, testd);
8169 EdId(0xf7, 1, testd);
8170 Ed(0xf7, 2, notd, true);
8171 Ed(0xf7, 3, negd, true);
8172 EdEaxEdx(0xf7, 4, mulEax, false);
8173 EdEaxEdx(0xf7, 5, imulEax, false);
8174 EdEaxEdx(0xf7, 6, divEax, true);
8175 EdEaxEdx(0xf7, 7, idivEax, true);
8176}
8177
8178void testClc0x0f8() { cpu->big = false; EbReg(0xf8, 0, clc); }
8179void testClc0x2f8() { cpu->big = true; EbReg(0xf8, 0, clc); }

Callers

nothing calls this directly

Calls 3

EdIdFunction · 0.85
EdFunction · 0.85
EdEaxEdxFunction · 0.85

Tested by

no test coverage detected