Home | History | Annotate | Download | only in spu

Lines Matching defs:bit_mask

314   qword bit_mask;
363 /* To create the bit_mask, we set it to all 1s (uint -1), then we
366 bit_mask = si_from_uint (-1);
368 bit_mask =
369 si_shlqby (bit_mask, si_from_uint ((LINE_SIZE - n_bytes_dirty) / 8));
371 bit_mask =
372 si_shlqbi (bit_mask, si_from_uint ((LINE_SIZE - n_bytes_dirty) % 8));
375 bit_mask =
376 si_rotqby (bit_mask,
379 bit_mask =
380 si_rotqbi (bit_mask,
384 si_stqx (si_or (si_lqx (si_from_ptr (entry), way), bit_mask),