Home | History | Annotate | Download | only in ARM

Lines Matching refs:widthm1

1148       uint32_t widthm1 = MI.getOperand(OpIdx++).getImm() - 1;
1150 // Instr{20-16} = widthm1, Instr{11-7} = lsb
1151 Binary |= (widthm1 & 0x1F) << 16;