Searched refs:other_operand (Results 1 – 4 of 4) sorted by relevance
288 Operand other_operand = cgen_->ToOperand(other); in EmitSwap() local289 __ movsd(xmm0, other_operand); in EmitSwap()290 __ movsd(other_operand, reg); in EmitSwap()
741 HValue* other_operand = OperandAt(i); in Verify() local742 if (other_operand == NULL) continue; in Verify()743 HBasicBlock* other_block = other_operand->block(); in Verify()745 if (!other_operand->IsPhi()) { in Verify()748 if (cur == other_operand) break; in Verify()752 DCHECK(cur == other_operand); in Verify()
890 const int other_operand = 1 - try_operand; in try_emit_mad_for_and_not() local897 ir->operands[other_operand]->accept(this); in try_emit_mad_for_and_not()
1247 const int other_operand = 1 - try_operand; in try_emit_mad_for_and_not() local1254 ir->operands[other_operand]->accept(this); in try_emit_mad_for_and_not()