Home | History | Annotate | Download | only in ia32

Lines Matching refs:instr

102   void DoDeferredNumberTagD(LNumberTagD* instr);
103 void DoDeferredNumberTagI(LNumberTagI* instr);
104 void DoDeferredTaggedToI(LTaggedToI* instr);
105 void DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr);
106 void DoDeferredStackCheck(LStackCheck* instr);
107 void DoDeferredRandom(LRandom* instr);
108 void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr);
109 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
110 void DoDeferredAllocateObject(LAllocateObject* instr);
111 void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr,
119 void DoGap(LGap* instr);
186 LInstruction* instr);
190 LInstruction* instr,
195 LInstruction* instr);
199 LInstruction* instr) {
201 CallRuntime(function, argc, instr);
206 LInstruction* instr,
213 LInstruction* instr,
216 void RecordSafepointWithLazyDeopt(LInstruction* instr,
242 void EmitIntegerMathAbs(LUnaryMathOperation* instr);
243 void DoMathAbs(LUnaryMathOperation* instr);
244 void DoMathFloor(LUnaryMathOperation* instr);
245 void DoMathRound(LUnaryMathOperation* instr);
246 void DoMathSqrt(LUnaryMathOperation* instr);
247 void DoMathLog(LUnaryMathOperation* instr);
248 void DoMathTan(LUnaryMathOperation* instr);
249 void DoMathCos(LUnaryMathOperation* instr);
250 void DoMathSin(LUnaryMathOperation* instr);
382 virtual LInstruction* instr() = 0;