Home
last modified time | relevance | path

Searched refs:vst1qr (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.h581 void vst1qr(size_t ElmtSize, const Operand *OpQd, const Operand *OpAddress,
584 void vst1qr(size_t ElmtSize, const Operand *OpQd, const Operand *OpRn, in vst1qr() function
587 vst1qr(ElmtSize, OpQd, OpRn, TInfo); in vst1qr()
DIceInstARM32.cpp2486 Asm->vst1qr(getVecElmtBitsize(Ty), Src0, Src1, Func->getTarget()); in emitIAS()
DIceAssemblerARM32.cpp3338 void AssemblerARM32::vst1qr(size_t ElmtSize, const Operand *OpQd, in vst1qr() function in Ice::ARM32::AssemblerARM32