Remove test files for a different patch accidentally committed with patch for ARM...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-arch-1.s
1 # Test .arch .sse4.1
2 .arch generic64
3 .arch .sse4.1
4 ptest %xmm1,%xmm0
5 roundpd $0,%xmm1,%xmm0
6 roundps $0,%xmm1,%xmm0
7 roundsd $0,%xmm1,%xmm0
8 roundss $0,%xmm1,%xmm0
9 phminposuw %xmm1,%xmm3
This page took 0.032508 seconds and 4 git commands to generate.