Home
last modified time | relevance | path

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

/external/libutf/
Drune.c21 Bit1 = 7, enumerator
28 T1 = ((1<<(Bit1+1))-1) ^ 0xFF, /* 0000 0000 */
35 Rune1 = (1<<(Bit1+0*Bitx))-1, /* 0000 0000 0111 1111 */
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DX86EVEX2VEXTablesEmitter.cpp77 if (BitInit *Bit1 = dyn_cast<BitInit>(B1->getBit(i))) { in equalBitsInits() local
79 if (Bit1->getValue() != Bit2->getValue()) in equalBitsInits()
DX86FoldTablesEmitter.cpp206 BitInit *Bit1 = cast<BitInit>(B1->getBit(i)); in equalBitsInits() local
208 if (Bit1->getValue() != Bit2->getValue()) in equalBitsInits()
/external/u-boot/arch/arm/dts/
Dmeson-gxbb-odroidc2.dts223 "Revision Bit0", "Revision Bit1", "",
/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp337 uint16_t Bit1 = (VR1 == SelR) ? SelB : BitN; in operator ()() local
344 if (W1 <= Bit1) 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.cpp357 uint16_t Bit1 = (VR1 == SelR) ? SelB : BitN; in operator ()() local
364 if (W1 <= Bit1) in operator ()()
370 const BitTracker::BitValue &V1 = RC1[Bit1], V2 = RC2[Bit2]; in operator ()()