Home | History | Annotate | Download | only in ia32

Lines Matching refs:instr

96   void DoDeferredNumberTagD(LNumberTagD* instr);
97 void DoDeferredNumberTagI(LNumberTagI* instr);
98 void DoDeferredTaggedToI(LTaggedToI* instr);
99 void DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr);
100 void DoDeferredStackCheck(LGoto* instr);
101 void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr);
102 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
103 void DoDeferredLInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr,
180 LInstruction* instr,
185 LInstruction* instr,
191 LInstruction* instr,
196 LInstruction* instr,
199 CallRuntime(function, argc, instr, context_mode);
204 LInstruction* instr);
210 LInstruction* instr);
214 void RegisterLazyDeoptimization(LInstruction* instr,
233 void EmitIntegerMathAbs(LUnaryMathOperation* instr);
234 void DoMathAbs(LUnaryMathOperation* instr);
235 void DoMathFloor(LUnaryMathOperation* instr);
236 void DoMathRound(LUnaryMathOperation* instr);
237 void DoMathSqrt(LUnaryMathOperation* instr);
238 void DoMathPowHalf(LUnaryMathOperation* instr);
239 void DoMathLog(LUnaryMathOperation* instr);
240 void DoMathCos(LUnaryMathOperation* instr);
241 void DoMathSin(LUnaryMathOperation* instr);