HomeSort by relevance Sort by last modified time
    Searched refs:InstARM32TwoAddrGPR (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceInstARM32.h 642 class InstARM32TwoAddrGPR : public InstARM32Pred {
643 InstARM32TwoAddrGPR() = delete;
644 InstARM32TwoAddrGPR(const InstARM32TwoAddrGPR &) = delete;
645 InstARM32TwoAddrGPR &operator=(const InstARM32TwoAddrGPR &) = delete;
649 static InstARM32TwoAddrGPR *create(Cfg *Func, Variable *Dest, Operand *Src,
651 return new (Func->allocate<InstARM32TwoAddrGPR>())
652 InstARM32TwoAddrGPR(Func, Dest, Src, Predicate);
673 InstARM32TwoAddrGPR(Cfg *Func, Variable *Dest, Operand *Src
    [all...]
IceInstARM32.cpp     [all...]

Completed in 49 milliseconds