| 2568 | } |
| 2569 | |
| 2570 | void 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 | |
| 2578 | void gen2a9(struct GenData* data, struct Op* op) { |
| 2579 | if (inlineTestJump(data, op, sFLAGS_TEST32, "1")) |
nothing calls this directly
no test coverage detected