Home | History | Annotate | Download | only in mips

Lines Matching defs:Jump

50 void MacroAssembler::Jump(Register target, Condition cond,
52 Jump(Operand(target), cond, r1, r2);
56 void MacroAssembler::Jump(intptr_t target, RelocInfo::Mode rmode,
58 Jump(Operand(target), cond, r1, r2);
62 void MacroAssembler::Jump(byte* target, RelocInfo::Mode rmode,
65 Jump(reinterpret_cast<intptr_t>(target), rmode, cond, r1, r2);
69 void MacroAssembler::Jump(Handle<Code> code, RelocInfo::Mode rmode,
72 Jump(reinterpret_cast<intptr_t>(code.location()), rmode, cond);
103 Jump(Operand(ra), cond, r1, r2);
710 void MacroAssembler::Jump(const Operand& target,