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

  /external/vixl/test/aarch64/
test-utils-aarch64.h 161 return (dump_.d_[code] & kSRegMask) == dump_.s_[code];
test-trace-aarch64.cc     [all...]
test-assembler-aarch64.cc     [all...]
  /external/vixl/src/aarch64/
instructions-aarch64.h 81 const uint64_t kSRegMask = UINT64_C(0xffffffff);
simulator-aarch64.cc 120 VIXL_ASSERT(IsSignallingNaN(RawbitsToFloat(nan_bits[0] & kSRegMask)));
    [all...]
  /external/v8/src/arm64/
constants-arm64.h 63 const int64_t kSRegMask = 0x00000000ffffffffL;
    [all...]

Completed in 118 milliseconds