• marija.antic's avatar
    MIPS: Implement Bovc and Bnvc instruction macros. · 93809055
    marija.antic authored
    Implement Bovc and Bnvc instruction macros in macro assembler.
    
    The change 6f920d7d revealed an issue with AddBranchOvf for mips R6.
    All branching instructions other than BOVC and BNVC are handled by Branch macro, which assures
    correct handling of long and short branches. As a consequence, AddBranchOvf for R6 was working correctly
    only before trampoline was emitted, but the case of long branch was not handled at all. Implemented
    instruction macros enable proper handling of BOVC and BNVC in cases when long branching is needed.
    
    TEST=test/intl/general/case-mapping.js
    
    BUG=
    
    Review-Url: https://codereview.chromium.org/2225323002
    Cr-Commit-Position: refs/heads/master@{#38513}
    93809055
Name
Last commit
Last update
..
OWNERS Loading commit data...
assembler-mips-inl.h Loading commit data...
assembler-mips.cc Loading commit data...
assembler-mips.h Loading commit data...
code-stubs-mips.cc Loading commit data...
code-stubs-mips.h Loading commit data...
codegen-mips.cc Loading commit data...
codegen-mips.h Loading commit data...
constants-mips.cc Loading commit data...
constants-mips.h Loading commit data...
cpu-mips.cc Loading commit data...
deoptimizer-mips.cc Loading commit data...
disasm-mips.cc Loading commit data...
frames-mips.cc Loading commit data...
frames-mips.h Loading commit data...
interface-descriptors-mips.cc Loading commit data...
macro-assembler-mips.cc Loading commit data...
macro-assembler-mips.h Loading commit data...
simulator-mips.cc Loading commit data...
simulator-mips.h Loading commit data...