Home | History | Annotate | Download | only in mips

Lines Matching refs:instr

193   static L##type* cast(LInstruction* instr) {                     \
194 ASSERT(instr->Is##type()); \
195 return reinterpret_cast<L##type*>(instr); \
348 static LGap* cast(LInstruction* instr) {
349 ASSERT(instr->IsGap());
350 return reinterpret_cast<LGap*>(instr);
2597 LInstruction* DoMathFloor(HUnaryMathOperation* instr);
2598 LInstruction* DoMathRound(HUnaryMathOperation* instr);
2599 LInstruction* DoMathAbs(HUnaryMathOperation* instr);
2600 LInstruction* DoMathLog(HUnaryMathOperation* instr);
2601 LInstruction* DoMathSin(HUnaryMathOperation* instr);
2602 LInstruction* DoMathCos(HUnaryMathOperation* instr);
2603 LInstruction* DoMathTan(HUnaryMathOperation* instr);
2604 LInstruction* DoMathExp(HUnaryMathOperation* instr);
2605 LInstruction* DoMathSqrt(HUnaryMathOperation* instr);
2606 LInstruction* DoMathPowHalf(HUnaryMathOperation* instr);
2679 LInstruction* Define(LTemplateInstruction<1, I, T>* instr,
2682 LInstruction* DefineAsRegister(LTemplateInstruction<1, I, T>* instr);
2684 LInstruction* DefineAsSpilled(LTemplateInstruction<1, I, T>* instr,
2687 LInstruction* DefineSameAsFirst(LTemplateInstruction<1, I, T>* instr);
2689 LInstruction* DefineFixed(LTemplateInstruction<1, I, T>* instr,
2692 LInstruction* DefineFixedDouble(LTemplateInstruction<1, I, T>* instr,
2694 LInstruction* AssignEnvironment(LInstruction* instr);
2695 LInstruction* AssignPointerMap(LInstruction* instr);
2703 LInstruction* instr,
2714 LInstruction* DoBit(Token::Value op, HBitwiseBinaryOperation* instr);
2715 LInstruction* DoShift(Token::Value op, HBitwiseBinaryOperation* instr);
2717 HArithmeticBinaryOperation* instr);
2719 HArithmeticBinaryOperation* instr);