Searched refs:DstLane (Results 1 – 1 of 1) sorted by relevance
4310 unsigned DstLane = 0, SrcLane = 0, DDst, DSrc; in setExecutionDomain() local4311 DDst = getCorrespondingDRegAndLane(TRI, DstReg, DstLane); in setExecutionDomain()4358 unsigned CurReg = SrcLane == 1 && DstLane == 1 ? DSrc : DDst; in setExecutionDomain()4362 CurReg = SrcLane == 0 && DstLane == 0 ? DSrc : DDst; in setExecutionDomain()4369 if (SrcLane == DstLane) in setExecutionDomain()4377 CurReg = SrcLane == 1 && DstLane == 0 ? DSrc : DDst; in setExecutionDomain()4381 CurReg = SrcLane == 0 && DstLane == 1 ? DSrc : DDst; in setExecutionDomain()4388 if (SrcLane != DstLane) in setExecutionDomain()