diff options
author | Chris Lattner <sabre@nondot.org> | 2011-05-22 22:35:34 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-05-22 22:35:34 +0000 |
commit | d521d8bf923b2f4b3e44a4ae2ebd0dcb59d7b23b (patch) | |
tree | d2a480be32141fceaf7d6fa5e88b44f01fb8c5d4 /test | |
parent | b8a21ad91556903d055bb1de47f75655ca4e9ba6 (diff) | |
download | external_llvm-d521d8bf923b2f4b3e44a4ae2ebd0dcb59d7b23b.zip external_llvm-d521d8bf923b2f4b3e44a4ae2ebd0dcb59d7b23b.tar.gz external_llvm-d521d8bf923b2f4b3e44a4ae2ebd0dcb59d7b23b.tar.bz2 |
add test from PR9164
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131876 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/MC/X86/x86-32.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MC/X86/x86-32.s b/test/MC/X86/x86-32.s index 95c5ea4..6017880 100644 --- a/test/MC/X86/x86-32.s +++ b/test/MC/X86/x86-32.s @@ -940,3 +940,9 @@ pshufw $90, %mm4, %mm0 // CHECK: fsubp // CHECK: encoding: [0xde,0xe1] fsubp %st,%st(1) + +// PR9164 +// CHECK: fsubp %st(2) +// CHECK: encoding: [0xde,0xe2] +fsubp %st, %st(2) + |