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

Function testGrp10x083

source/test/testCPU.cpp:6082–6092  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6080}
6081
6082void testGrp10x083() {
6083 cpu->big = false;
6084 EwIx(0x83, 0, addw, true);
6085 EwIx(0x83, 1, orw, true);
6086 EwIx(0x83, 2, adcw, true);
6087 EwIx(0x83, 3, sbbw, true);
6088 EwIx(0x83, 4, andw, true);
6089 EwIx(0x83, 5, subw, true);
6090 EwIx(0x83, 6, xorw, true);
6091 EwIx(0x83, 7, cmpw);
6092}
6093
6094void testGrp10x283() {
6095 cpu->big = true;

Callers

nothing calls this directly

Calls 1

EwIxFunction · 0.85

Tested by

no test coverage detected