HomeSort by relevance Sort by last modified time
    Searched refs:lo_word (Results 1 - 4 of 4) sorted by null

  /external/v8/src/ppc/
assembler-ppc-inl.h 570 int lo_word = static_cast<int>(offset & 0xffff); local
571 if (lo_word & 0x8000) hi_word++;
578 instr2 |= (lo_word & kImm16Mask);
671 int lo_word = itarget & kImm16Mask;
676 instr2 |= lo_word;
assembler-ppc.cc 1742 int lo_word = static_cast<int>(hi_32 & 0xffff); local
1752 int lo_word = static_cast<int>(value & 0xffff); local
1762 int lo_word = static_cast<int>(value & 0xffff); local
1775 int lo_word = static_cast<int>(value & 0xffff); local
    [all...]
macro-assembler-ppc.h     [all...]
  /external/v8/src/s390/
macro-assembler-s390.h     [all...]

Completed in 524 milliseconds