HomeSort by relevance Sort by last modified time
    Searched refs:hi_word (Results 1 - 4 of 4) 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;
assembler-ppc.cc 1741 int hi_word = static_cast<int>(hi_32 >> 16); local
1751 int hi_word = static_cast<int>(value >> 16); local
1761 int hi_word = static_cast<int>(value >> 16); local
1774 int hi_word = static_cast<int>(value >> 16); local
    [all...]
macro-assembler-ppc.h     [all...]
  /external/v8/src/s390/
macro-assembler-s390.h     [all...]

Completed in 154 milliseconds