Searched refs:ElmtSize (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerARM32.h | 453 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 …]
|
D | IceAssemblerARM32.cpp | 1217 const IValueT ElmtSize = encodeElmtType(ElmtTy); in emitSIMD() local 1218 assert(Utils::IsUint(2, ElmtSize)); in emitSIMD() 1219 emitSIMDBase(Opcode | (ElmtSize << ElmtShift), Dd, Dn, Dm, UseQRegs, in emitSIMD() 1238 const IValueT ElmtSize = encodeElmtType(ElmtTy); in emitSIMDqqq() local 1239 assert(Utils::IsUint(2, ElmtSize)); in emitSIMDqqq() 1240 emitSIMDqqqBase(Opcode | (ElmtSize << ElmtShift), OpQd, OpQn, OpQm, in emitSIMDqqq() 2912 size_t ElmtSize, IValueT Align, in emitVMem1Op() argument 2916 switch (ElmtSize) { in emitVMem1Op() 2920 StrBuf << InstName << ": found invalid vector element size " << ElmtSize; in emitVMem1Op() 2944 IValueT Rm, size_t ElmtSize, IValueT Align, in emitVMem1Op() argument [all …]
|