• Yu Yin's avatar
    [mips] Correct function assembler::db/dd/dq · 5ecff4fe
    Yu Yin authored
    All these functions need to do is just write the value to the memory,
    but EmitHelper will do something more than this, EmitHelper will check
    if it need generate trampoline code while code generating and it will
    insert trampoline code at current pc offset, this means there maybe have
    trampoline code between two consecutive dd()'s target memory(pc), this
    is not we want.
    
    Change-Id: I5537f133be78aabdc4d53d4de07f388fa50f4a64
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2224963
    Commit-Queue: Yu Yin <xwafish@gmail.com>
    Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#68188}
    5ecff4fe
Name
Last commit
Last update
..
assembler-mips64-inl.h Loading commit data...
assembler-mips64.cc Loading commit data...
assembler-mips64.h Loading commit data...
constants-mips64.cc Loading commit data...
constants-mips64.h Loading commit data...
cpu-mips64.cc Loading commit data...
interface-descriptors-mips64.cc Loading commit data...
macro-assembler-mips64.cc Loading commit data...
macro-assembler-mips64.h Loading commit data...
register-mips64.h Loading commit data...