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.
This commit is contained in:
parent
6fcd0fb20d
commit
5bc3844998
2 changed files with 7 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue