surechen
|
f9e5dfdd66
|
support neon instruction vabdl_* and vabdl_high_* (#1100)
|
2021-03-29 11:17:36 +01:00 |
|
Sparrow Li
|
e83d05a3c0
|
add simd_neg platform intrinsic and vneg, vqneg neon instructions (#1099)
|
2021-03-29 03:43:36 +01:00 |
|
surechen
|
182d7593f4
|
support for neon instructions vabal_* and vabal_high_* (#1097)
|
2021-03-27 16:28:36 +00:00 |
|
SparrowLii
|
770ced9a69
|
add vzip1, vzip2 instructions
|
2021-03-23 05:50:03 +00:00 |
|
SparrowLii
|
91bed9bd0c
|
correct instruction names
|
2021-03-23 05:50:03 +00:00 |
|
SparrowLii
|
69bb74bca6
|
add vtrn1 and vtrn2 neon instructions
|
2021-03-23 05:50:03 +00:00 |
|
Sparrow Li
|
63facc4b68
|
Add vmull, vmull_high, vmlal, vmlal_high, vmlsl, vmlsl_high neon instructions (#1091)
|
2021-03-20 22:35:19 +00:00 |
|
surechen
|
ce1027d7d5
|
support s64|u64 for neon instruction vqadd and vqsub (#1090)
|
2021-03-20 00:55:11 +00:00 |
|
Sparrow Li
|
4773f9b1d2
|
Support three parameters in the code generator and add vmla and vmls instructions (#1088)
|
2021-03-17 09:34:21 +00:00 |
|
Sparrow Li
|
7accc82569
|
add vcvt, vcvta, vcvtn, vcvtm, vcvtp neon instructions (#1084)
|
2021-03-16 14:30:05 +00:00 |
|
Sparrow Li
|
bb84df7d9f
|
implement different types of parameters and double suffixes in code generator (#1083)
|
2021-03-15 18:45:51 +00:00 |
|
Sparrow Li
|
01c99c1d05
|
add vcls, vclz, vcagt, vcage, vcalt, vcale neon instructions (#1072)
|
2021-03-13 21:55:24 +00:00 |
|
Christopher Serr
|
b132a5c769
|
Add vrecpe neon instruction (#1079)
This adds the vector instructions for calculating the lane-wise
reciprocal estimate.
|
2021-03-13 17:43:35 +00:00 |
|
Christopher Serr
|
282cfa4db7
|
Add sqrt and more rsqrte neon instructions (#1078)
This adds instructions for sqrt and some of the missing reciprocal
square-root estimate instructions.
|
2021-03-13 14:27:44 +00:00 |
|
Christopher Serr
|
677644afb9
|
Add vdiv neon instructions (#1077)
|
2021-03-13 14:26:44 +00:00 |
|
Sparrow Li
|
088067dbd9
|
Support _p8 type in stdarch-gen (#1070)
|
2021-03-10 09:54:43 +00:00 |
|
Sparrow Li
|
7bc90053fd
|
add vcgez, vcgtz, vclez, vcltz neon instructions (#1069)
|
2021-03-10 06:14:03 +00:00 |
|
Sparrow Li
|
b042298bc4
|
Modify stdarch-gen to generate instructions composed of multiple functions and add vtst instructions (#1063)
|
2021-03-08 11:15:04 +00:00 |
|
surechen
|
0203e47f5e
|
support instructions : vabd vaba (#1053)
|
2021-03-06 17:12:49 +00:00 |
|
surechen
|
a310df2e2c
|
remove redundant code
|
2021-03-06 17:10:52 +00:00 |
|
surechen
|
10d6ae269f
|
use stdarch-gen to generate instructions
|
2021-03-06 17:10:52 +00:00 |
|
SparrowLii
|
d4952b2084
|
Correct the instruction name and add floating point instructions
|
2021-03-05 00:18:04 +00:00 |
|
SparrowLii
|
3bfa7593a7
|
use transmute in vceqz instructions in aarch64/neon/generated.rs
|
2021-03-05 00:18:04 +00:00 |
|
SparrowLii
|
5c8f08afc4
|
Modify stdarch-gen to generate instructions with a single parameter and add vceqz instructions
|
2021-03-05 00:18:04 +00:00 |
|
Makoto Kato
|
fd99d973dc
|
Add reamained vmax and vmin via auto-generated code (#956)
|
2020-11-22 14:07:22 +00:00 |
|
Adam Hillier
|
c6ad1cf58b
|
Add more addition Arm intrinsics (#939)
|
2020-11-06 21:56:51 +00:00 |
|
Joshua Nelson
|
33355e69c2
|
Fix some clippy lints (#937)
|
2020-11-02 00:53:39 +00:00 |
|
Heinz N. Gies
|
70f3623b52
|
Implement additional ARM NEON intriniscs (#792)
|
2020-04-07 20:06:38 +01:00 |
|