Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp218 BitInit *Bit1 = cast<BitInit>(B1->getBit(i)); in equalBitsInits() local
220 if (Bit1->getValue() != Bit2->getValue()) in equalBitsInits()
/freebsd-13.1/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-gxbb-odroidc2.dts287 "Revision Bit0", "Revision Bit1", "",
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp361 uint16_t Bit1 = (VR1 == SelR) ? SelB : BitN; in operator ()() local
368 if (W1 <= Bit1) in operator ()()
374 const BitTracker::BitValue &V1 = RC1[Bit1], V2 = RC2[Bit2]; in operator ()()