Lines Matching defs:bits
562 #define bits t2
565 li bits, 8*NBYTES
566 SLL rem, len, 3 # rem = number of bits to keep
568 SUB bits, bits, rem # bits = number of bits to discard
569 SHIFT_DISCARD t0, t0, bits
571 SHIFT_DISCARD_REVERT t0, t0, bits
593 SLL t4, t1, 3 # t4 = number of bits to discard