| 8705 | } |
| 8706 | |
| 8707 | void testBtc0x3bb() { |
| 8708 | cpu->big = true; |
| 8709 | EdGdEffective(0x3bb, btcd, true); |
| 8710 | X86_TEST(btc, btcd, eax, ecx); |
| 8711 | } |
| 8712 | |
| 8713 | void testBsf0x1bc() { |
| 8714 | cpu->big = false; |
nothing calls this directly
no test coverage detected