diff options
Diffstat (limited to 'test/MC/X86/x86-32-coverage.s')
-rw-r--r-- | test/MC/X86/x86-32-coverage.s | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/MC/X86/x86-32-coverage.s b/test/MC/X86/x86-32-coverage.s index e14031d67f1e..10a1288bd57f 100644 --- a/test/MC/X86/x86-32-coverage.s +++ b/test/MC/X86/x86-32-coverage.s @@ -10742,3 +10742,23 @@ btcq $4, (%eax) // CHECK: getsec // CHECK: encoding: [0x0f,0x37] getsec + +// CHECK: monitorx +// CHECK: encoding: [0x0f,0x01,0xfa] + monitorx + +// CHECK: monitorx +// CHECK: encoding: [0x0f,0x01,0xfa] + monitorx %eax, %ecx, %edx + +// CHECK: mwaitx +// CHECK: encoding: [0x0f,0x01,0xfb] + mwaitx + +// CHECK: mwaitx +// CHECK: encoding: [0x0f,0x01,0xfb] + mwaitx %eax, %ecx, %ebx + +// CHECK: clzero +// CHECK: encoding: [0x0f,0x01,0xfc] + clzero |