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

  /external/swiftshader/third_party/subzero/src/
IceInstARM32.h 723 class InstARM32ThreeAddrGPR : public InstARM32Pred {
724 InstARM32ThreeAddrGPR() = delete;
725 InstARM32ThreeAddrGPR(const InstARM32ThreeAddrGPR &) = delete;
726 InstARM32ThreeAddrGPR &operator=(const InstARM32ThreeAddrGPR &) = delete;
731 static InstARM32ThreeAddrGPR *create(Cfg *Func, Variable *Dest,
735 return new (Func->allocate<InstARM32ThreeAddrGPR>())
736 InstARM32ThreeAddrGPR(Func, Dest, Src0, Src1, Predicate, SetFlags);
757 InstARM32ThreeAddrGPR(Cfg *Func, Variable *Dest, Variable *Src0
    [all...]
IceInstARM32.cpp 546 void InstARM32ThreeAddrGPR<K>::emitIAS(const Cfg *Func) const {
    [all...]

Completed in 50 milliseconds