summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-09-11 17:08:22 +0000
committerChris Lattner <sabre@nondot.org>2010-09-11 17:08:22 +0000
commit0989d29d093c281a0d8b4f1b1ea22436249c4087 (patch)
tree3aebe4719afcc45539b321e8fdb385676f69f83c /test
parent697d37a43625b8862a6d6993c6c5ee614fdc0843 (diff)
downloadllvm-0989d29d093c281a0d8b4f1b1ea22436249c4087.tar.gz
llvm-0989d29d093c281a0d8b4f1b1ea22436249c4087.tar.bz2
llvm-0989d29d093c281a0d8b4f1b1ea22436249c4087.tar.xz
add a missed cmov alias, part of rdar://8416805
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113693 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/MC/AsmParser/X86/x86_32-new-encoder.s4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/MC/AsmParser/X86/x86_32-new-encoder.s b/test/MC/AsmParser/X86/x86_32-new-encoder.s
index 16978f7d1b..f9cb206b6a 100644
--- a/test/MC/AsmParser/X86/x86_32-new-encoder.s
+++ b/test/MC/AsmParser/X86/x86_32-new-encoder.s
@@ -107,6 +107,10 @@ retl
// CHECK: encoding: [0x0f,0x42,0xd0]
cmovbl %eax,%edx
+// CHECK: cmovbw %bx, %bx
+cmovnae %bx,%bx
+
+
// CHECK: cmovbel %eax, %edx
// CHECK: encoding: [0x0f,0x46,0xd0]
cmovbel %eax,%edx