• 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
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
debugging Loading commit data...
fuzzer Loading commit data...
fuzzilli Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-api-tests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...