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

Function gen0a8

source/emulation/cpu/srcgen.cpp:2563–2568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2561
2562
2563void gen0a8(struct GenData* data, struct Op* op) {
2564 if (inlineTestJump(data, op, sFLAGS_TEST8, "1"))
2565 return;
2566 genArithR(data, "&", "FLAGS_TEST8", "8", r8(0), op->data1, 0, 0, "1");
2567 data->lazyFlags = sFLAGS_TEST8;
2568}
2569
2570void gen0a9(struct GenData* data, struct Op* op) {
2571 if (inlineTestJump(data, op, sFLAGS_TEST16, "1"))

Callers

nothing calls this directly

Calls 3

inlineTestJumpFunction · 0.85
genArithRFunction · 0.85
r8Function · 0.85

Tested by

no test coverage detected