beautypg.com

Store doubleword left (2/3) – NEC Network Controller uPD98502 User Manual

Page 541

background image

APPENDIX A MIPS III INSTRUCTION SET DETAILS

Preliminary User’s Manual S15543EJ1V0UM

541

SDL

Store Doubleword Left (2/3)

SDL

An address error exception is not occurred that specify address is not located in doubleword boundary.

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:

vAddr

← ((offset

15

)

48

|| offset

15...0

) + GPR [base]

(pAddr, uncached)

← AddressTranslation (vAddr, DATA)

pAddr

← pAddr

PSIZE - 1...3

|| (pAddr

2...0

xor ReverseEndian

3

)

if BigEndianMem = 0 then

pAddr

← pAddr

PSIZE - 1...3

|| 0

3

endif

byte

← vAddr

2...0

xor BigEndianCPU

3

data

← 0

56 – 8 * byte

|| GPR [rt]

63...56 – 8 * byte

StoreMemory (uncached, byte, data, pAddr, vAddr, DATA)