Architecture

BGTZ

Branch On Greater Than Zero

BGTZ

 

31

26 25

21 20

16 15

0

 

 

BGTZ

 

rs

 

 

0

 

offset

 

 

 

 

 

 

 

 

 

 

000111

 

 

 

 

00000

 

 

 

 

6

5

 

 

5

 

16

 

Format :

BGTZ rs, offset

Description :

Generates a branch target address by adding the address of the instruction in the delay slot to the 16- bit offset (that has been left-shifted two bits and sign-extended to 32 bits). If the value in general- purpose register rs is positive (i.e., the sign bit of rs is 0 and the rs value is not 0), the program branches to the target address after a one-cycle delay.

Operation :

T:

target (offset )14

offset 02

 

15

 

 

condition (GPR[rs]31 = 0) and (GPR[rs] 032)

T + 1:

if condition then

 

 

PC PC + target

 

 

endif

 

 

 

 

Exceptions :

None

122

Page 133
Image 133
Toshiba TX39 user manual Bgtz