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

  /external/v8/src/s390/
assembler-s390.h 829 int32_t hi_32 = static_cast<int64_t>(value) >> 32;
832 iihf(r1, Operand(hi_32));
    [all...]
macro-assembler-s390.cc 3213 int32_t hi_32 = static_cast<int64_t>(value) >> 32; local
4328 int32_t hi_32 = static_cast<int64_t>(value) >> 32; local
4531 uint32_t hi_32 = value >> 32; local
    [all...]
  /external/v8/src/ppc/
assembler-ppc.cc 1739 int32_t hi_32 = static_cast<int32_t>(value >> 32); local
    [all...]

Completed in 527 milliseconds