diff options
Diffstat (limited to 'test/MC/X86/x86-32.s')
-rw-r--r-- | test/MC/X86/x86-32.s | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/MC/X86/x86-32.s b/test/MC/X86/x86-32.s index 7207652a3be35..f3633dcffef43 100644 --- a/test/MC/X86/x86-32.s +++ b/test/MC/X86/x86-32.s @@ -444,6 +444,14 @@ cmovnae %bx,%bx // CHECK: encoding: [0x0f,0x21,0xf8] movl %dr7,%eax +// CHECK: clzero +// CHECK: encoding: [0x0f,0x01,0xfc] + clzero + +// CHECK: clzero +// CHECK: encoding: [0x0f,0x01,0xfc] + clzero %eax + // radr://8017522 // CHECK: wait // CHECK: encoding: [0x9b] @@ -1079,3 +1087,13 @@ retw // CHECK: lretw // CHECK: encoding: [0x66,0xcb] lretw + +// CHECK: data16 +// CHECK: encoding: [0x66] +data16 + +// CHECK: data16 +// CHECK: encoding: [0x66] +// CHECK: lgdtl 4(%eax) +// CHECK: encoding: [0x0f,0x01,0x50,0x04] +data16 lgdt 4(%eax) |