Searched refs:UOffset (Results 1 – 1 of 1) sorted by relevance
2487 const uint64_t UOffset = Offset; in LowerMOVaddrPAC() local2490 .addImm((IsNeg ? ~UOffset : UOffset) & 0xffff) in LowerMOVaddrPAC()2492 auto NeedMovk = [IsNeg, UOffset](int BitPos) -> bool { in LowerMOVaddrPAC()2494 uint64_t Shifted = UOffset >> BitPos; in LowerMOVaddrPAC()2503 emitMOVK(AArch64::X17, (UOffset >> BitPos) & 0xffff, BitPos); in LowerMOVaddrPAC()