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

Function gen2a9

source/emulation/cpu/srcgen.cpp:2578–2584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2576}
2577
2578void gen2a9(struct GenData* data, struct Op* op) {
2579 if (inlineTestJump(data, op, sFLAGS_TEST32, "1"))
2580 return;
2581
2582 genArithR(data, "&", "FLAGS_TEST32", "32", r32(0), op->data1, 0, 0, "1");
2583 data->lazyFlags = sFLAGS_TEST32;
2584}
2585
2586void gen0b0(struct GenData* data, struct Op* op) {
2587 char tmp[16];

Callers

nothing calls this directly

Calls 3

inlineTestJumpFunction · 0.85
genArithRFunction · 0.85
r32Function · 0.85

Tested by

no test coverage detected