Searched refs:InstARM32Extract (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstARM32.h | 1540 class InstARM32Extract final : public InstARM32Pred { 1541 InstARM32Extract() = delete; 1542 InstARM32Extract(const InstARM32Extract &) = delete; 1543 InstARM32Extract &operator=(const InstARM32Extract &) = delete; 1546 static InstARM32Extract *create(Cfg *Func, Variable *Dest, Variable *Src0, in create() 1548 return new (Func->allocate<InstARM32Extract>()) in create() 1549 InstARM32Extract(Func, Dest, Src0, Index, Predicate); in create() 1556 InstARM32Extract(Cfg *Func, Variable *Dest, Variable *Src0, uint32_t Index, in InstARM32Extract() function
|
D | IceTargetLoweringARM32.h | 464 Context.insert<InstARM32Extract>(Dest, Src0, Index, Pred);
|
D | IceInstARM32.cpp | 1636 void InstARM32Extract::emit(const Cfg *Func) const { in emit() 1675 void InstARM32Extract::emitIAS(const Cfg *Func) const { in emitIAS()
|