blob: aef3b70df093c3353f0ae9f78bb777ab5060291e [file]
!sum
# Signed integer Neg — VNEG
- go: Neg
asm: "VNEG"
in:
- &int
go: $t
base: int
out:
- *int
# Float Neg — VFNEG
- go: Neg
asm: "VFNEG"
in:
- &float
go: $t
base: float
out:
- *float
# Signed integer Abs — VABS
- go: Abs
asm: "VABS"
in:
- *int
out:
- *int
# Float Abs — VFABS
- go: Abs
asm: "VFABS"
in:
- *float
out:
- *float