mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
[dev.simd] cmd/compile: add simd VPEXTRA*
This CL is generated by simdgen CL 683836 and this CL should be submitted after its generator. Change-Id: I1aa893b185826ad1f9fb60b85c75eda31f70623b Reviewed-on: https://go-review.googlesource.com/c/go/+/683797 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
This commit is contained in:
parent
0d8cb89f5c
commit
7fadfa9638
9 changed files with 322 additions and 0 deletions
|
|
@ -1372,13 +1372,21 @@ func simdGenericOps() []opData {
|
|||
{name: "RoundWithPrecisionFloat64x8", argLength: 1, commutative: false, aux: "Int8"},
|
||||
{name: "TruncSuppressExceptionWithPrecisionFloat64x8", argLength: 1, commutative: false, aux: "Int8"},
|
||||
{name: "TruncWithPrecisionFloat64x8", argLength: 1, commutative: false, aux: "Int8"},
|
||||
{name: "GetElemInt16x8", argLength: 1, commutative: false, aux: "Int8"},
|
||||
{name: "SetElemInt16x8", argLength: 2, commutative: false, aux: "Int8"},
|
||||
{name: "GetElemInt32x4", argLength: 1, commutative: false, aux: "Int8"},
|
||||
{name: "SetElemInt32x4", argLength: 2, commutative: false, aux: "Int8"},
|
||||
{name: "GetElemInt64x2", argLength: 1, commutative: false, aux: "Int8"},
|
||||
{name: "SetElemInt64x2", argLength: 2, commutative: false, aux: "Int8"},
|
||||
{name: "GetElemInt8x16", argLength: 1, commutative: false, aux: "Int8"},
|
||||
{name: "SetElemInt8x16", argLength: 2, commutative: false, aux: "Int8"},
|
||||
{name: "GetElemUint16x8", argLength: 1, commutative: false, aux: "Int8"},
|
||||
{name: "SetElemUint16x8", argLength: 2, commutative: false, aux: "Int8"},
|
||||
{name: "GetElemUint32x4", argLength: 1, commutative: false, aux: "Int8"},
|
||||
{name: "SetElemUint32x4", argLength: 2, commutative: false, aux: "Int8"},
|
||||
{name: "GetElemUint64x2", argLength: 1, commutative: false, aux: "Int8"},
|
||||
{name: "SetElemUint64x2", argLength: 2, commutative: false, aux: "Int8"},
|
||||
{name: "GetElemUint8x16", argLength: 1, commutative: false, aux: "Int8"},
|
||||
{name: "SetElemUint8x16", argLength: 2, commutative: false, aux: "Int8"},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue