oaknut: Add FJCVTZS instruction

This commit is contained in:
Wunkolo 2023-10-03 17:27:19 -07:00 committed by merry
parent 3ca6733089
commit 65285fd8d8
2 changed files with 6 additions and 0 deletions

View file

@ -1,2 +1,7 @@
// SPDX-FileCopyrightText: Copyright (c) 2023 merryhime <https://mary.rs>
// SPDX-License-Identifier: MIT
void FJCVTZS(WReg wd, DReg rn)
{
emit<"0001111001111110000000nnnnnddddd", "d", "n">(wd, rn);
}

View file

@ -200,6 +200,7 @@ T(0x6ee1b8c1, FCVTZU(V1.D2(), V6.D2()))
T(0x1e3d1999, FDIV(S25, S12, S29))
T(0x1e7e1a4e, FDIV(D14, D18, D30))
T(0x2e2cfe45, FDIV(V5.S2(), V18.S2(), V12.S2()))
T(0x1e7e0131, FJCVTZS(W17, D9))
T(0x1f114362, FMADD(S2, S27, S17, S16))
T(0x1f482240, FMADD(D0, D18, D8, D8))
T(0x1e234b5f, FMAX(S31, S26, S3))