Home
last modified time | relevance | path

Searched refs:ShiftedMask (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp446 uint64_t ShiftedMask = (0xFFFFULL << Shift); in expandMOVImm() local
447 uint64_t ZeroChunk = UImm & ~ShiftedMask; in expandMOVImm()
448 uint64_t OneChunk = UImm | ShiftedMask; in expandMOVImm()
450 uint64_t ReplicateChunk = ZeroChunk | (RotatedImm & ShiftedMask); in expandMOVImm()