blob: efa5130399b11a53d287600accd4740b966a4523 [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$xi|V?ADDP$xf"
in:
- go: $t
- go: $t
out:
- go: $t
- go: Sub
goarch: amd64
asm: "V?PSUB$xi|V?SUBP$xf"
in:
- go: $t
- go: $t
out:
- go: $t