Home | History | Annotate | Download | only in MC

Lines Matching refs:Bit

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