• Home
  • Raw
  • Download

Lines Matching refs:vt3

1392   void Ld1(const VRegister& vt, const VRegister& vt2, const VRegister& vt3,  in Ld1()  argument
1395 ld1(vt, vt2, vt3, src); in Ld1()
1397 void Ld1(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, in Ld1() argument
1400 ld1(vt, vt2, vt3, vt4, src); in Ld1()
1423 void Ld3(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, in Ld3() argument
1426 ld3(vt, vt2, vt3, src); in Ld3()
1428 void Ld3(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, in Ld3() argument
1431 ld3(vt, vt2, vt3, lane, src); in Ld3()
1433 void Ld3r(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, in Ld3r() argument
1436 ld3r(vt, vt2, vt3, src); in Ld3r()
1438 void Ld4(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, in Ld4() argument
1441 ld4(vt, vt2, vt3, vt4, src); in Ld4()
1443 void Ld4(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, in Ld4() argument
1446 ld4(vt, vt2, vt3, vt4, lane, src); in Ld4()
1448 void Ld4r(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, in Ld4r() argument
1451 ld4r(vt, vt2, vt3, vt4, src); in Ld4r()
1461 void St1(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, in St1() argument
1464 st1(vt, vt2, vt3, dst); in St1()
1466 void St1(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, in St1() argument
1469 st1(vt, vt2, vt3, vt4, dst); in St1()
1479 void St3(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, in St3() argument
1482 st3(vt, vt2, vt3, dst); in St3()
1484 void St4(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, in St4() argument
1487 st4(vt, vt2, vt3, vt4, dst); in St4()
1494 void St3(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, in St3() argument
1497 st3(vt, vt2, vt3, lane, dst); in St3()
1499 void St4(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, in St4() argument
1502 st4(vt, vt2, vt3, vt4, lane, dst); in St4()