Searched refs:other_operand (Results 1 – 2 of 2) sorted by relevance
289 Operand other_operand = cgen_->ToOperand(other); in EmitSwap() local290 __ movsd(xmm0, other_operand); in EmitSwap()291 __ movsd(other_operand, reg); in EmitSwap()
542 HValue* other_operand = OperandAt(i); in Verify() local543 HBasicBlock* other_block = other_operand->block(); in Verify()545 if (!other_operand->IsPhi()) { in Verify()549 if (cur == other_operand) break; in Verify()553 ASSERT(cur == other_operand); in Verify()