diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2011-01-07 23:26:59 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2011-01-07 23:26:59 +0000 |
commit | 5bc384499812805b33b359150c2e2847b93d0faf (patch) | |
tree | 820a35e4cd75da699e3de6f1e8046f410acf4cc2 /gas | |
parent | 6fcd0fb20d3bbe6e8601689e1a69396778224545 (diff) | |
download | gdb-5bc384499812805b33b359150c2e2847b93d0faf.zip gdb-5bc384499812805b33b359150c2e2847b93d0faf.tar.gz gdb-5bc384499812805b33b359150c2e2847b93d0faf.tar.bz2 |
Update gas/i386/ilp32/x86-64-arch-2.d.
2011-01-07 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/ilp32/x86-64-arch-2.d: Add bmi flag and BMI 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 6f60a1a..67eee86 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-01-07 H.J. Lu <hongjiu.lu@intel.com> + + * gas/i386/ilp32/x86-64-arch-2.d: Add bmi flag and BMI instruction + pattern. + 2011-01-07 Quentin Neill <quentin.neill@amd.com> * gas/i386/arch-10.s: Add a BMI instruction. 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 10c3565..779a95a 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 +#as: -march=generic64+avx+vmx+smx+xsave+xsaveopt+aes+pclmul+fma+movbe+ept+clflush+syscall+rdtscp+3dnowa+sse4a+svme+abm+padlock+bmi #objdump: -dw #name: x86-64 (ILP32) arch 2 @@ -37,4 +37,5 @@ Disassembly of section .text: [ ]*[a-f0-9]+: 0f 01 da vmload [ ]*[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 #pass |