Home | History | Annotate | Download | only in mips

Lines Matching refs:Operand

147   __ Subu(sp, sp, Operand(kDoubleRegsSize));
166 __ li(a2, Operand(ExternalReference(Isolate::kCEntryFPAddress, isolate())));
180 __ Addu(t0, sp, Operand(kSavedRegistersAreaSize + (1 * kPointerSize)));
188 __ li(a1, Operand(type())); // bailout type,
192 __ li(t1, Operand(ExternalReference::isolate_address(isolate())));
231 __ Addu(sp, sp, Operand(kSavedRegistersAreaSize + (1 * kPointerSize)));
241 __ Addu(a3, a1, Operand(FrameDescription::frame_content_offset()));
250 __ BranchShort(&pop_loop, ne, a2, Operand(sp));
280 __ Subu(a3, a3, Operand(sizeof(uint32_t)));
281 __ Addu(t2, a2, Operand(a3));
285 __ BranchShort(&inner_push_loop, ne, a3, Operand(zero_reg));
287 __ Addu(t0, t0, Operand(kPointerSize));
289 __ BranchShort(&outer_push_loop, lt, t0, Operand(a1));