• Ng Zhi An's avatar
    [x64] Add movlps and movhps to assembler · 944dad59
    Ng Zhi An authored
    These instructions will be used for prototyping Wasm SIMD's store lane
    later on, separated the implementation for assembler and disassembler
    into this patch to make things smaller.
    
    Curiously, movhps and movlhps seems to have the same encoding, 0f 16, so
    I'm not sure not sure how to differentiate them in the disassembler
    besides using the mod field, since movlhps only takes xmm registers,
    whereas movhps always take 1 operand.
    
    Bug: v8:10975
    Change-Id: I8be9a31b1c9a5515038f9c8c55ef30d1ba063ea7
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2471977Reviewed-by: 's avatarBill Budge <bbudge@chromium.org>
    Commit-Queue: Zhi An Ng <zhin@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#70520}
    944dad59
Name
Last commit
Last update
..
arm Loading commit data...
arm64 Loading commit data...
ia32 Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc Loading commit data...
s390 Loading commit data...
x64 Loading commit data...
DEPS Loading commit data...
OWNERS Loading commit data...
basic-block-profiler.cc Loading commit data...
basic-block-profiler.h Loading commit data...
code-tracer.h Loading commit data...
compilation-statistics.cc Loading commit data...
compilation-statistics.h Loading commit data...
disasm.h Loading commit data...
disassembler.cc Loading commit data...
disassembler.h Loading commit data...
eh-frame.cc Loading commit data...
eh-frame.h Loading commit data...
gdb-jit.cc Loading commit data...
gdb-jit.h Loading commit data...
objects-debug.cc Loading commit data...
objects-printer.cc Loading commit data...
perf-jit.cc Loading commit data...
perf-jit.h Loading commit data...
unwinder.cc Loading commit data...
unwinding-info-win64.cc Loading commit data...
unwinding-info-win64.h Loading commit data...