Searched defs:Ldrex (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/art/compiler/utils/arm/ |
H A D | jni_macro_assembler_arm_vixl.cc | 912 ___ 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 D | IceTargetLoweringARM32.h | 392 auto *Ldrex = Context.insert<InstARM32Ldrex>(Dest, Addr, Pred); variable
|
H A D | IceInstARM32.h | 396 Ldrex, enumerator
|
/aosp_15_r20/external/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 12500 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 D | ARMISelLowering.cpp | 16908 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 D | intrinsics_arm_vixl.cc | 3462 __ 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 D | ARMISelLowering.cpp | 21308 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 D | macro-assembler-aarch32.h | 2141 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
|