Home | History | Annotate | Download | only in InstPrinter

Lines Matching full:bitwidth

169       int BitWidth = Opcode == AArch64::BFMXri ? 64 : 32;
170 int LSB = (BitWidth - ImmR) % BitWidth;
179 int BitWidth = Opcode == AArch64::BFMXri ? 64 : 32;
180 int LSB = (BitWidth - ImmR) % BitWidth;