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

  /external/swiftshader/third_party/subzero/src/
IceInstARM32.h 855 class InstARM32FourAddrGPR : public InstARM32Pred {
856 InstARM32FourAddrGPR() = delete;
857 InstARM32FourAddrGPR(const InstARM32FourAddrGPR &) = delete;
858 InstARM32FourAddrGPR &operator=(const InstARM32FourAddrGPR &) = delete;
862 static InstARM32FourAddrGPR *create(Cfg *Func, Variable *Dest, Variable *Src0,
865 return new (Func->allocate<InstARM32FourAddrGPR>())
866 InstARM32FourAddrGPR(Func, Dest, Src0, Src1, Src2, Predicate);
887 InstARM32FourAddrGPR(Cfg *Func, Variable *Dest, Variable *Src0
    [all...]
IceInstARM32.cpp 278 void InstARM32FourAddrGPR<K>::emitIAS(const Cfg *Func) const {
    [all...]

Completed in 48 milliseconds