Home | History | Annotate | Download | only in AArch64

Lines Matching refs:Indices

1232     llvm::ArrayRef<unsigned> Indices) const {
1238 unsigned NumRegs = Indices.size();
1249 AddSubReg(MIB, DestReg, Indices[SubReg], RegState::Define, TRI);
1250 AddSubReg(MIB, SrcReg, Indices[SubReg], 0, TRI);
1251 AddSubReg(MIB, SrcReg, Indices[SubReg], getKillRegState(KillSrc), TRI);
1337 static const unsigned Indices[] = { AArch64::dsub0, AArch64::dsub1,
1340 Indices);
1347 static const unsigned Indices[] = { AArch64::dsub0, AArch64::dsub1,
1350 Indices);
1357 static const unsigned Indices[] = { AArch64::dsub0, AArch64::dsub1 };
1359 Indices);
1366 static const unsigned Indices[] = { AArch64::qsub0, AArch64::qsub1,
1369 Indices);
1376 static const unsigned Indices[] = { AArch64::qsub0, AArch64::qsub1,
1379 Indices);
1386 static const unsigned Indices[] = { AArch64::qsub0, AArch64::qsub1 };
1388 Indices);