Home
last modified time | relevance | path

Searched defs:GetShiftAmount (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/vixl/src/aarch64/
H A Doperands-aarch64.h366 unsigned GetShiftAmount() const { in GetShiftAmount() function
417 unsigned GetShiftAmount() const { in GetShiftAmount() function
668 unsigned GetShiftAmount() const { return shift_amount_; } in GetShiftAmount() function
/aosp_15_r20/external/vixl/src/aarch32/
H A Doperands-aarch32.h178 uint32_t GetShiftAmount() const { in GetShiftAmount() function
798 unsigned GetShiftAmount() const { return shift_amount_; } in GetShiftAmount() function
/aosp_15_r20/art/compiler/optimizing/
H A Dnodes_shared.h173 int GetShiftAmount() const { return shift_amount_; } in GetShiftAmount() function