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

Function testGrp10x081

source/test/testCPU.cpp:6034–6044  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6032}
6033
6034void testGrp10x081() {
6035 cpu->big = false;
6036 EwIw(0x81, 0, addw, true);
6037 EwIw(0x81, 1, orw, true);
6038 EwIw(0x81, 2, adcw, true);
6039 EwIw(0x81, 3, sbbw, true);
6040 EwIw(0x81, 4, andw, true);
6041 EwIw(0x81, 5, subw, true);
6042 EwIw(0x81, 6, xorw, true);
6043 EwIw(0x81, 7, cmpw);
6044}
6045
6046void testGrp10x082() {
6047 cpu->big = false;

Callers

nothing calls this directly

Calls 1

EwIwFunction · 0.85

Tested by

no test coverage detected