summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/X86/x86-32-coverage.s
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/MC/X86/x86-32-coverage.s')
-rw-r--r--llvm/test/MC/X86/x86-32-coverage.s8
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/test/MC/X86/x86-32-coverage.s b/llvm/test/MC/X86/x86-32-coverage.s
index ba59fb357b9..6b0da89b821 100644
--- a/llvm/test/MC/X86/x86-32-coverage.s
+++ b/llvm/test/MC/X86/x86-32-coverage.s
@@ -10808,3 +10808,11 @@ enclu
// CHECK: enclv
// CHECK: encoding: [0x0f,0x01,0xc0]
enclv
+
+// CHECK: aam # encoding: [0xd4,0x0a]
+// INTEL: aam{{$}}
+aam $10
+
+// CHECK: aad # encoding: [0xd5,0x0a]
+// INTEL: aad{{$}}
+aad $10
OpenPOWER on IntegriCloud