Home
last modified time | relevance | path

Searched refs:Ldrex (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.h392 auto *Ldrex = Context.insert<InstARM32Ldrex>(Dest, Addr, Pred); in _ldrex() local
397 return Ldrex; in _ldrex()
H A DIceInstARM32.h396 Ldrex, enumerator
1045 using InstARM32Ldrex = InstARM32LoadBase<InstARM32::Ldrex>;
H A DIceInstARM32.cpp3441 template class InstARM32LoadBase<InstARM32::Ldrex>;
/third_party/vixl/test/aarch32/
H A Dtest-disasm-a32.cc2982 MUST_FAIL_TEST_BOTH(Ldrex(r0, MemOperand(r0, 1)), in TEST()
/third_party/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h2502 void Ldrex(Condition cond, Register rt, const MemOperand& operand) { in MacroAssembler() function in vixl::aarch32::MacroAssembler
2515 void Ldrex(Register rt, const MemOperand& operand) { Ldrex(al, rt, operand); } in MacroAssembler() function in vixl::aarch32::MacroAssembler
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16908 Function *Ldrex = Intrinsic::getDeclaration(M, Int); in emitLoadLinked() local
16911 Value *LoHi = Builder.CreateCall(Ldrex, Addr, "lohi"); in emitLoadLinked()
16925 Function *Ldrex = Intrinsic::getDeclaration(M, Int, Tys); in emitLoadLinked() local
16928 Builder.CreateCall(Ldrex, Addr), in emitLoadLinked()

Completed in 64 milliseconds