Home | History | Annotate | Download | only in mips

Lines Matching refs:instr

172   static L##type* cast(LInstruction* instr) {                               \
173 ASSERT(instr->Is##type()); \
174 return reinterpret_cast<L##type*>(instr); \
328 static LGap* cast(LInstruction* instr) {
329 ASSERT(instr->IsGap());
330 return reinterpret_cast<LGap*>(instr);
2698 LInstruction* DoMathFloor(HUnaryMathOperation* instr);
2699 LInstruction* DoMathRound(HUnaryMathOperation* instr);
2700 LInstruction* DoMathAbs(HUnaryMathOperation* instr);
2701 LInstruction* DoMathLog(HUnaryMathOperation* instr);
2702 LInstruction* DoMathExp(HUnaryMathOperation* instr);
2703 LInstruction* DoMathSqrt(HUnaryMathOperation* instr);
2704 LInstruction* DoMathPowHalf(HUnaryMathOperation* instr);
2705 LInstruction* DoMathClz32(HUnaryMathOperation* instr);
2706 LInstruction* DoDivByPowerOf2I(HDiv* instr);
2707 LInstruction* DoDivByConstI(HDiv* instr);
2708 LInstruction* DoDivI(HDiv* instr);
2709 LInstruction* DoModByPowerOf2I(HMod* instr);
2710 LInstruction* DoModByConstI(HMod* instr);
2711 LInstruction* DoModI(HMod* instr);
2712 LInstruction* DoFlooringDivByPowerOf2I(HMathFloorOfDiv* instr);
2713 LInstruction* DoFlooringDivByConstI(HMathFloorOfDiv* instr);
2714 LInstruction* DoFlooringDivI(HMathFloorOfDiv* instr);
2786 LInstruction* Define(LTemplateResultInstruction<1>* instr,
2788 LInstruction* DefineAsRegister(LTemplateResultInstruction<1>* instr);
2789 LInstruction* DefineAsSpilled(LTemplateResultInstruction<1>* instr,
2791 LInstruction* DefineSameAsFirst(LTemplateResultInstruction<1>* instr);
2792 LInstruction* DefineFixed(LTemplateResultInstruction<1>* instr,
2794 LInstruction* DefineFixedDouble(LTemplateResultInstruction<1>* instr,
2796 LInstruction* AssignEnvironment(LInstruction* instr);
2797 LInstruction* AssignPointerMap(LInstruction* instr);
2805 LInstruction* instr,
2810 void AddInstruction(LInstruction* instr, HInstruction* current);
2813 LInstruction* DoBit(Token::Value op, HBitwiseBinaryOperation* instr);
2814 LInstruction* DoShift(Token::Value op, HBitwiseBinaryOperation* instr);
2816 HArithmeticBinaryOperation* instr);
2818 HBinaryOperation* instr);