Searched refs:DstLane (Results 1 – 1 of 1) sorted by relevance
4341 unsigned DstLane = 0, SrcLane = 0, DDst, DSrc; in setExecutionDomain() local4342 DDst = getCorrespondingDRegAndLane(TRI, DstReg, DstLane); in setExecutionDomain()4389 unsigned CurReg = SrcLane == 1 && DstLane == 1 ? DSrc : DDst; in setExecutionDomain()4393 CurReg = SrcLane == 0 && DstLane == 0 ? DSrc : DDst; in setExecutionDomain()4400 if (SrcLane == DstLane) in setExecutionDomain()4408 CurReg = SrcLane == 1 && DstLane == 0 ? DSrc : DDst; in setExecutionDomain()4412 CurReg = SrcLane == 0 && DstLane == 1 ? DSrc : DDst; in setExecutionDomain()4419 if (SrcLane != DstLane) in setExecutionDomain()