Home | History | Annotate | Download | only in ARM

Lines Matching refs:msb

1130       int32_t msb = (32 - CountLeadingZeros_32(v)) - 1;
1131 // Instr{20-16} = msb, Instr{11-7} = lsb
1132 Binary |= (msb & 0x1F) << 16;