Home | History | Annotate | Download | only in ia32

Lines Matching refs:instr

150   void DoDeferredNumberTagD(LNumberTagD* instr);
153 void DoDeferredNumberTagI(LInstruction* instr,
157 void DoDeferredTaggedToI(LTaggedToI* instr);
158 void DoDeferredTaggedToINoSSE2(LTaggedToINoSSE2* instr);
159 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr);
160 void DoDeferredStackCheck(LStackCheck* instr);
161 void DoDeferredRandom(LRandom* instr);
162 void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr);
163 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
164 void DoDeferredAllocate(LAllocate* instr);
165 void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr,
167 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
171 void DoGap(LGap* instr);
235 LInstruction* instr);
239 LInstruction* instr,
244 LInstruction* instr);
248 LInstruction* instr) {
250 CallRuntime(function, argc, instr);
255 LInstruction* instr,
270 LInstruction* instr,
274 void RecordSafepointWithLazyDeopt(LInstruction* instr,
312 void EmitIntegerMathAbs(LMathAbs* instr);
331 void EmitBranch(InstrType instr, Condition cc);
333 void EmitFalseBranch(InstrType instr, Condition cc);
389 void DoLoadKeyedExternalArray(LLoadKeyed* instr);
390 void DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr);
391 void DoLoadKeyedFixedArray(LLoadKeyed* instr);
392 void DoStoreKeyedExternalArray(LStoreKeyed* instr);
393 void DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr);
394 void DoStoreKeyedFixedArray(LStoreKeyed* instr);
396 void EmitReturn(LReturn* instr, bool dynamic_frame_alignment);
406 void FlushX87StackIfNecessary(LInstruction* instr);
493 virtual LInstruction* instr() = 0;