Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp3805 unsigned SubIdx0, unsigned SubIdx1, int FI, in storeRegPairToStackSlot() argument
3812 SrcReg1 = TRI.getSubReg(SrcReg, SubIdx1); in storeRegPairToStackSlot()
3813 SubIdx1 = 0; in storeRegPairToStackSlot()
3817 .addReg(SrcReg1, getKillRegState(IsKill), SubIdx1) in storeRegPairToStackSlot()
3959 unsigned SubIdx1, int FI, in loadRegPairFromStackSlot() argument
3967 DestReg1 = TRI.getSubReg(DestReg, SubIdx1); in loadRegPairFromStackSlot()
3968 SubIdx1 = 0; in loadRegPairFromStackSlot()
3973 .addReg(DestReg1, RegState::Define | getUndefRegState(IsUndef), SubIdx1) in loadRegPairFromStackSlot()