• Ben Shi's avatar
    cmd/internal/obj/arm: support more ARMv5/ARMv6/ARMv7 instructions · c5ddc558
    Ben Shi authored
    REV/REV16/REVSH were introduced in ARMv6, they offered more efficient
    byte reverse operatons.
    
    MMUL/MMULA/MMULS were introduced in ARMv6, they simplified
    a serial of mul->shift->add/sub operations into a single instruction.
    
    RBIT was introduced in ARMv7, it inversed a 32-bit word's bit order.
    
    MULS was introduced in ARMv7, it corresponded to MULA.
    
    MULBB/MULABB were introduced in ARMv5TE, they performed 16-bit
    multiplication (and accumulation).
    
    Change-Id: I6365b17b3c4eaf382a657c210bb0094b423b11b8
    Reviewed-on: https://go-review.googlesource.com/35565
    Run-TryBot: Cherry Zhang <cherryyz@google.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarCherry Zhang <cherryyz@google.com>
    c5ddc558
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...