deccc

Assembly Syntax

deccc immediate, regrd

Assembly Syntax

deccc regrd

Implementation

subcc regrd, immediate, regrd

Implementation

subcc regrd, 1, regrd

Operation

Decrement the contents of regrd by 1 or by the value of immediate

Comments

Sets the condition codes (icc)

Example

deccc %r4

Example

deccc 2, %r4

Home Page Index Page All Synthetic Instructions