blob: a0665947b7bc32059d140fa81f9097a0b7714664 [file] [log] [blame]
!sum
# For binary operations, we constrain their two inputs and one output to the
# same Go type using a variable.
- go: Add
asm: "V?PADD[BWDQ]|V?ADDP[SD]"
in:
- go: $t
- go: $t
out:
- go: $t
- go: Sub
goarch: amd64
asm: "V?PSUB[BWDQ]|V?SUBP[SD]"
in:
- go: $t
- go: $t
out:
- go: $t