Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A 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()
628 void vst1qr(size_t ElmtSize, const Operand *OpQd, const Operand *OpRn, in vst1qr() argument
631 vst1qr(ElmtSize, OpQd, OpRn, TInfo); in vst1qr()
637 void vst1(size_t ElmtSize, const Operand *OpQd, const Operand *OpRn, in vst1() argument
640 vst1(ElmtSize, OpQd, OpRn, TInfo); in vst1()
[all …]
H A DIceAssemblerARM32.cpp1217 const IValueT ElmtSize = encodeElmtType(ElmtTy); in emitSIMD() local
1218 assert(Utils::IsUint(2, ElmtSize)); in emitSIMD()
1239 assert(Utils::IsUint(2, ElmtSize)); in emitSIMDqqq()
2916 switch (ElmtSize) { in emitVMem1Op()
2948 switch (ElmtSize) { in emitVMem1Op()
3002 if (ElmtSize == 64) { in vld1()
3355 assert(Utils::IsUint(2, ElmtSize)); in vmulh()
3398 assert(Utils::IsUint(2, ElmtSize)); in vmlap()
3501 assert(Utils::IsUint(2, ElmtSize)); in vzip()
3667 assert(Utils::IsUint(2, ElmtSize)); in vnegqs()
[all …]