diff options
author | Jiaxun Yang <jiaxun.yang@flygoat.com> | 2020-05-12 12:40:08 +0800 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-20 14:01:22 +0000 |
commit | 0fa41e2adc3e6b247ccb3051672723547f3c918f (patch) | |
tree | 3d7c050eb4e4350841b82a7f7cc9658961f24f4b /js/src/jit/mips-shared/MacroAssembler-mips-shared.h | |
parent | 61af6cc299cb40497a5a9f5b0c1221026e365cd5 (diff) | |
download | UXP-0fa41e2adc3e6b247ccb3051672723547f3c918f.tar UXP-0fa41e2adc3e6b247ccb3051672723547f3c918f.tar.gz UXP-0fa41e2adc3e6b247ccb3051672723547f3c918f.tar.lz UXP-0fa41e2adc3e6b247ccb3051672723547f3c918f.tar.xz UXP-0fa41e2adc3e6b247ccb3051672723547f3c918f.zip |
Bug 1271968 - IonMonkey: MIPS: Merge MacroAssembler::branchWithCode.
Tag: #1542
Diffstat (limited to 'js/src/jit/mips-shared/MacroAssembler-mips-shared.h')
-rw-r--r-- | js/src/jit/mips-shared/MacroAssembler-mips-shared.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/src/jit/mips-shared/MacroAssembler-mips-shared.h b/js/src/jit/mips-shared/MacroAssembler-mips-shared.h index b761c3e9e..304610991 100644 --- a/js/src/jit/mips-shared/MacroAssembler-mips-shared.h +++ b/js/src/jit/mips-shared/MacroAssembler-mips-shared.h @@ -148,6 +148,7 @@ class MacroAssemblerMIPSShared : public Assembler void ma_mod_mask(Register src, Register dest, Register hold, Register remain, int32_t shift, Label* negZero = nullptr); + void branchWithCode(InstImm code, Label* label, JumpKind jumpKind); // branches when done from within mips-specific code void ma_b(Register lhs, Register rhs, Label* l, Condition c, JumpKind jumpKind = MixedJump); void ma_b(Register lhs, Imm32 imm, Label* l, Condition c, JumpKind jumpKind = MixedJump); |