mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-01-19 08:13:58 +00:00
3332b29f01
* Implement VFMA.F64 * Simplify switch * Simplify FMA Instructions into their own IntrinsicType. * Remove whitespace * Fix indentation * Change tests for Vfnms -- disable inf / nan * Move args up, not description ;) * Implementation Complete. All Tests Pass (Slow / Fast Path) * Move location of function in assembler + test updates. * Shift params upwards * Remove unused function * Update PTC version. * Add comments / re-oreder opcode table. * Remove whitespace * Fix nit * Fix nit. * Fix whitespace * Wrong opcode was used by a bad merge. * Addressed rip's comments. |
||
---|---|---|
.. | ||
CryptoHelper.cs | ||
InstEmitAlu32.cs | ||
InstEmitAlu.cs | ||
InstEmitAluHelper.cs | ||
InstEmitBfm.cs | ||
InstEmitCcmp.cs | ||
InstEmitCsel.cs | ||
InstEmitDiv.cs | ||
InstEmitException32.cs | ||
InstEmitException.cs | ||
InstEmitFlow32.cs | ||
InstEmitFlow.cs | ||
InstEmitFlowHelper.cs | ||
InstEmitHash32.cs | ||
InstEmitHash.cs | ||
InstEmitHashHelper.cs | ||
InstEmitHelper.cs | ||
InstEmitMemory32.cs | ||
InstEmitMemory.cs | ||
InstEmitMemoryEx32.cs | ||
InstEmitMemoryEx.cs | ||
InstEmitMemoryExHelper.cs | ||
InstEmitMemoryHelper.cs | ||
InstEmitMove.cs | ||
InstEmitMul32.cs | ||
InstEmitMul.cs | ||
InstEmitSimdArithmetic32.cs | ||
InstEmitSimdArithmetic.cs | ||
InstEmitSimdCmp32.cs | ||
InstEmitSimdCmp.cs | ||
InstEmitSimdCrypto32.cs | ||
InstEmitSimdCrypto.cs | ||
InstEmitSimdCvt32.cs | ||
InstEmitSimdCvt.cs | ||
InstEmitSimdHash.cs | ||
InstEmitSimdHelper32.cs | ||
InstEmitSimdHelper.cs | ||
InstEmitSimdLogical32.cs | ||
InstEmitSimdLogical.cs | ||
InstEmitSimdMemory32.cs | ||
InstEmitSimdMemory.cs | ||
InstEmitSimdMove32.cs | ||
InstEmitSimdMove.cs | ||
InstEmitSimdShift32.cs | ||
InstEmitSimdShift.cs | ||
InstEmitSystem32.cs | ||
InstEmitSystem.cs | ||
InstName.cs | ||
NativeInterface.cs | ||
SoftFallback.cs | ||
SoftFloat.cs |