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

  /art/compiler/utils/arm/
constants_arm.h 196 kShiftShift = 5,
288 Bits(kShiftShift, kShiftBits)); }
assembler_arm.h 65 static_cast<uint32_t>(shift) << kShiftShift |
73 static_cast<uint32_t>(shift) << kShiftShift | (1 << 4) |
assembler_arm.cc 226 static_cast<int32_t>(opcode) << kShiftShift |
243 static_cast<int32_t>(opcode) << kShiftShift |
    [all...]

Completed in 90 milliseconds