| 2561 | |
| 2562 | |
| 2563 | void 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 | |
| 2570 | void gen0a9(struct GenData* data, struct Op* op) { |
| 2571 | if (inlineTestJump(data, op, sFLAGS_TEST16, "1")) |
nothing calls this directly
no test coverage detected