Searched refs:Bit2 (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/ |
D | rune.cc | 26 Bit2 = 5, enumerator 33 T2 = ((1<<(Bit2+1))-1) ^ 0xFF, /* 1100 0000 */ 39 Rune2 = (1<<(Bit2+1*Bitx))-1, /* 0000 0111 1111 1111 */
|
/external/libutf/ |
D | rune.c | 23 Bit2 = 5, enumerator 30 T2 = ((1<<(Bit2+1))-1) ^ 0xFF, /* 1100 0000 */ 36 Rune2 = (1<<(Bit2+1*Bitx))-1, /* 0000 0111 1111 1111 */
|
/external/llvm-project/llvm/utils/TableGen/ |
D | X86FoldTablesEmitter.cpp | 219 BitInit *Bit2 = cast<BitInit>(B2->getBit(i)); in equalBitsInits() local 220 if (Bit1->getValue() != Bit2->getValue()) in equalBitsInits()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 362 uint16_t Bit2 = (VR2 == SelR) ? SelB : BitN; in operator ()() local 369 return Bit2 < W2; in operator ()() 371 if (W2 <= Bit2) in operator ()() 374 const BitTracker::BitValue &V1 = RC1[Bit1], V2 = RC2[Bit2]; in operator ()()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 362 uint16_t Bit2 = (VR2 == SelR) ? SelB : BitN; in operator ()() local 369 return Bit2 < W2; in operator ()() 371 if (W2 <= Bit2) in operator ()() 374 const BitTracker::BitValue &V1 = RC1[Bit1], V2 = RC2[Bit2]; in operator ()()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 338 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/llvm-project/mlir/docs/ |
D | OpDefinitions.md | 1375 def Bit2: BitEnumAttrCase<"Bit2", 0x0002>; 1379 [None, Bit1, Bit2, Bit3]>; 1389 Bit2 = 2, 1436 if (2u & val) { strs.push_back("Bit2"); val &= ~2u; } 1454 .Case("Bit2", 2)
|