diff options
Diffstat (limited to 'src/simd')
| -rw-r--r-- | src/simd/_gen/simdgen/asm.yaml.toy | 107 |
1 files changed, 0 insertions, 107 deletions
diff --git a/src/simd/_gen/simdgen/asm.yaml.toy b/src/simd/_gen/simdgen/asm.yaml.toy deleted file mode 100644 index 7885c776c2..0000000000 --- a/src/simd/_gen/simdgen/asm.yaml.toy +++ /dev/null @@ -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 |
