0
0
Fork 0
mirror of https://github.com/GreemDev/Ryujinx.git synced 2025-01-10 16:21:58 +00:00
Ryujinx/ARMeilleure/IntermediateRepresentation
LDj3SNuD 8a33e884f8
Fix Vnmls_S fast path (F64: losing input d value). Fix Vnmla_S & Vnmls_S slow paths (using fused inst.s). Fix Vfma_V slow path not using StandardFPSCRValue(). ()
* Fix Vnmls_S fast path (F64: losing input d value). Fix Vnmla_S & Vnmls_S slow paths (using fused inst.s).

Add Vfma_S & Vfms_S Fma fast paths.
Add Vfnma_S inst. with Fma/Sse fast paths and slow path.
Add Vfnms_S Sse fast path.

Add Tests for affected inst.s.

Nits.

* InternalVersion = 1775

* Nits.

* Fix Vfma_V slow path not using StandardFPSCRValue().

* Nit: Fix Vfma_V order.

* Add Vfms_V Sse fast path and slow path.

* Add Vfma_V and Vfms_V Test.
2020-12-17 20:43:41 +01:00
..
BasicBlock.cs Implement block placement () 2020-09-19 20:00:24 -03:00
BasicBlockFrequency.cs Implement block placement () 2020-09-19 20:00:24 -03:00
Comparison.cs Improve branch operations () 2020-08-05 08:52:33 +10:00
IIntrusiveListNode.cs Replace LinkedList by IntrusiveList to avoid allocations on JIT () 2020-02-17 22:30:54 +01:00
Instruction.cs Relax block ordering constraints () 2020-09-12 12:32:53 -03:00
Intrinsic.cs Fix Vnmls_S fast path (F64: losing input d value). Fix Vnmla_S & Vnmls_S slow paths (using fused inst.s). Fix Vfma_V slow path not using StandardFPSCRValue(). () 2020-12-17 20:43:41 +01:00
IntrinsicOperation.cs Add a new JIT compiler for CPU code () 2019-08-08 21:56:22 +03:00
IntrusiveList.cs Replace LinkedList by IntrusiveList to avoid allocations on JIT () 2020-02-17 22:30:54 +01:00
MemoryOperand.cs CodeGen Optimisations (LSRA and Translator) () 2020-03-18 22:44:32 +11:00
Multiplier.cs Add a new JIT compiler for CPU code () 2019-08-08 21:56:22 +03:00
Node.cs Fix Node Uses/Assignments () 2020-07-13 20:20:07 +10:00
Operand.cs Fix PPTC on Windows 7. () 2020-07-09 10:45:24 +10:00
OperandHelper.cs Fix PPTC on Windows 7. () 2020-07-09 10:45:24 +10:00
OperandKind.cs Add a new JIT compiler for CPU code () 2019-08-08 21:56:22 +03:00
OperandType.cs Add a new JIT compiler for CPU code () 2019-08-08 21:56:22 +03:00
Operation.cs CodeGen Optimisations (LSRA and Translator) () 2020-03-18 22:44:32 +11:00
OperationHelper.cs CodeGen Optimisations (LSRA and Translator) () 2020-03-18 22:44:32 +11:00
PhiNode.cs Add a new JIT compiler for CPU code () 2019-08-08 21:56:22 +03:00
Register.cs Add a new JIT compiler for CPU code () 2019-08-08 21:56:22 +03:00
RegisterType.cs Add most of the A32 instruction set to ARMeilleure () 2020-02-24 08:20:40 +11:00