Home | History | Annotate | Download | only in x64

Lines Matching refs:instr

172   static L##type* cast(LInstruction* instr) {                               \
173 ASSERT(instr->Is##type()); \
174 return reinterpret_cast<L##type*>(instr); \
335 static LGap* cast(LInstruction* instr) {
336 ASSERT(instr->IsGap());
337 return reinterpret_cast<LGap*>(instr);
2723 LInstruction* DoMathFloor(HUnaryMathOperation* instr);
2724 LInstruction* DoMathRound(HUnaryMathOperation* instr);
2725 LInstruction* DoMathAbs(HUnaryMathOperation* instr);
2726 LInstruction* DoMathLog(HUnaryMathOperation* instr);
2727 LInstruction* DoMathExp(HUnaryMathOperation* instr);
2728 LInstruction* DoMathSqrt(HUnaryMathOperation* instr);
2729 LInstruction* DoMathPowHalf(HUnaryMathOperation* instr);
2730 LInstruction* DoMathClz32(HUnaryMathOperation* instr);
2731 LInstruction* DoDivByPowerOf2I(HDiv* instr);
2732 LInstruction* DoDivByConstI(HDiv* instr);
2733 LInstruction* DoDivI(HDiv* instr);
2734 LInstruction* DoModByPowerOf2I(HMod* instr);
2735 LInstruction* DoModByConstI(HMod* instr);
2736 LInstruction* DoModI(HMod* instr);
2737 LInstruction* DoFlooringDivByPowerOf2I(HMathFloorOfDiv* instr);
2738 LInstruction* DoFlooringDivByConstI(HMathFloorOfDiv* instr);
2739 LInstruction* DoFlooringDivI(HMathFloorOfDiv* instr);
2813 LInstruction* Define(LTemplateResultInstruction<1>* instr,
2815 LInstruction* DefineAsRegister(LTemplateResultInstruction<1>* instr);
2816 LInstruction* DefineAsSpilled(LTemplateResultInstruction<1>* instr,
2818 LInstruction* DefineSameAsFirst(LTemplateResultInstruction<1>* instr);
2819 LInstruction* DefineFixed(LTemplateResultInstruction<1>* instr,
2821 LInstruction* DefineFixedDouble(LTemplateResultInstruction<1>* instr,
2825 LInstruction* AssignEnvironment(LInstruction* instr);
2828 LInstruction* AssignPointerMap(LInstruction* instr);
2836 LInstruction* instr,
2841 void AddInstruction(LInstruction* instr, HInstruction* current);
2844 LInstruction* DoShift(Token::Value op, HBitwiseBinaryOperation* instr);
2846 HArithmeticBinaryOperation* instr);
2848 HBinaryOperation* instr);