mirror of
git://c9x.me/qbe.git
synced 2026-04-05 09:59:47 +00:00
arm64: Handle truncd instruction
This commit is contained in:
parent
359c4ebb17
commit
8655181f63
@ -81,6 +81,7 @@ static struct {
|
||||
{ Oextsw, Ki, "sxtw %L=, %W0" },
|
||||
{ Oextuw, Ki, "mov %W=, %W0" },
|
||||
{ Oexts, Kd, "fcvt %=, %S0" },
|
||||
{ Otruncd, Ks, "fcvt %=, %D0" },
|
||||
{ Ocast, Kw, "fmov %=, %S0" },
|
||||
{ Ocast, Kl, "fmov %=, %D0" },
|
||||
{ Ocast, Ks, "fmov %=, %W0" },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user