diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2011-01-18 16:39:50 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2011-01-18 16:39:50 +0000 |
commit | 0ae8ca9029b209a60351c07da4380985dcd15e15 (patch) | |
tree | 7e28fda46e72c7eb7e4d3adfe166297861d64af1 /gas | |
parent | 10d44370412c8e79458800f13004173f1d30c74e (diff) | |
download | gdb-0ae8ca9029b209a60351c07da4380985dcd15e15.zip gdb-0ae8ca9029b209a60351c07da4380985dcd15e15.tar.gz gdb-0ae8ca9029b209a60351c07da4380985dcd15e15.tar.bz2 |
Add tbm flag and TBM instruction pattern.
2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/ilp32/x86-64-arch-2.d: Add tbm flag and TBM instruction
pattern.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/ilp32/x86-64-arch-2.d | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index c463b63..2e3af6e 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-01-18 H.J. Lu <hongjiu.lu@intel.com> + + * gas/i386/ilp32/x86-64-arch-2.d: Add tbm flag and TBM instruction + pattern. + 2011-01-17 Quentin Neill <quentin.neill@amd.com> * gas/i386/tbm.s: New. diff --git a/gas/testsuite/gas/i386/ilp32/x86-64-arch-2.d b/gas/testsuite/gas/i386/ilp32/x86-64-arch-2.d index 779a95a..6b41a2d 100644 --- a/gas/testsuite/gas/i386/ilp32/x86-64-arch-2.d +++ b/gas/testsuite/gas/i386/ilp32/x86-64-arch-2.d @@ -1,5 +1,5 @@ #source: ../x86-64-arch-2.s -#as: -march=generic64+avx+vmx+smx+xsave+xsaveopt+aes+pclmul+fma+movbe+ept+clflush+syscall+rdtscp+3dnowa+sse4a+svme+abm+padlock+bmi +#as: -march=generic64+avx+vmx+smx+xsave+xsaveopt+aes+pclmul+fma+movbe+ept+clflush+syscall+rdtscp+3dnowa+sse4a+svme+abm+padlock+bmi+tbm #objdump: -dw #name: x86-64 (ILP32) arch 2 @@ -38,4 +38,5 @@ Disassembly of section .text: [ ]*[a-f0-9]+: f3 0f bd d9 lzcnt %ecx,%ebx [ ]*[a-f0-9]+: 0f a7 c0 xstore-rng [ ]*[a-f0-9]+: c4 e2 60 f3 c9 blsr %ecx,%ebx +[ ]*[a-f0-9]+: 8f e9 60 01 c9 blcfill %ecx,%ebx #pass |