Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h392 auto *Ldrex = Context.insert<InstARM32Ldrex>(Dest, Addr, Pred); variable
DIceInstARM32.h396 Ldrex, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp16908 Function *Ldrex = Intrinsic::getDeclaration(M, Int); in emitLoadLinked() local
16925 Function *Ldrex = Intrinsic::getDeclaration(M, Int, Tys); in emitLoadLinked() local
/third_party/vixl/src/aarch32/
Dmacro-assembler-aarch32.h2502 void Ldrex(Condition cond, Register rt, const MemOperand& operand) { in Assembler() function
2515 void Ldrex(Register rt, const MemOperand& operand) { Ldrex(al, rt, operand); } in Assembler() function