gdkchan
|
f9f111bc85
|
Add intrinsics support (#121)
* Initial intrinsics support
* Update tests to work with the new Vector128 type and intrinsics
* Drop SSE4.1 requirement
* Fix copy-paste mistake
|
2018-05-11 20:10:27 -03:00 |
|
LDj3SNuD
|
7acd0e0122
|
Add FMUL (scalar, by element) instruction; add FRECPE, FRECPS (scalar & vector) instructions. Add 5 simple tests. (#74)
* Update AOpCodeTable.cs
* Update AInstEmitSimdArithmetic.cs
* Update AInstEmitSimdHelper.cs
* Update CpuTestSimdArithmetic.cs
* Update AOpCodeTable.cs
* Update AInstEmitSimdArithmetic.cs
|
2018-04-08 16:08:57 -03:00 |
|
gdkchan
|
702daf2ff4
|
[CPU] Fail early when the index/size of the vector is invalid
|
2018-04-06 15:39:39 -03:00 |
|
Merry
|
39f20d8d1a
|
Implement Frsqrte_S (#72)
* Implement Frsqrte_S
* Implement Frsqrte_V
* Add Frsqrte_S test
|
2018-04-05 20:36:19 -03:00 |
|
gdkchan
|
916540ff41
|
Fix EXT/Widening instruction carrying garbage values on some cases, fix ABD (it shouldn't accumulate, this is another variation of the instruction)
|
2018-03-30 17:37:31 -03:00 |
|
gdkchan
|
88c6160c62
|
Add MLA (vector by element), fixes some cases of MUL (vector by element)?
|
2018-03-15 22:36:47 -03:00 |
|
gdkchan
|
553f6c2976
|
Fix EmitScalarUnaryOpF and add SSRA (vector)
|
2018-03-10 00:00:31 -03:00 |
|
gdkchan
|
30bcb8da33
|
Add FRINTM (vector) instruction
|
2018-03-09 23:41:05 -03:00 |
|
gdkchan
|
be0e4007dc
|
Add SMLAL (vector), fix EXT instruction
|
2018-03-06 21:36:49 -03:00 |
|
gdkchan
|
59d1b2ad83
|
Add MUL (vector by element), fix FCVTN, make svcs use MakeError too
|
2018-03-05 16:18:37 -03:00 |
|
gdkchan
|
31b35a9645
|
Add FABD (scalar), ADCS, SBCS instructions, update config with better default control mappings, update readme with the new mappings
|
2018-02-24 18:47:08 -03:00 |
|
emmauss
|
62b827f474
|
Split main project into core,graphics and chocolarm4 subproject (#29)
|
2018-02-20 17:09:23 -03:00 |
|