Home | History | Annotate | Download | only in ia32

Lines Matching refs:instr

172   static L##type* cast(LInstruction* instr) {                               \
173 ASSERT(instr->Is##type()); \
174 return reinterpret_cast<L##type*>(instr); \
327 static LGap* cast(LInstruction* instr) {
328 ASSERT(instr->IsGap());
329 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);
2814 LInstruction* Define(LTemplateResultInstruction<1>* instr,
2816 LInstruction* DefineAsRegister(LTemplateResultInstruction<1>* instr);
2817 LInstruction* DefineAsSpilled(LTemplateResultInstruction<1>* instr,
2819 LInstruction* DefineSameAsFirst(LTemplateResultInstruction<1>* instr);
2820 LInstruction* DefineFixed(LTemplateResultInstruction<1>* instr,
2822 LInstruction* DefineFixedDouble(LTemplateResultInstruction<1>* instr,
2826 LInstruction* AssignEnvironment(LInstruction* instr);
2829 LInstruction* AssignPointerMap(LInstruction* instr);
2833 LOperand* GetSeqStringSetCharOperand(HSeqStringSetChar* instr);
2839 LInstruction* instr,
2844 void AddInstruction(LInstruction* instr, HInstruction* current);
2847 LInstruction* DoShift(Token::Value op, HBitwiseBinaryOperation* instr);
2849 HArithmeticBinaryOperation* instr);
2851 HBinaryOperation* instr);
2853 instr);