• Ng Zhi An's avatar
    [ia32][wasm-relaxed-simd] Implement qfma qfms · 2a12753c
    Ng Zhi An authored
    Implement f32x4.qfma, f32x4.qfms, f64x2.qfma, f64x2.qfms.
    
    These were already implement in macro-assembler-x64, so move the
    implementation to shared-macro-assembler.
    
    x64 has a macro list in fma-instr, copy this to ia32, and then use this
    macro list to define existing vfma{ss,sd} instructions in
    assembler-ia32.
    
    Disassembly support is intentionally omitted in this patch, I will add
    this in a follow-up. The currently disassembly in x64 is quite verbose
    and I would like to make use of macro-list but it requires breaking up
    the macro list into smaller parts, so I will do that refactoring for
    both ia32 and x64 in the follow-up.
    
    Bug: v8:12284
    Change-Id: I3654ea108a123467506c5837072b6b63ecbc74da
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3255664Reviewed-by: 's avatarDeepti Gandluri <gdeepti@chromium.org>
    Commit-Queue: Zhi An Ng <zhin@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#77932}
    2a12753c
Name
Last commit
Last update
..
benchmarks Loading commit data...
bigint 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...