golang.org/x/arch@v0.17.0/internal/simdgen/go.yaml (about)

     1  !sum
     2  # For binary operations, we constrain their two inputs and one output to the
     3  # same Go type using a variable.
     4  - go: Add
     5    asm: "V?PADD$xi|V?ADDP$xf"
     6    in:
     7    - go: $t
     8    - go: $t
     9    out:
    10    - go: $t
    11  
    12  - go: Sub
    13    goarch: amd64
    14    asm: "V?PSUB$xi|V?SUBP$xf"
    15    in:
    16    - go: $t
    17    - go: $t
    18    out:
    19    - go: $t