Home | History | Annotate | Download | only in s390

Lines Matching full:end_bit

4977       uint32_t end_bit = rieInstr->I4Value() & 0x3F;
4988 int32_t width = end_bit - start_bit + 1;
4996 selection_mask = selection_mask << (63 - end_bit);
6325 uint32_t end_bit = i4 & 0x3F;
6336 int32_t width = end_bit - start_bit + 1;
6344 selection_mask = selection_mask << (63 - end_bit);