diff options
| author | Quentin Carbonneaux <[email protected]> | 2016-04-22 15:11:18 -0400 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2016-04-22 15:11:18 -0400 |
| commit | 55476d073825aba23654667f95f487d24dbfcc64 (patch) | |
| tree | 5796304906b85c597705c5f637a78f74893615e8 /emit.c | |
| parent | d2046e2cd0d57b425ca5da0266c9d7fcbb760417 (diff) | |
refine fp conversion instructions
Diffstat (limited to 'emit.c')
| -rw-r--r-- | emit.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -78,10 +78,10 @@ static struct { { Oexts, Kd, "cvtss2sd %0, %=" }, /* see if factorization is possible */ { Otruncd, Ks, "cvttsd2ss %0, %=" }, - { Oftosi, Kw, "cvttss2si %0, %=" }, - { Oftosi, Kl, "cvttsd2si %0, %=" }, - { Ositof, Ks, "cvtsi2ss %W0, %=" }, - { Ositof, Kd, "cvtsi2sd %L0, %=" }, + { Ostosi, Ki, "cvttss2si%k %0, %=" }, + { Odtosi, Ki, "cvttsd2si%k %0, %=" }, + { Oswtof, Ka, "cvtsi2%k %W0, %=" }, + { Osltof, Ka, "cvtsi2%k %L0, %=" }, { Ocast, Ki, "movq %D0, %L=" }, { Ocast, Ka, "movq %L0, %D=" }, |
