Searched refs:StartWithX10 (Results 1 – 1 of 1) sorted by relevance
106 bool StartWithX10 = ARegInFirstPair == RISCV::X10; in mergePairedInsns() local108 Sreg1 = StartWithX10 ? FirstPair.Source : PairedRegs.Source; in mergePairedInsns()109 Sreg2 = StartWithX10 ? PairedRegs.Source : FirstPair.Source; in mergePairedInsns()111 Sreg1 = StartWithX10 ? FirstPair.Destination : PairedRegs.Destination; in mergePairedInsns()112 Sreg2 = StartWithX10 ? PairedRegs.Destination : FirstPair.Destination; in mergePairedInsns()