blob: 3142d1910d364d6eca1a1396977c54b6192ba75d [file]
!sum
- go: And
commutative: true
documentation: !string |-
// NAME performs a bitwise AND operation between two vectors.
- go: Or
commutative: true
documentation: !string |-
// NAME performs a bitwise OR operation between two vectors.
- go: AndNot
commutative: false
documentation: !string |-
// NAME performs a bitwise x &^ y.
- go: Xor
commutative: true
documentation: !string |-
// NAME performs a bitwise XOR operation between two vectors.
# We also have PTEST and VPTERNLOG, those should be hidden from the users
# and only appear in rewrite rules.