beautypg.com

Dsrlv, Doubleword shift right logical variable – NEC Network Controller uPD98502 User Manual

Page 491

background image

APPENDIX A MIPS III INSTRUCTION SET DETAILS

Preliminary User’s Manual S15543EJ1V0UM

491

DSRLV

Doubleword Shift Right Logical Variable

DSRLV

rs

SPECIAL

0 0 0 0 0 0

rt

rd

0

0 0 0 0 0

DSRLV

0 1 0 1 1 0

31

26 25

21 20

16 15

11 10

6 5

0

6

5

5

5

5

6

Format:

DSRLV rd, rt, rs

Description:

The contents of general register

rt are shifted right by the number of bits specified by the low-order six bits of

general register

rs, inserting zeros into the high-order bits. The result is placed in register rd.

This operation is defined in 64-bit mode or in 32-bit kernel mode. Execution of this instruction in 32-bit user or

supervisor mode causes a reserved instruction exception.

Operation:

64

T:

s

← GPR [rs]

5..0

GPR [rd]

← 0

s

|| GPR [rt]

63..s

Exceptions:

Reserved instruction exception (32-bit user mode/supervisor mode)