Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp361 uint16_t Bit2 = (VR2 == SelR) ? SelB : BitN; in operator ()() local
368 return Bit2 < W2; in operator ()()
370 if (W2 <= Bit2) in operator ()()
373 const BitTracker::BitValue &V1 = RC1[Bit1], V2 = RC2[Bit2]; in operator ()()
/freebsd/contrib/one-true-awk/
H A Drun.c737 Bit2 = 5, enumerator
744 T2 = ((1<<(Bit2+1))-1) ^ 0xFF, /* 1100 0000 */
750 Rune2 = (1<<(Bit2+1*Bitx))-1, /* 0000 0000 0000 0111 1111 1111 */