Home
last modified time | relevance | path

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

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