• gdeepti's avatar
    [wasm] Swap the implementation of SIMD compare ops using Gt/Ge insteas of Lt/Le · eeefc74a
    gdeepti authored
    Currently SIMD integer comparison ops are implemented using Lt/Le, this is
    sub-optimal on Intel, because all compares are done using pcmpgt(d/w/b) that
    clobber the destination register, and will need additional instructions to
    when using Lt/Le as the base implementation. This CL proposes moving to Gt/Ge
    as the underlying implementation as this will only require swapping operands
    on MIPS and is consistent with x86/ARM instructions.
    
    BUG=v8:6020
    
    R=bbudge@chromium.org, bmeurer@chromium.org, bradnelson@chromium.org
    
    Review-Url: https://codereview.chromium.org/2874403002
    Cr-Commit-Position: refs/heads/master@{#45440}
    eeefc74a
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer 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...
preparser Loading commit data...
promises-aplus Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...