qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit 8655181f63b5327a68b27da315e889094e9e6251
parent 359c4ebb17f79767ab2aa29162e7f164cb513163
Author: Michael Forney <mforney@mforney.org>
Date:   Wed,  8 May 2019 14:16:40 -0700

arm64: Handle truncd instruction

Diffstat:
Marm64/emit.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/arm64/emit.c b/arm64/emit.c @@ -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" },