Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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 ()()
/openbsd/usr.bin/awk/
H A Drun.c735 Bit2 = 5, enumerator
742 T2 = ((1<<(Bit2+1))-1) ^ 0xFF, /* 1100 0000 */
748 Rune2 = (1<<(Bit2+1*Bitx))-1, /* 0000 0000 0000 0111 1111 1111 */