Home | History | Annotate | Download | only in mips

Lines Matching full:masm

52 #define __ masm.
71 MacroAssembler masm(NULL, buffer, static_cast<int>(actual_size));
89 &masm, input, result, double_scratch1, double_scratch2,
101 masm.GetCode(&desc);
127 void StubRuntimeCallHelper::BeforeCall(MacroAssembler* masm) const {
128 masm->EnterFrame(StackFrame::INTERNAL);
129 ASSERT(!masm->has_frame());
130 masm->set_has_frame(true);
134 void StubRuntimeCallHelper::AfterCall(MacroAssembler* masm) const {
135 masm->LeaveFrame(StackFrame::INTERNAL);
136 ASSERT(masm->has_frame());
137 masm->set_has_frame(false);
144 #define __ ACCESS_MASM(masm)
147 MacroAssembler* masm, AllocationSiteMode mode,
176 MacroAssembler* masm, AllocationSiteMode mode, Label* fail) {
306 MacroAssembler* masm, AllocationSiteMode mode, Label* fail) {
426 void StringCharLoadGenerator::Generate(MacroAssembler* masm,
523 void MathExpGenerator::EmitMathExp(MacroAssembler* masm,
619 patcher.masm()->Push(ra, fp, cp, a1);
620 patcher.masm()->nop(Assembler::CODE_AGE_SEQUENCE_NOP);
621 patcher.masm()->Addu(fp, sp,
666 patcher.masm()->nop(Assembler::CODE_AGE_MARKER_NOP);
669 patcher.masm()->li(
673 patcher.masm()->nop(); // Prevent jalr to jal optimization.
674 patcher.masm()->jalr(t9, a0);
675 patcher.masm()->nop(); // Branch delay slot nop.
676 patcher.masm()->nop(); // Pad the empty space.