Searched refs:Ldrex (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLoweringARM32.h | 392 auto *Ldrex = Context.insert<InstARM32Ldrex>(Dest, Addr, Pred); in _ldrex() local 397 return Ldrex; in _ldrex()
|
H A D | IceInstARM32.h | 396 Ldrex, enumerator 1045 using InstARM32Ldrex = InstARM32LoadBase<InstARM32::Ldrex>;
|
H A D | IceInstARM32.cpp | 3441 template class InstARM32LoadBase<InstARM32::Ldrex>;
|
/third_party/vixl/test/aarch32/ |
H A D | test-disasm-a32.cc | 2982 MUST_FAIL_TEST_BOTH(Ldrex(r0, MemOperand(r0, 1)), in TEST()
|
/third_party/vixl/src/aarch32/ |
H A D | macro-assembler-aarch32.h | 2502 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 D | ARMISelLowering.cpp | 16908 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