Searched refs:Stxr (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 9977 Function *Stxr = Intrinsic::getDeclaration(M, Int); in emitStoreConditional() local 9983 return Builder.CreateCall(Stxr, {Lo, Hi, Addr}); in emitStoreConditional() 9989 Function *Stxr = Intrinsic::getDeclaration(M, Int, Tys); in emitStoreConditional() local 9991 return Builder.CreateCall(Stxr, in emitStoreConditional() 9993 Val, Stxr->getFunctionType()->getParamType(0)), in emitStoreConditional()
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.h | 1873 void Stxr(const Register& rs, const Register& rt, const MemOperand& dst) { in Stxr() function
|
/external/vixl/test/ |
D | test-assembler-a64.cc | 15128 __ Stxr(w5, w0, MemOperand(x10)); in TEST() local 15136 __ Stxr(w5, x0, MemOperand(x10)); in TEST() local 15314 __ Stxr(w5, w0, MemOperand(x10)); in TEST() local 15320 __ Stxr(w5, x0, MemOperand(x10)); in TEST() local 15430 __ Stxr(w5, w0, MemOperand(x10)); in TEST() local 15438 __ Stxr(w5, x0, MemOperand(x10)); in TEST() local
|