DescriptionMIPS: Implement Bovc and Bnvc instruction macros.
Implement Bovc and Bnvc instruction macros in macro assembler.
The change 6f920d7d59915e970a7d09bb6596605015c3bedd 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=
Committed: https://crrev.com/93809055aa7d58585d73cfa9fbf18b82340db2a1
Cr-Commit-Position: refs/heads/master@{#38513}
Patch Set 1 #Patch Set 2 : Fix typo #
Messages
Total messages: 20 (11 generated)
|