Searched defs:other_operand (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/crankshaft/x64/
H A Dlithium-gap-resolver-x64.cc290 Operand other_operand = cgen_->ToOperand(other); local
292 __ Movsd(reg, other_operand);
293 __ Movsd(other_operand, kScratchDoubleReg);
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp773 const int other_operand = 1 - try_operand; local
780 ir->operands[other_operand]->accept(this);
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.cc762 HValue* other_operand = OperandAt(i); local
763 if (other_operand == NULL) continue;
764 HBasicBlock* other_block = other_operand->block();
766 if (!other_operand->IsPhi()) {
769 if (cur == other_operand) break;
773 DCHECK(cur == other_operand);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1466 const int other_operand = 1 - try_operand; local
1473 ir->operands[other_operand]->accept(this);

Completed in 468 milliseconds