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

  /art/compiler/utils/mips/
constants_mips.h 63 kRdBits = 5,
  /art/compiler/utils/arm/
constants_arm.h 186 kRdBits = 4,
281 Bits(kRdShift, kRdBits)); }
391 return static_cast<SRegister>((Bits(kRdShift, kRdBits) << 1) + Bit(22));
400 return static_cast<DRegister>(Bits(kRdShift, kRdBits) + (Bit(22) << 4));
  /art/compiler/utils/mips64/
constants_mips64.h 39 kRdBits = 5,
  /external/v8/src/mips/
constants-mips.h 274 const int kRdBits = 5;
329 const int kRdFieldMask = ((1 << kRdBits) - 1) << kRdShift;
992 return this->Bits(kRdShift + kRdBits - 1, kRdShift);
    [all...]
  /external/v8/src/mips64/
constants-mips64.h 237 const int kRdBits = 5;
294 const int kRdFieldMask = ((1 << kRdBits) - 1) << kRdShift;
1038 return this->Bits(kRdShift + kRdBits - 1, kRdShift);
    [all...]

Completed in 95 milliseconds