Home | History | Annotate | Download | only in x64

Lines Matching refs:DoArithmeticT

682     return DoArithmeticT(op, instr);
707 LInstruction* LChunkBuilder::DoArithmeticT(Token::Value op,
1246 return DoArithmeticT(instr->op(), instr);
1319 return DoArithmeticT(Token::DIV, instr);
1455 return DoArithmeticT(Token::MOD, instr);
1483 return DoArithmeticT(Token::MUL, instr);
1509 return DoArithmeticT
1559 return DoArithmeticT(Token::ADD, instr);