mirror of
https://github.com/yuzu-mirror/oaknut.git
synced 2026-03-08 03:13:49 +01:00
oaknut: Add FJCVTZS instruction
This commit is contained in:
parent
3ca6733089
commit
65285fd8d8
|
|
@ -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);
|
||||
}
|
||||
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue