Home | History | Annotate | Download | only in mips32

Lines Matching refs:lui

243 LUI
244 lui $t0, 0xffff :: rd 0xffff0000 rs 0x0000ffff
245 lui $t0, 0xff00 :: rd 0xff000000 rs 0x0000ff00
246 lui $t0, 0xff :: rd 0x00ff0000 rs 0x000000ff
247 lui $t0, 0x0 :: rd 0x00000000 rs 0x00000000
248 lui $t0, 0x5 :: rd 0x00050000 rs 0x00000005
249 lui $t0, 0x387 :: rd 0x03870000 rs 0x00000387