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

  /external/chromium_org/third_party/skia/src/core/
SkFloat.h 24 // int getShift(int shift) const { return GetShift(fPacked, shift); }
25 int getInt() const { return GetShift(fPacked, 0); }
26 SkFixed getFixed() const { return GetShift(fPacked, -16); }
91 static int GetShift(int32_t packed, int shift);
SkFloat.cpp 32 int SkFloat::GetShift(int32_t packed, int shift)
  /external/skia/src/core/
SkFloat.h 24 // int getShift(int shift) const { return GetShift(fPacked, shift); }
25 int getInt() const { return GetShift(fPacked, 0); }
26 SkFixed getFixed() const { return GetShift(fPacked, -16); }
91 static int GetShift(int32_t packed, int shift);
SkFloat.cpp 32 int SkFloat::GetShift(int32_t packed, int shift)
  /art/compiler/utils/arm/
assembler_arm.h 91 Shift GetShift() const {
253 Shift GetShift() const {
assembler_thumb2.cc 629 if (so.IsShift() && so.GetShift() == RRX) {
673 if (opcode == MOV && so.IsRegister() && so.IsShift() && so.GetShift() == ROR) {
841 switch (so.GetShift()) {
    [all...]

Completed in 115 milliseconds