Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dlithium-gap-resolver-x64.cc289 Operand other_operand = cgen_->ToOperand(other); in EmitSwap() local
290 __ movsd(xmm0, other_operand); in EmitSwap()
291 __ movsd(other_operand, reg); in EmitSwap()
/external/v8/src/
Dhydrogen-instructions.cc542 HValue* other_operand = OperandAt(i); in Verify() local
543 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()