• Ben Shi's avatar
    cmd/internal/obj/arm: support more ARM VFP instructions · 074547a5
    Ben Shi authored
    Add support of more ARM VFP instructions in the assembler.
    They were introduced in ARM VFPv2.
    
    "NMULF/NMULD   Fm, Fn, Fd": Fd = -Fn*Fm
    "MULAF/MULAD   Fm, Fn, Fd": Fd = Fd + Fn*Fm
    "NMULAF/NMULAD Fm, Fn, Fd": Fd = -(Fd + Fn*Fm)
    "MULSF/MULSD   Fm, Fn, Fd": Fd = Fd - Fn*Fm
    "NMULSF/NMULSD Fm, Fn, Fd": Fd = -(Fd - Fn*Fm)
    
    Change-Id: Icd302676ca44a9f5f153fce734225299403c4163
    Reviewed-on: https://go-review.googlesource.com/60170Reviewed-by: 's avatarCherry Zhang <cherryyz@google.com>
    Run-TryBot: Cherry Zhang <cherryyz@google.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    074547a5
Name
Last commit
Last update
..
addr2line Loading commit data...
api Loading commit data...
asm Loading commit data...
cgo Loading commit data...
compile Loading commit data...
cover Loading commit data...
dist Loading commit data...
doc Loading commit data...
fix Loading commit data...
go Loading commit data...
gofmt Loading commit data...
internal Loading commit data...
link Loading commit data...
nm Loading commit data...
objdump Loading commit data...
pack Loading commit data...
pprof Loading commit data...
trace Loading commit data...
vendor Loading commit data...
vet Loading commit data...