HomeSort by relevance Sort by last modified time
    Searched defs:kRsShift (Results 1 - 3 of 3) sorted by null

  /art/compiler/utils/mips64/
constants_mips64.h 34 kRsShift = 21,
  /art/compiler/utils/mips/
constants_mips.h 58 kRsShift = 21,
  /external/swiftshader/third_party/subzero/src/
IceAssemblerARM32.cpp 83 static constexpr IValueT kRsShift = 8;
345 return (Rs << kRsShift) | (encodeShift(Shift) << kShiftShift) | B4 |
    [all...]

Completed in 280 milliseconds