Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp314 : SelR(R), SelB(B), BitN(N), BitOrd(BO), CM(M) {} in RegisterCellBitCompareSel()
319 const unsigned SelR, SelB; member
360 uint16_t Bit1 = (VR1 == SelR) ? SelB : BitN; in operator ()()
361 uint16_t Bit2 = (VR2 == SelR) ? SelB : BitN; in operator ()()