| 8693 | } |
| 8694 | |
| 8695 | void testBtr0x3b3() { |
| 8696 | cpu->big = true; |
| 8697 | EdGdEffective(0x3b3, btrd, true); |
| 8698 | X86_TEST(btr, btrd, eax, ecx); |
| 8699 | } |
| 8700 | |
| 8701 | void testBtc0x1bb() { |
| 8702 | cpu->big = false; |
nothing calls this directly
no test coverage detected