| 5155 | void testSbb0x21c() { cpu->big = true; AlIb(0x1c, sbbb); } |
| 5156 | void testSbb0x01d() { cpu->big = false; AxIw(0x1d, sbbw); } |
| 5157 | void testSbb0x21d() { cpu->big = true; EaxId(0x1d, sbbd); } |
| 5158 | |
| 5159 | void testAnd0x020() { cpu->big = false; EbGb(0x20, andb, true); } |
| 5160 | void testAnd0x220() { cpu->big = true; EbGb(0x20, andb, true); X86_TEST(and, andb, al, cl) } |