next up previous
Next: Arithmetic and Logical Instructions Up: Description of the Machine Previous: Exception and Trap Instructions

Constant-Manipulating Instructions

li Rdest, immImmediate tex2html_wrap_inline1671
Move the immediate into register Rdest.

li.d FRdest, floatImmediate Double tex2html_wrap_inline1671
Move the double-precision floating point number into floating point registers FRdest and FRdest + 1.

li.s FRdest, floatImmediate Single tex2html_wrap_inline1671
Move the single-precision floating point number into floating point register FRdest.

lui Rdest, integerUpper Immediate
Load the lower halfword of the integer into the upper halfword of register Rdest. The lower bits of the register are set to 0.



Mitch Roth
Fri Sep 6 23:25:26 ADT 1996