Home
last modified time | relevance | path

Searched refs:other_operand (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/x64/
Dlithium-gap-resolver-x64.cc288 Operand other_operand = cgen_->ToOperand(other); in EmitSwap() local
289 __ movsd(xmm0, other_operand); in EmitSwap()
290 __ movsd(other_operand, reg); in EmitSwap()
/external/v8/src/
Dhydrogen-instructions.cc741 HValue* other_operand = OperandAt(i); in Verify() local
742 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()
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp890 const int other_operand = 1 - try_operand; in try_emit_mad_for_and_not() local
897 ir->operands[other_operand]->accept(this); in try_emit_mad_for_and_not()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1247 const int other_operand = 1 - try_operand; in try_emit_mad_for_and_not() local
1254 ir->operands[other_operand]->accept(this); in try_emit_mad_for_and_not()