Lines Matching refs:t0
67 li t0, 0xffff # t0 = 0x000000000000ffff
68 dsll t1, t0, 32 # t1 = 0x0000ffff00000000
69 or t0, t1 # t0 = 0x0000ffff0000ffff
70 dsll t2, t0, 8 # t2 = 0x00ffff0000ffff00
71 xor t2, t0 # t2 = 0x00ff00ff00ff00ff
79 and ta0, a1, t0 # ta0 = 0x000099880000ddcc
81 and ta1, t0 # ta1 = 0x0000bbaa0000ffee
98 srl t0, a0, 24 # t0 = 0x000000cc
102 or ta0, ta0, t0 # ta0 = 0xff0000cc
104 and t0, a0, 0xff00 # t0 = 0x0000ee00
106 sll t0, t0, 8 # t0 = 0x00ee0000
108 or ta0, ta0, t0 # ta0 = 0xffee00cc
110 srl t0, a0, 8 # t0 = 0x00ccddee
112 and t0, t0, 0xff00 # t0 = 0x0000dd00
114 or v1, ta0, t0 # v1 = 0xffeeddcc