i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-evex-wig2.s
1 # Check non-WIG EVEX instructions with -mevexwig=1
2
3 .allow_index_reg
4 .text
5 _start:
6 vcvtsi2ss %eax, {rd-sae}, %xmm25, %xmm6
7 vcvtsi2ss %eax, %xmm25, %xmm6
8 vcvtsi2sd %eax, %xmm25, %xmm6
9 vcvtusi2ss %eax, {rd-sae}, %xmm25, %xmm6
10 vcvtusi2ss %eax, %xmm25, %xmm6
11 vcvtusi2sd %eax, %xmm15, %xmm6
This page took 0.03735 seconds and 4 git commands to generate.