HomeSort by relevance Sort by last modified time
    Searched defs:hi_word (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ppc/
assembler-ppc-inl.h 569 int hi_word = static_cast<int>(offset >> 16); local
571 if (lo_word & 0x8000) hi_word++;
576 instr1 |= (hi_word & kImm16Mask);
672 int hi_word = itarget >> 16;
674 instr1 |= hi_word;