Lines Matching refs:instr

127   void DoDeferredNumberTagD(LNumberTagD* instr);
130 void DoDeferredNumberTagIU(LInstruction* instr,
135 void DoDeferredTaggedToI(LTaggedToI* instr, Label* done);
136 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr);
137 void DoDeferredStackCheck(LStackCheck* instr);
138 void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr);
139 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
140 void DoDeferredAllocate(LAllocate* instr);
141 void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr,
143 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
144 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
150 void DoGap(LGap* instr);
180 void GenerateBodyInstructionPre(LInstruction* instr) OVERRIDE;
181 void GenerateBodyInstructionPost(LInstruction* instr) OVERRIDE;
197 LInstruction* instr);
201 LInstruction* instr,
204 void CallRuntime(const Runtime::Function* fun, int argc, LInstruction* instr,
209 LInstruction* instr) {
211 CallRuntime(function, argc, instr);
216 LInstruction* instr,
231 LInstruction* instr,
234 void RecordSafepointWithLazyDeopt(LInstruction* instr,
239 void DeoptimizeIf(Condition cc, LInstruction* instr, const char* detail,
241 void DeoptimizeIf(Condition cc, LInstruction* instr, const char* detail);
275 void EmitIntegerMathAbs(LMathAbs* instr);
295 void EmitBranch(InstrType instr, Condition cc);
297 void EmitFalseBranch(InstrType instr, Condition cc);
298 void EmitNumberUntagDNoSSE2(LNumberUntagD* instr, Register input,
305 Condition EmitTypeofIs(LTypeofIsAndBranch* instr, Register input);
336 void DoLoadKeyedExternalArray(LLoadKeyed* instr);
337 void DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr);
338 void DoLoadKeyedFixedArray(LLoadKeyed* instr);
339 void DoStoreKeyedExternalArray(LStoreKeyed* instr);
340 void DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr);
341 void DoStoreKeyedFixedArray(LStoreKeyed* instr);
344 void EmitVectorLoadICRegisters(T* instr);
346 void EmitReturn(LReturn* instr, bool dynamic_frame_alignment);
355 void FlushX87StackIfNecessary(LInstruction* instr) {
356 x87_stack_.FlushIfNecessary(instr, this);
409 void FlushIfNecessary(LInstruction* instr, LCodeGen* cgen);
491 virtual LInstruction* instr() = 0;