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

/external/swiftshader/third_party/subzero/src/
H A DIceInstARM32.h1431 class InstARM32Umull : public InstARM32Pred { class in namespace:Ice::ARM32
1432 InstARM32Umull() = delete;
1433 InstARM32Umull(const InstARM32Umull &) = delete;
1434 InstARM32Umull &operator=(const InstARM32Umull &) = delete;
1438 static InstARM32Umull *create(Cfg *Func, Variable *DestLo, Variable *DestHi,
1441 return new (Func->allocate<InstARM32Umull>())
1442 InstARM32Umull(Func, DestLo, DestHi, Src0, Src1, Predicate);
1450 InstARM32Umull(Cf
[all...]
H A DIceInstARM32.cpp1522 InstARM32Umull::InstARM32Umull(Cfg *Func, Variable *DestLo, Variable *DestHi, function in class:Ice::ARM32::InstARM32Umull
2968 void InstARM32Umull::emit(const Cfg *Func) const {
2985 void InstARM32Umull::emitIAS(const Cfg *Func) const {
2993 void InstARM32Umull::dump(const Cfg *Func) const {
H A DIceTargetLoweringARM32.h843 Context.insert<InstARM32Umull>(DestLo, DestHi, Src0, Src1, Pred);

Completed in 62 milliseconds