Home
last modified time | relevance | path

Searched refs:InstARM32Umull (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h1431 class InstARM32Umull : public InstARM32Pred {
1432 InstARM32Umull() = delete;
1433 InstARM32Umull(const InstARM32Umull &) = delete;
1434 InstARM32Umull &operator=(const InstARM32Umull &) = delete;
1438 static InstARM32Umull *create(Cfg *Func, Variable *DestLo, Variable *DestHi, in create()
1441 return new (Func->allocate<InstARM32Umull>()) in create()
1442 InstARM32Umull(Func, DestLo, DestHi, Src0, Src1, Predicate); in create()
1450 InstARM32Umull(Cfg *Func, Variable *DestLo, Variable *DestHi, Variable *Src0,
DIceInstARM32.cpp1517 InstARM32Umull::InstARM32Umull(Cfg *Func, Variable *DestLo, Variable *DestHi, in InstARM32Umull() function in Ice::ARM32::InstARM32Umull
2966 void InstARM32Umull::emit(const Cfg *Func) const { in emit()
2984 void InstARM32Umull::emitIAS(const Cfg *Func) const { in emitIAS()
2992 void InstARM32Umull::dump(const Cfg *Func) const { in dump()
DIceTargetLoweringARM32.h836 Context.insert<InstARM32Umull>(DestLo, DestHi, Src0, Src1, Pred);