i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / cvtsi2sX.s
CommitLineData
4174bfff
JB
1 .text
2cvtsi2sX:
3 .intel_syntax noprefix
4 cvtsi2sd xmm0, [rax]
5 cvtsi2ss xmm0, [rax]
6
7 vcvtsi2sd xmm0, xmm0, [rax]
8 vcvtsi2ss xmm0, xmm0, [rax]
9
10 vcvtsi2sd xmm31, xmm31, [rax]
11 vcvtsi2ss xmm31, xmm31, [rax]
12
13 vcvtusi2sd xmm0, xmm0, [rax]
14 vcvtusi2ss xmm0, xmm0, [rax]
This page took 0.091183 seconds and 4 git commands to generate.