Home | History | Annotate | Download | only in AArch64

Lines Matching refs:Ldxr

8944 // For the real atomic operations, we have ldxr/stxr up to 128 bits,
8968 Function *Ldxr = llvm::Intrinsic::getDeclaration(M, Int);
8971 Value *LoHi = Builder.CreateCall(Ldxr, Addr, "lohi");
8984 Function *Ldxr = llvm::Intrinsic::getDeclaration(M, Int, Tys);
8987 Builder.CreateCall(Ldxr, Addr),