smulcc

Assembly Syntax

smulcc regrs1, reg_or_imm, regrd

op3

011011

Operation

signed multiply regrs1 with reg_or_imm and place result in the destination register regrd

Comments

sets the condition codes

Example 1

smulcc %r1, %r2, %r3

Example 2

smulcc %r1, -2, %r3

Instruction format

Instruction format

Home Page Index Page All Arithmetic Instructions