Searched defs:Ldrex (Results  1 – 5 of 5) sorted by relevance
| /external/swiftshader/third_party/subzero/src/ | 
| D | IceTargetLoweringARM32.h | 392     auto *Ldrex = Context.insert<InstARM32Ldrex>(Dest, Addr, Pred);  variable
 | 
| D | IceInstARM32.h | 396     Ldrex,  enumerator
 | 
| /external/llvm/lib/Target/ARM/ | 
| D | ARMISelLowering.cpp | 12500     Function *Ldrex = llvm::Intrinsic::getDeclaration(M, Int);  in emitLoadLinked()  local12517   Function *Ldrex = llvm::Intrinsic::getDeclaration(M, Int, Tys);  in emitLoadLinked()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ | 
| D | ARMISelLowering.cpp | 16908     Function *Ldrex = Intrinsic::getDeclaration(M, Int);  in emitLoadLinked()  local16925   Function *Ldrex = Intrinsic::getDeclaration(M, Int, Tys);  in emitLoadLinked()  local
 
 | 
| /external/vixl/src/aarch32/ | 
| D | macro-assembler-aarch32.h | 2141   void Ldrex(Condition cond, Register rt, const MemOperand& operand) {  in Ldrex()  function2150   void Ldrex(Register rt, const MemOperand& operand) { Ldrex(al, rt, operand); }  in Ldrex()  function
 
 |