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

Function gen0a9

source/emulation/cpu/srcgen.cpp:2570–2576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2568}
2569
2570void gen0a9(struct GenData* data, struct Op* op) {
2571 if (inlineTestJump(data, op, sFLAGS_TEST16, "1"))
2572 return;
2573
2574 genArithR(data, "&", "FLAGS_TEST16", "16", r16(0), op->data1, 0, 0, "1");
2575 data->lazyFlags = sFLAGS_TEST16;
2576}
2577
2578void gen2a9(struct GenData* data, struct Op* op) {
2579 if (inlineTestJump(data, op, sFLAGS_TEST32, "1"))

Callers

nothing calls this directly

Calls 3

inlineTestJumpFunction · 0.85
genArithRFunction · 0.85
r16Function · 0.85

Tested by

no test coverage detected