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

/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.h400 auto *Ldrex = Context.insert<InstARM32Ldrex>(Dest, Addr, Pred); local
405 return Ldrex;
H A DIceInstARM32.h397 Ldrex, enumerator in enum:Ice::ARM32::InstARM32::InstKindARM32
1046 using InstARM32Ldrex = InstARM32LoadBase<InstARM32::Ldrex>;
H A DIceInstARM32.cpp3519 template class InstARM32LoadBase<InstARM32::Ldrex>;
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12500 Function *Ldrex = llvm::Intrinsic::getDeclaration(M, Int); local
12503 Value *LoHi = Builder.CreateCall(Ldrex, Addr, "lohi");
12517 Function *Ldrex = llvm::Intrinsic::getDeclaration(M, Int, Tys); local
12520 Builder.CreateCall(Ldrex, Addr),
/external/vixl/test/aarch32/
H A Dtest-disasm-a32.cc2971 MUST_FAIL_TEST_BOTH(Ldrex(r0, MemOperand(r0, 1)),
/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h2138 void Ldrex(Condition cond, Register rt, const MemOperand& operand) { function in class:vixl::aarch32::MacroAssembler
2147 void Ldrex(Register rt, const MemOperand& operand) { Ldrex(al, rt, operand); } function in class:vixl::aarch32::MacroAssembler

Completed in 279 milliseconds