Searched refs:BinaryOpInstr (Results 1 – 5 of 5) sorted by relevance
506 class BinaryOpInstr : public TwoOperandInstruction {508 BinaryOpInstr(Location* loc, Token::Value op, Value* left, Value* right) in BinaryOpInstr() function
467 graph()->Append(new BinaryOpInstr(destination_, op, in VisitBinaryOperation()687 void BinaryOpInstr::Print() { in Print()
161 void BinaryOpInstr::Compile(MacroAssembler* masm) { in Compile()
140 void BinaryOpInstr::Compile(MacroAssembler* masm) { in Compile()
153 void BinaryOpInstr::Compile(MacroAssembler* masm) { in Compile()