| ... | ... | @@ -593,12 +593,12 @@ |
| 593 | 593 | .{ .@"or", .rm, .{ .r32, .rm32 }, .{ 0x0b }, 0, .none, .none }, |
| 594 | 594 | .{ .@"or", .rm, .{ .r64, .rm64 }, .{ 0x0b }, 0, .long, .none }, |
| 595 | 595 | |
| 596 | | .{ .out, .zi, .{ .imm8, .al }, .{ 0xe6 }, 0, .none, .none }, |
| 597 | | .{ .out, .zi, .{ .imm8, .ax }, .{ 0xe7 }, 0, .short, .none }, |
| 598 | | .{ .out, .zi, .{ .imm8, .eax }, .{ 0xe7 }, 0, .none, .none }, |
| 599 | | .{ .out, .z, .{ .dx, .al }, .{ 0xee }, 0, .none, .none }, |
| 600 | | .{ .out, .z, .{ .dx, .ax }, .{ 0xef }, 0, .short, .none }, |
| 601 | | .{ .out, .z, .{ .dx, .eax }, .{ 0xef }, 0, .none, .none }, |
| 596 | .{ .out, .i, .{ .imm8, .al }, .{ 0xe6 }, 0, .none, .none }, |
| 597 | .{ .out, .i, .{ .imm8, .ax }, .{ 0xe7 }, 0, .short, .none }, |
| 598 | .{ .out, .i, .{ .imm8, .eax }, .{ 0xe7 }, 0, .none, .none }, |
| 599 | .{ .out, .z, .{ .dx, .al }, .{ 0xee }, 0, .none, .none }, |
| 600 | .{ .out, .z, .{ .dx, .ax }, .{ 0xef }, 0, .short, .none }, |
| 601 | .{ .out, .z, .{ .dx, .eax }, .{ 0xef }, 0, .none, .none }, |
| 602 | 602 | |
| 603 | 603 | .{ .outs, .z, .{ .dx, .m8 }, .{ 0x6e }, 0, .none, .none }, |
| 604 | 604 | .{ .outs, .z, .{ .dx, .m16 }, .{ 0x6f }, 0, .short, .none }, |