Home
last modified time | relevance | path

Searched refs:HighBit (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/arm64/
Dinstructions-arm64.h122 #define DEFINE_GETTER(Name, HighBit, LowBit, Func) \ argument
123 int32_t Name() const { return Func(HighBit, LowBit); }
Dconstants-arm64.h288 #define DECLARE_FIELDS_OFFSETS(Name, HighBit, LowBit, unused_1, unused_2) \ argument
290 const int Name##_width = HighBit - LowBit + 1; \
292 #define DECLARE_INSTRUCTION_FIELDS_OFFSETS(Name, HighBit, LowBit, unused_1) \ argument
293 DECLARE_FIELDS_OFFSETS(Name, HighBit, LowBit, unused_1, unused_2)
Dsimulator-arm64.h295 #define DEFINE_GETTER(Name, HighBit, LowBit, Func, Type) \ argument
296 Type Name() const { return static_cast<Type>(Func(HighBit, LowBit)); } \
298 SetBits(HighBit, LowBit, static_cast<Type>(bits)); \
/external/vixl/src/aarch64/
Dinstructions-aarch64.h193 #define DEFINE_GETTER(Name, HighBit, LowBit, Func) \ argument
194 int32_t Get##Name() const { return this->Func(HighBit, LowBit); } \
Dsimulator-aarch64.h533 #define DEFINE_GETTER(Name, HighBit, LowBit, Func) \ argument
534 uint32_t Get##Name() const { return this->Func(HighBit, LowBit); } \
536 void Set##Name(uint32_t bits) { SetBits(HighBit, LowBit, bits); }
Dconstants-aarch64.h194 #define DECLARE_FIELDS_OFFSETS(Name, HighBit, LowBit, X) \ argument
196 const int Name##_width = HighBit - LowBit + 1; \
/external/llvm/include/llvm/Support/
DScaledNumber.h351 DigitsT HighBit = DigitsT(1) << (getWidth<DigitsT>() - 1); in getSum() local
352 return std::make_pair(HighBit | Sum >> 1, Scale + 1); in getSum()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DScaledNumber.h351 DigitsT HighBit = DigitsT(1) << (getWidth<DigitsT>() - 1); in getSum() local
352 return std::make_pair(HighBit | Sum >> 1, Scale + 1); in getSum()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp617 unsigned HighBit = HighBitExpr.getValue(); in evalSliceExpr() local
619 uint64_t Mask = ((uint64_t)1 << (HighBit - LowBit + 1)) - 1; in evalSliceExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp617 unsigned HighBit = HighBitExpr.getValue(); in evalSliceExpr() local
619 uint64_t Mask = ((uint64_t)1 << (HighBit - LowBit + 1)) - 1; in evalSliceExpr()