Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/utils/arm/
H A Djni_macro_assembler_arm_vixl.cc912 ___ Ldrex(scratch, MemOperand(tr, thread_flags_offset.Int32Value())); in TryToTransitionFromRunnableToNative() local
948 ___ Ldrex(scratch, MemOperand(tr, thread_flags_offset.Int32Value())); in TryToTransitionFromNativeToRunnable() local
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.h392 auto *Ldrex = Context.insert<InstARM32Ldrex>(Dest, Addr, Pred); variable
H A DIceInstARM32.h396 Ldrex, enumerator
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12500 Function *Ldrex = llvm::Intrinsic::getDeclaration(M, Int); in emitLoadLinked() local
12517 Function *Ldrex = llvm::Intrinsic::getDeclaration(M, Int, Tys); in emitLoadLinked() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16908 Function *Ldrex = Intrinsic::getDeclaration(M, Int); in emitLoadLinked() local
16925 Function *Ldrex = Intrinsic::getDeclaration(M, Int, Tys); in emitLoadLinked() local
/aosp_15_r20/art/compiler/optimizing/
H A Dintrinsics_arm_vixl.cc3462 __ Ldrex(RegisterFrom(old_value), MemOperand(ptr)); in EmitLoadExclusive() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp21308 Function *Ldrex = Intrinsic::getDeclaration(M, Int); in emitLoadLinked() local
21325 Function *Ldrex = Intrinsic::getDeclaration(M, Int, Tys); in emitLoadLinked() local
/aosp_15_r20/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h2141 void Ldrex(Condition cond, Register rt, const MemOperand& operand) { in Ldrex() function
2150 void Ldrex(Register rt, const MemOperand& operand) { Ldrex(al, rt, operand); } in Ldrex() function