Home | History | Annotate | Download | only in ia32

Lines Matching defs:DoArithmeticT

751     return DoArithmeticT(op, instr);
775 LInstruction* LChunkBuilder::DoArithmeticT(Token::Value op,
1318 return DoArithmeticT(instr->op(), instr);
1391 return DoArithmeticT(Token::DIV, instr);
1527 return DoArithmeticT(Token::MOD, instr);
1551 return DoArithmeticT(Token::MUL, instr);
1571 return DoArithmeticT(Token::SUB, instr);
1617 return DoArithmeticT(Token::ADD, instr);