HomeSort by: relevance | last modified time | path
    Searched defs:Bit2 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp 362 uint16_t Bit2 = (VR2 == SelR) ? SelB : BitN;
364 // - return false, if at the same time Bit2 exceeds VR2, or
369 return Bit2 < W2;
370 // If Bit1 is within VR1, but Bit2 is not within VR2, return false.
371 if (W2 <= Bit2)
374 const BitTracker::BitValue &V1 = RC1[Bit1], V2 = RC2[Bit2];
  /src/external/historical/nawk/dist/
run.c 730 Bit2 = 5,
737 T2 = ((1<<(Bit2+1))-1) ^ 0xFF, /* 1100 0000 */
743 Rune2 = (1<<(Bit2+1*Bitx))-1, /* 0000 0000 0000 0111 1111 1111 */

Completed in 55 milliseconds