| .. |
|
CryptoHelper.cs
|
|
|
|
InstEmitAlu.cs
|
|
|
|
InstEmitAlu32.cs
|
|
|
|
InstEmitAluHelper.cs
|
|
|
|
InstEmitBfm.cs
|
|
|
|
InstEmitCcmp.cs
|
|
|
|
InstEmitCsel.cs
|
|
|
|
InstEmitDiv.cs
|
|
|
|
InstEmitException.cs
|
Generalize tail continues (#1298)
|
2020-06-18 13:37:21 +10:00 |
|
InstEmitException32.cs
|
Generalize tail continues (#1298)
|
2020-06-18 13:37:21 +10:00 |
|
InstEmitFlow.cs
|
Generalize tail continues (#1298)
|
2020-06-18 13:37:21 +10:00 |
|
InstEmitFlow32.cs
|
Generalize tail continues (#1298)
|
2020-06-18 13:37:21 +10:00 |
|
InstEmitFlowHelper.cs
|
Generalize tail continues (#1298)
|
2020-06-18 13:37:21 +10:00 |
|
InstEmitHash.cs
|
Add SSE4.2 Path for CRC32, add A32 variant, add tests for non-castagnoli variants. (#1328)
|
2020-07-13 20:48:14 +10:00 |
|
InstEmitHash32.cs
|
Add SSE4.2 Path for CRC32, add A32 variant, add tests for non-castagnoli variants. (#1328)
|
2020-07-13 20:48:14 +10:00 |
|
InstEmitHashHelper.cs
|
Add SSE4.2 Path for CRC32, add A32 variant, add tests for non-castagnoli variants. (#1328)
|
2020-07-13 20:48:14 +10:00 |
|
InstEmitHelper.cs
|
|
|
|
InstEmitMemory.cs
|
|
|
|
InstEmitMemory32.cs
|
|
|
|
InstEmitMemoryEx.cs
|
Add Profiled Persistent Translation Cache. (#769)
|
2020-06-16 20:28:02 +02:00 |
|
InstEmitMemoryEx32.cs
|
Add Profiled Persistent Translation Cache. (#769)
|
2020-06-16 20:28:02 +02:00 |
|
InstEmitMemoryExHelper.cs
|
Add Profiled Persistent Translation Cache. (#769)
|
2020-06-16 20:28:02 +02:00 |
|
InstEmitMemoryHelper.cs
|
Add Profiled Persistent Translation Cache. (#769)
|
2020-06-16 20:28:02 +02:00 |
|
InstEmitMove.cs
|
|
|
|
InstEmitMul.cs
|
|
|
|
InstEmitMul32.cs
|
|
|
|
InstEmitSimdArithmetic.cs
|
Add Fmax/minv_V & S/Ushl_S Inst.s with Tests. Fix Maxps/d & Minps/d d… (#1335)
|
2020-07-13 21:08:47 +10:00 |
|
InstEmitSimdArithmetic32.cs
|
CPU: A32: Fix Vabs_V & Vneg_V (S8, S16, S32 & F32); add Tests. (#1394)
|
2020-07-17 10:57:49 -03:00 |
|
InstEmitSimdCmp.cs
|
Add Profiled Persistent Translation Cache. (#769)
|
2020-06-16 20:28:02 +02:00 |
|
InstEmitSimdCmp32.cs
|
Add Profiled Persistent Translation Cache. (#769)
|
2020-06-16 20:28:02 +02:00 |
|
InstEmitSimdCrypto.cs
|
Add Profiled Persistent Translation Cache. (#769)
|
2020-06-16 20:28:02 +02:00 |
|
InstEmitSimdCrypto32.cs
|
Add Profiled Persistent Translation Cache. (#769)
|
2020-06-16 20:28:02 +02:00 |
|
InstEmitSimdCvt.cs
|
Add Profiled Persistent Translation Cache. (#769)
|
2020-06-16 20:28:02 +02:00 |
|
InstEmitSimdCvt32.cs
|
Add Profiled Persistent Translation Cache. (#769)
|
2020-06-16 20:28:02 +02:00 |
|
InstEmitSimdHash.cs
|
Add Profiled Persistent Translation Cache. (#769)
|
2020-06-16 20:28:02 +02:00 |
|
InstEmitSimdHelper.cs
|
Add Fmax/minv_V & S/Ushl_S Inst.s with Tests. Fix Maxps/d & Minps/d d… (#1335)
|
2020-07-13 21:08:47 +10:00 |
|
InstEmitSimdHelper32.cs
|
Implements some 32-bit instructions (VBIC, VTST, VSRA) (#1192)
|
2020-07-19 15:11:58 -03:00 |
|
InstEmitSimdLogical.cs
|
|
|
|
InstEmitSimdLogical32.cs
|
Implements some 32-bit instructions (VBIC, VTST, VSRA) (#1192)
|
2020-07-19 15:11:58 -03:00 |
|
InstEmitSimdMemory.cs
|
|
|
|
InstEmitSimdMemory32.cs
|
|
|
|
InstEmitSimdMove.cs
|
Add Profiled Persistent Translation Cache. (#769)
|
2020-06-16 20:28:02 +02:00 |
|
InstEmitSimdMove32.cs
|
Fix VMVN (immediate), Add VPMIN, VPMAX, VMVN (register) (#1303)
|
2020-06-24 10:43:44 +10:00 |
|
InstEmitSimdShift.cs
|
Add Fmax/minv_V & S/Ushl_S Inst.s with Tests. Fix Maxps/d & Minps/d d… (#1335)
|
2020-07-13 21:08:47 +10:00 |
|
InstEmitSimdShift32.cs
|
Implements some 32-bit instructions (VBIC, VTST, VSRA) (#1192)
|
2020-07-19 15:11:58 -03:00 |
|
InstEmitSystem.cs
|
Add Profiled Persistent Translation Cache. (#769)
|
2020-06-16 20:28:02 +02:00 |
|
InstEmitSystem32.cs
|
Add Profiled Persistent Translation Cache. (#769)
|
2020-06-16 20:28:02 +02:00 |
|
InstName.cs
|
Implements some 32-bit instructions (VBIC, VTST, VSRA) (#1192)
|
2020-07-19 15:11:58 -03:00 |
|
NativeInterface.cs
|
Add Profiled Persistent Translation Cache. (#769)
|
2020-06-16 20:28:02 +02:00 |
|
SoftFallback.cs
|
|
|
|
SoftFloat.cs
|
Add Profiled Persistent Translation Cache. (#769)
|
2020-06-16 20:28:02 +02:00 |