• isharipo's avatar
    cmd/asm: enable AVX512 · 5437cde9
    isharipo authored
    - Uncomment tests for AVX512 encoder
    - Permit instruction suffixes for x86
    - Permit limited reg list [reg-reg] syntax for x86 for multi-source ops
    - EVEX encoding support in obj/x86 (Z-cases, asmevex, etc.)
    - optabs and ytabs generated by x86avxgen (https://golang.org/cl/107216)
    
    Note: suffix formatting implemented with updated CConv function.
    Now arch asm backend should register formatting function by
    calling RegisterOpSuffix.
    
    Updates #22779
    
    Change-Id: I076a167ee49582700e058c56ad74e6696710c8c8
    Reviewed-on: https://go-review.googlesource.com/113315
    Run-TryBot: Iskander Sharipov <iskander.sharipov@intel.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarCherry Zhang <cherryyz@google.com>
    5437cde9
Name
Last commit
Last update
..
a.out.go Loading commit data...
anames.go Loading commit data...
anames5.go Loading commit data...
asm5.go Loading commit data...
list5.go Loading commit data...
obj5.go Loading commit data...