• 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
..
benchmarks Loading commit data...
cctest Loading commit data...
fuzzer Loading commit data...
inspector_protocol_parser_test 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...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
unittests 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...