mirror of
https://github.com/golang/go.git
synced 2026-02-06 18:00:01 +00:00
[dev.simd] simd/_gen/simdgen: remove outdated asm.yaml.toy
Change-Id: Ic6f61498b22d8b871642e4a01fd82599bfd3e93b Reviewed-on: https://go-review.googlesource.com/c/go/+/721661 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Junyang Shao <shaojunyang@google.com> Auto-Submit: Austin Clements <austin@google.com>
This commit is contained in:
parent
9461db5c59
commit
19b4a30899
1 changed files with 0 additions and 107 deletions
|
|
@ -1,107 +0,0 @@
|
|||
# Hand-written toy input like -xedPath would generate.
|
||||
# This input can be substituted for -xedPath.
|
||||
!sum
|
||||
- asm: ADDPS
|
||||
goarch: amd64
|
||||
feature: "SSE2"
|
||||
in:
|
||||
- asmPos: 0
|
||||
class: vreg
|
||||
base: float
|
||||
elemBits: 32
|
||||
bits: 128
|
||||
- asmPos: 1
|
||||
class: vreg
|
||||
base: float
|
||||
elemBits: 32
|
||||
bits: 128
|
||||
out:
|
||||
- asmPos: 0
|
||||
class: vreg
|
||||
base: float
|
||||
elemBits: 32
|
||||
bits: 128
|
||||
|
||||
- asm: ADDPD
|
||||
goarch: amd64
|
||||
feature: "SSE2"
|
||||
in:
|
||||
- asmPos: 0
|
||||
class: vreg
|
||||
base: float
|
||||
elemBits: 64
|
||||
bits: 128
|
||||
- asmPos: 1
|
||||
class: vreg
|
||||
base: float
|
||||
elemBits: 64
|
||||
bits: 128
|
||||
out:
|
||||
- asmPos: 0
|
||||
class: vreg
|
||||
base: float
|
||||
elemBits: 64
|
||||
bits: 128
|
||||
|
||||
- asm: PADDB
|
||||
goarch: amd64
|
||||
feature: "SSE2"
|
||||
in:
|
||||
- asmPos: 0
|
||||
class: vreg
|
||||
base: int|uint
|
||||
elemBits: 32
|
||||
bits: 128
|
||||
- asmPos: 1
|
||||
class: vreg
|
||||
base: int|uint
|
||||
elemBits: 32
|
||||
bits: 128
|
||||
out:
|
||||
- asmPos: 0
|
||||
class: vreg
|
||||
base: int|uint
|
||||
elemBits: 32
|
||||
bits: 128
|
||||
|
||||
- asm: VPADDB
|
||||
goarch: amd64
|
||||
feature: "AVX"
|
||||
in:
|
||||
- asmPos: 1
|
||||
class: vreg
|
||||
base: int|uint
|
||||
elemBits: 8
|
||||
bits: 128
|
||||
- asmPos: 2
|
||||
class: vreg
|
||||
base: int|uint
|
||||
elemBits: 8
|
||||
bits: 128
|
||||
out:
|
||||
- asmPos: 0
|
||||
class: vreg
|
||||
base: int|uint
|
||||
elemBits: 8
|
||||
bits: 128
|
||||
|
||||
- asm: VPADDB
|
||||
goarch: amd64
|
||||
feature: "AVX2"
|
||||
in:
|
||||
- asmPos: 1
|
||||
class: vreg
|
||||
base: int|uint
|
||||
elemBits: 8
|
||||
bits: 256
|
||||
- asmPos: 2
|
||||
class: vreg
|
||||
base: int|uint
|
||||
elemBits: 8
|
||||
bits: 256
|
||||
out:
|
||||
- asmPos: 0
|
||||
class: vreg
|
||||
base: int|uint
|
||||
elemBits: 8
|
||||
bits: 256
|
||||
Loading…
Add table
Add a link
Reference in a new issue