inccc

Assembly Syntax

inccc immediate, regrd

Assembly Syntax

inccc regrd

Implementation

addcc regrd, immediate, regrd

Implementation

addcc regrd, 1, regrd

Operation

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

Comments

set the condition code bits (icc ???)

Example

inccc %r4

Example

inccc 2, %r4

Home Page Index Page All Synthetic Instructions