gdkchan
|
9d789f99f9
|
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
|
e20c415768
|
Add Cls_V, Clz_V, Orn_V instructions. Add 18 Tests: And_V, Bic_V, Bif_V, Bit_V, Bsl_V, Cls_V, Clz_V, Orn_V, Orr_V. (#104)
* Update AOpCodeTable.cs
* Update AInstEmitSimdLogical.cs
* Update AInstEmitSimdArithmetic.cs
* Update ASoftFallback.cs
* Update AInstEmitAlu.cs
* Update Pseudocode.cs
* Update Instructions.cs
* Update CpuTestSimdReg.cs
* Update CpuTestSimd.cs
|
2018-04-25 23:20:22 -03:00 |
|
gdkchan
|
b84e1e0653
|
Add BIT instruction
|
2018-03-30 16:46:00 -03:00 |
|
gdkchan
|
b3ff3e85d3
|
Add BFI instruction, even more audout fixes
|
2018-03-16 00:42:44 -03:00 |
|
gdkchan
|
d3fe827521
|
Fix REV64 (vector) instruction
|
2018-03-02 20:24:16 -03:00 |
|
gdkchan
|
2f37c57d4f
|
Add REV64 (vector) instruction
|
2018-03-02 20:03:28 -03:00 |
|
emmauss
|
bf5ccf25b7
|
Split main project into core,graphics and chocolarm4 subproject (#29)
|
2018-02-20 17:09:23 -03:00 |
|