Home
last modified time | relevance | path

Searched refs:InstARM32Ldrex (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h391 InstARM32Ldrex *_ldrex(Variable *Dest, OperandARM32Mem *Addr,
393 auto *Ldrex = Context.insert<InstARM32Ldrex>(Dest, Addr, Pred);
DIceInstARM32.cpp1831 template <> const char *InstARM32Ldrex::Opcode = "ldrex";
2451 template <> void InstARM32Ldrex::emit(const Cfg *Func) const { in emit()
2467 template <> void InstARM32Ldrex::emitIAS(const Cfg *Func) const { in emitIAS()
DIceInstARM32.h1046 using InstARM32Ldrex = InstARM32LoadBase<InstARM32::Ldrex>; variable
DIceTargetLoweringARM32.cpp2055 } else if (auto *LdrexInstr = llvm::dyn_cast<InstARM32Ldrex>(CurInstr)) { in postLowerLegalization()