x86: Allow integer conversion without suffix in AT&T syntax
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-default-suffix.s
1 .text
2 foo:
3 cvtsi2sd (%rax), %xmm0
4 cvtsi2ss (%rax), %xmm0
5 vcvtsi2sd (%rax), %xmm0, %xmm0
6 vcvtsi2sd (%rax), %xmm0, %xmm31
7 vcvtsi2ss (%rax), %xmm0, %xmm0
8 vcvtsi2ss (%rax), %xmm0, %xmm31
9 vcvtusi2sd (%rax), %xmm0, %xmm0
10 vcvtusi2ss (%rax), %xmm0, %xmm0
This page took 0.028869 seconds and 4 git commands to generate.