ryujinx/ChocolArm64/Instructions
gdkchan 9679896b94
Implement fixed-point variant of the UCVTF and SCVTF instructions (#578)
* Add fixed-point variant of the UCVTF instruction

* Change encoding of some fixed-point instructions to not allow invalid encodings

* Fix Fcvtzu_Gp_Fixed encoding

* Add SCVTF (fixed-point GP to Scalar) instruction

* Simplify *Fixed encodings
2019-02-23 20:52:48 -03:00
..
CryptoHelper.cs
Inst.cs
InstEmit32Helper.cs
InstEmitAlu32.cs
InstEmitAlu.cs
InstEmitAluHelper.cs
InstEmitBfm.cs
InstEmitCcmp.cs
InstEmitCsel.cs
InstEmitException.cs
InstEmitFlow32.cs
InstEmitFlow.cs
InstEmitFlowHelper.cs
InstEmitHash.cs
InstEmitMemory32.cs
InstEmitMemory.cs
InstEmitMemoryEx.cs
InstEmitMemoryHelper.cs
InstEmitMove.cs
InstEmitMul.cs
InstEmitSimdArithmetic.cs
InstEmitSimdCmp.cs
InstEmitSimdCrypto.cs
InstEmitSimdCvt.cs Implement fixed-point variant of the UCVTF and SCVTF instructions (#578) 2019-02-23 20:52:48 -03:00
InstEmitSimdHash.cs
InstEmitSimdHelper.cs
InstEmitSimdLogical.cs
InstEmitSimdMemory.cs
InstEmitSimdMove.cs
InstEmitSimdShift.cs
InstEmitSystem.cs
InstEmitter.cs
SoftFallback.cs
SoftFloat.cs
VectorHelper.cs