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 571 int hi_word = static_cast<int>(offset >> 16); local
573 if (lo_word & 0x8000) hi_word++;
578 instr1 |= (hi_word & kImm16Mask);
674 int hi_word = itarget >> 16;
676 instr1 |= hi_word;
assembler-ppc.cc 1696 int hi_word = static_cast<int>(hi_32 >> 16); local
1706 int hi_word = static_cast<int>(value >> 16); local
1716 int hi_word = static_cast<int>(value >> 16); local
1729 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 640 milliseconds