Home | History | Annotate | Download | only in x87

Lines Matching defs:DoArithmeticT

750     return DoArithmeticT(op, instr);
774 LInstruction* LChunkBuilder::DoArithmeticT(Token::Value op,
1329 return DoArithmeticT(instr->op(), instr);
1402 return DoArithmeticT(Token::DIV, instr);
1538 return DoArithmeticT(Token::MOD, instr);
1562 return DoArithmeticT(Token::MUL, instr);
1582 return DoArithmeticT(Token::SUB, instr);
1628 return DoArithmeticT(Token::ADD, instr);