Searched refs:SubIdx1 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.cpp | 4810 unsigned SubIdx0, unsigned SubIdx1, int FI, in storeRegPairToStackSlot() argument 4817 SrcReg1 = TRI.getSubReg(SrcReg, SubIdx1); in storeRegPairToStackSlot() 4818 SubIdx1 = 0; in storeRegPairToStackSlot() 4822 .addReg(SrcReg1, getKillRegState(IsKill), SubIdx1) in storeRegPairToStackSlot() 4980 unsigned SubIdx1, int FI, in loadRegPairFromStackSlot() argument 4988 DestReg1 = TRI.getSubReg(DestReg, SubIdx1); in loadRegPairFromStackSlot() 4989 SubIdx1 = 0; in loadRegPairFromStackSlot() 4994 .addReg(DestReg1, RegState::Define | getUndefRegState(IsUndef), SubIdx1) in loadRegPairFromStackSlot()
|