Home | History | Annotate | Download | only in MC

Lines Matching refs:Bit

685     // If the target doesn't support 64-bit data, emit as two 32-bit halves.
1228 // representation. We do this by making a per-bit map to the fixup item index,
1246 // high order halfword of a 32-bit Thumb2 instruction is emitted first.
1277 unsigned Bit = (Code[i] >> j) & 1;
1286 assert(Bit == 0 && "Encoder wrote into fixed up bit!");
1289 OS << Bit;