HomeSort by relevance Sort by last modified time
    Searched full:source_high_operand (Results 1 - 3 of 3) sorted by null

  /external/v8/src/crankshaft/mips/
lithium-gap-resolver-mips.cc 275 MemOperand source_high_operand = local
281 __ lw(kLithiumScratchReg, source_high_operand);
  /external/v8/src/crankshaft/mips64/
lithium-gap-resolver-mips64.cc 276 MemOperand source_high_operand = local
282 __ lw(kLithiumScratchReg, source_high_operand);
  /external/v8/src/crankshaft/ppc/
lithium-gap-resolver-ppc.cc 264 MemOperand source_high_operand = cgen_->ToHighMemOperand(source);
269 __ lwz(kSavedValueRegister, source_high_operand);

Completed in 206 milliseconds