Home | History | Annotate | Download | only in x64

Lines Matching defs:DoArithmeticT

734     return DoArithmeticT(op, instr);
758 LInstruction* LChunkBuilder::DoArithmeticT(Token::Value op,
1298 return DoArithmeticT(instr->op(), instr);
1371 return DoArithmeticT(Token::DIV, instr);
1507 return DoArithmeticT(Token::MOD, instr);
1527 return DoArithmeticT(Token::MUL, instr);
1547 return DoArithmeticT(Token::SUB, instr);
1598 return DoArithmeticT(Token::ADD, instr);