Home
last modified time | relevance | path

Searched defs:Ldrex (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h400 auto *Ldrex = Context.insert<InstARM32Ldrex>(Dest, Addr, Pred); variable
DIceInstARM32.h397 Ldrex, enumerator
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp12500 Function *Ldrex = llvm::Intrinsic::getDeclaration(M, Int); in emitLoadLinked() local
12517 Function *Ldrex = llvm::Intrinsic::getDeclaration(M, Int, Tys); in emitLoadLinked() local
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h2192 void Ldrex(Condition cond, Register rt, const MemOperand& operand) { in Ldrex() function
2201 void Ldrex(Register rt, const MemOperand& operand) { Ldrex(al, rt, operand); } in Ldrex() function