Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.h453 void vld1qr(size_t ElmtSize, const Operand *OpQd, const Operand *OpRn,
456 void vld1(size_t ElmtSize, const Operand *OpQd, const Operand *OpRn,
459 void vld1qr(size_t ElmtSize, const Operand *OpQd, const Operand *OpRn, in vld1qr() argument
462 vld1qr(ElmtSize, OpQd, OpRn, TInfo); in vld1qr()
465 void vld1(size_t ElmtSize, const Operand *OpQd, const Operand *OpRn, in vld1() argument
468 vld1(ElmtSize, OpQd, OpRn, TInfo); in vld1()
625 void vst1qr(size_t ElmtSize, const Operand *OpQd, const Operand *OpAddress,
628 void vst1qr(size_t ElmtSize, const Operand *OpQd, const Operand *OpRn, in vst1qr() argument
631 vst1qr(ElmtSize, OpQd, OpRn, TInfo); in vst1qr()
634 void vst1(size_t ElmtSize, const Operand *OpQd, const Operand *OpAddress,
[all …]
DIceAssemblerARM32.cpp1214 const IValueT ElmtSize = encodeElmtType(ElmtTy); in emitSIMD() local
1215 assert(Utils::IsUint(2, ElmtSize)); in emitSIMD()
1216 emitSIMDBase(Opcode | (ElmtSize << ElmtShift), Dd, Dn, Dm, UseQRegs, in emitSIMD()
1235 const IValueT ElmtSize = encodeElmtType(ElmtTy); in emitSIMDqqq() local
1236 assert(Utils::IsUint(2, ElmtSize)); in emitSIMDqqq()
1237 emitSIMDqqqBase(Opcode | (ElmtSize << ElmtShift), OpQd, OpQn, OpQm, in emitSIMDqqq()
2909 size_t ElmtSize, IValueT Align, in emitVMem1Op() argument
2913 switch (ElmtSize) { in emitVMem1Op()
2917 StrBuf << InstName << ": found invalid vector element size " << ElmtSize; in emitVMem1Op()
2941 IValueT Rm, size_t ElmtSize, IValueT Align, in emitVMem1Op() argument
[all …]