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

  /external/v8/src/s390/
macro-assembler-s390.cc 2095 int32_t hi_32 = static_cast<int64_t>(value) >> 32; local
3263 int32_t hi_32 = static_cast<int64_t>(value) >> 32; local
3476 uint32_t hi_32 = value >> 32; local
    [all...]
assembler-s390.h 1392 int32_t hi_32 = static_cast<int64_t>(value) >> 32; local
    [all...]
  /external/v8/src/ppc/
assembler-ppc.cc 1402 int32_t hi_32 = static_cast<int32_t>(value >> 32); local
    [all...]

Completed in 200 milliseconds