| 575 | int MASK = 0x100 | 0x200 | 0x400 | 0x4000; |
| 576 | |
| 577 | void assertTest(int r) { |
| 578 | assertTrue((AX & MASK) == r); |
| 579 | } |
| 580 | |
| 581 | void F32ComBase(int op, int group, float x, float y, int r, int popCount) { |
| 582 | newInstruction(0); |
no test coverage detected