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

Function testGrp20x0c1

source/test/testCPU.cpp:7429–7439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7427}
7428
7429void testGrp20x0c1() {
7430 cpu->big = false;
7431 EwIb(0xC1, 0, rolw);
7432 EwIb(0xC1, 1, rorw);
7433 EwIb(0xC1, 2, rclw);
7434 EwIb(0xC1, 3, rcrw);
7435 EwIb(0xC1, 4, shlw);
7436 EwIb(0xC1, 5, shrw);
7437 EwIb(0xC1, 6, shlw);
7438 EwIb(0xC1, 7, sarw);
7439}
7440
7441void testGrp20x2c1() {
7442 cpu->big = true;

Callers

nothing calls this directly

Calls 1

EwIbFunction · 0.85

Tested by

no test coverage detected