Home
last modified time | relevance | path

Searched refs:InstARM32FourAddrGPR (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h869 class InstARM32FourAddrGPR : public InstARM32Pred {
870 InstARM32FourAddrGPR() = delete;
871 InstARM32FourAddrGPR(const InstARM32FourAddrGPR &) = delete;
872 InstARM32FourAddrGPR &operator=(const InstARM32FourAddrGPR &) = delete;
876 static InstARM32FourAddrGPR *create(Cfg *Func, Variable *Dest, Variable *Src0, in create()
879 return new (Func->allocate<InstARM32FourAddrGPR>()) in create()
880 InstARM32FourAddrGPR(Func, Dest, Src0, Src1, Src2, Predicate); in create()
901 InstARM32FourAddrGPR(Cfg *Func, Variable *Dest, Variable *Src0, in InstARM32FourAddrGPR() function
1064 using InstARM32Mla = InstARM32FourAddrGPR<InstARM32::Mla>;
1065 using InstARM32Mls = InstARM32FourAddrGPR<InstARM32::Mls>;
DIceInstARM32.cpp273 void InstARM32FourAddrGPR<K>::emitIAS(const Cfg *Func) const { in emitIAS()
3537 template class InstARM32FourAddrGPR<InstARM32::Mla>; variable
3538 template class InstARM32FourAddrGPR<InstARM32::Mls>; variable