• gdeepti's avatar
    [wasm] Implement wasm x64 I16x8 Ops · c8c03c15
    gdeepti authored
     - Add I16x8 Splat, ExtractLane, ReplaceLane, shift ops, Some BinOps and compare ops
     - Add pshufhw, pshuflw in the assembler, disassembler
     - Fix incorrect modrm for pextrw, this bug disregards the register allocated and always makes pextrw use rax.
     - Fix pextrw disasm to take the 0 - 7 bits of the immediate instead of 0 - 3.
     - Pextrw, pinsrw are in the assembler use 128 bit encodings, pextrw, pinsrw in the disassembler use legacy encodings, fix inconsistencies causing weird code gen when --print-code is used.
    
    Review-Url: https://codereview.chromium.org/2767983002
    Cr-Commit-Position: refs/heads/master@{#44664}
    c8c03c15
Name
Last commit
Last update
..
assembler-x64-inl.h Loading commit data...
assembler-x64.cc Loading commit data...
assembler-x64.h Loading commit data...
code-stubs-x64.cc Loading commit data...
code-stubs-x64.h Loading commit data...
codegen-x64.cc Loading commit data...
codegen-x64.h Loading commit data...
cpu-x64.cc Loading commit data...
deoptimizer-x64.cc Loading commit data...
disasm-x64.cc Loading commit data...
eh-frame-x64.cc Loading commit data...
frames-x64.cc Loading commit data...
frames-x64.h Loading commit data...
interface-descriptors-x64.cc Loading commit data...
macro-assembler-x64.cc Loading commit data...
macro-assembler-x64.h Loading commit data...
simulator-x64.cc Loading commit data...
simulator-x64.h Loading commit data...
sse-instr.h Loading commit data...