Lines Matching refs:t1
44 * Initialize return value (v0), and set up t1 so that it
47 subl zero, t0, t1
49 and t0, t1, t1
51 and t1, 0xff, t2
57 zapnot t1, 0x03, t3
59 sra t1, 16, t1
66 and t1, 0xff, t4
68 sra t1, 8, t1
72 and t1, 0x0f, t5 /* lower 4 of 8 empty? */
73 and t1, 0x33, t6 /* lower 2 of each 4 empty? */
74 and t1, 0x55, t7 /* lower 1 of each 2 empty? */