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 572 int lo_word = static_cast<int>(offset & 0xffff); local
573 if (lo_word & 0x8000) hi_word++;
580 instr2 |= (lo_word & kImm16Mask);
673 int lo_word = itarget & kImm16Mask;
678 instr2 |= lo_word;
assembler-ppc.cc 1697 int lo_word = static_cast<int>(hi_32 & 0xffff); local
1707 int lo_word = static_cast<int>(value & 0xffff); local
1717 int lo_word = static_cast<int>(value & 0xffff); local
1730 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 178 milliseconds