Lines Matching refs:index
608 int index, \
615 ASMFN(ztmp, zn, zm, index, rot); \
620 ASMFN(zd, zn, zm, index, rot); \
931 index(zd, start_enc.GetImm5(), step_enc.GetImm5());
933 index(zd, start_enc.GetImm5(), step_enc.GetRegister());
937 index(zd, start_enc.GetRegister(), step_enc.GetImm5());
939 index(zd, start_enc.GetRegister(), step_enc.GetRegister());
1672 int index) {
1676 (this->*fn)(zd, zn, zm, index);
1679 // zdn = za + (zdn . zm[index])
1680 // zdm = za + (zn . zdm[index])
1681 // zdnm = za + (zdnm . zdnm[index])
1686 (this->*fn)(scratch, zn, zm, index);
1693 (this->*fn)(zd, zn, zm, index);
1895 int index) {
1897 SVEDotIndexHelper(&Assembler::sdot, zd, za, zn, zm, index);
1904 int index) {
1906 SVEDotIndexHelper(&Assembler::udot, zd, za, zn, zm, index);
1913 int index) {
1915 SVEDotIndexHelper(&Assembler::sudot, zd, za, zn, zm, index);
1922 int index) {
1924 SVEDotIndexHelper(&Assembler::usdot, zd, za, zn, zm, index);
1931 int index,
1940 cdot(ztmp, zn, zm, index, rot);
1945 cdot(zd, zn, zm, index, rot);