Home
last modified time | relevance | path

Searched defs:GetShift (Results 1 – 5 of 5) sorted by relevance

/external/cronet/base/hash/
Dmd5_constexpr_internal.h185 static constexpr uint32_t GetShift(const uint32_t i) { in GetShift() function
/external/vixl/src/aarch64/
Doperands-aarch64.h354 Shift GetShift() const { in GetShift() function
414 Shift GetShift() const { return shift_; } in GetShift() function
/external/vixl/src/aarch32/
Doperands-aarch32.h173 Shift GetShift() const { in GetShift() function
797 Shift GetShift() const { return shift_; } in GetShift() function
Dinstructions-aarch32.h1060 const Shift& GetShift() const { return *this; } in GetShift() function
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp20970 auto GetShift = [&](unsigned OpCode, SDValue V, int Shifter) { in LowerVectorCTPOPBitmath() local