Home
last modified time | relevance | path

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

/external/libutf/
Drune.c23 Bit2 = 5, enumerator
30 T2 = ((1<<(Bit2+1))-1) ^ 0xFF, /* 1100 0000 */
36 Rune2 = (1<<(Bit2+1*Bitx))-1, /* 0000 0111 1111 1111 */
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DX86EVEX2VEXTablesEmitter.cpp78 if (BitInit *Bit2 = dyn_cast<BitInit>(B2->getBit(i))) { in equalBitsInits() local
79 if (Bit1->getValue() != Bit2->getValue()) in equalBitsInits()
DX86FoldTablesEmitter.cpp207 BitInit *Bit2 = cast<BitInit>(B2->getBit(i)); in equalBitsInits() local
208 if (Bit1->getValue() != Bit2->getValue()) in equalBitsInits()
/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp338 uint16_t Bit2 = (VR2 == SelR) ? SelB : BitN; in operator ()() local
345 return Bit2 < W2; in operator ()()
347 if (W2 <= Bit2) in operator ()()
350 const BitTracker::BitValue &V1 = RC1[Bit1], V2 = RC2[Bit2]; in operator ()()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp358 uint16_t Bit2 = (VR2 == SelR) ? SelB : BitN; in operator ()() local
365 return Bit2 < W2; in operator ()()
367 if (W2 <= Bit2) in operator ()()
370 const BitTracker::BitValue &V1 = RC1[Bit1], V2 = RC2[Bit2]; in operator ()()