Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h855 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, in create()
865 return new (Func->allocate<InstARM32FourAddrGPR>()) in create()
866 InstARM32FourAddrGPR(Func, Dest, Src0, Src1, Src2, Predicate); in create()
887 InstARM32FourAddrGPR(Cfg *Func, Variable *Dest, Variable *Src0, in InstARM32FourAddrGPR() function
1038 using InstARM32Mla = InstARM32FourAddrGPR<InstARM32::Mla>;
1039 using InstARM32Mls = InstARM32FourAddrGPR<InstARM32::Mls>;
DIceInstARM32.cpp278 void InstARM32FourAddrGPR<K>::emitIAS(const Cfg *Func) const { in emitIAS()
3130 template class InstARM32FourAddrGPR<InstARM32::Mla>; variable
3131 template class InstARM32FourAddrGPR<InstARM32::Mls>; variable