SW006012 Microchip Technology, SW006012 Datasheet - Page 153

C COMPILER FOR DSPIC30F FAMILY

SW006012

Manufacturer Part Number
SW006012
Description
C COMPILER FOR DSPIC30F FAMILY
Manufacturer
Microchip Technology
Type
MPLAB® C30 Compilerr
Series
PIC24 & DsPICr
Datasheets

Specifications of SW006012

Supported Families
PIC24, DsPIC30F And DsPIC33F
Core Architecture
PIC, DsPIC
Kit Contents
Software And Docs
Mcu Supported Families
PIC24 MCUs And DsPIC DSCs
Tool Type
Compiler
Processor Series
PIC24, dsPIC
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
dsPIC30F
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
© 2007 Microchip Technology Inc.
__
Argument:
Return Value:
Assembler Opera-
tor / Machine
Instruction:
__
Description:
Prototype:
Argument:
Return Value:
Assembler Opera-
tor / Machine
Instruction:
__
Description:
Prototype:
Argument:
Return Value:
Assembler Opera-
tor / Machine
Instruction:
__
Description:
Prototype:
Argument:
Return Value:
builtin_mulss (Continued)
builtin_mulsu
builtin_mulus
builtin_muluu
p0
p1
Returns the signed long integer value of the product p0 x p1.
mul.ss
Computes the product p0 x p1. Function arguments are integers with
mixed signs, and the function result is a signed long integer. The com-
mand-line option -Wconversions can be used to detect unexpected
sign conversions. This function supports the full range of addressing
modes of the instruction, including immediate mode for operand p1.
signed long __builtin_mulsu(const signed int p0,
const unsigned int p1);
p0
p1
Returns the signed long integer value of the product p0 x p1.
mul.su
Computes the product p0 x p1. Function arguments are integers with
mixed signs, and the function result is a signed long integer. The com-
mand-line option -Wconversions can be used to detect unexpected
sign conversions. This function supports the full range of addressing
modes of the instruction.
signed long __builtin_mulus(const unsigned int p0,
const signed int p1);
p0
p1
Returns the signed long integer value of the product p0 x p1.
mul.us
Computes the product p0 x p1. Function arguments are unsigned inte-
gers, and the function result is an unsigned long integer. The com-
mand-line option -Wconversions can be used to detect unexpected
sign conversions. This function supports the full range of addressing
modes of the instruction, including immediate mode for operand p1.
unsigned long __builtin_muluu(const unsigned int p0,
const unsigned int p1);
p0
p1
Returns the signed long integer value of the product p0 x p1.
multiplicand
multiplier
multiplicand
multiplier
multiplicand
multiplier
multiplicand
multiplier
MPLAB C30 Built-in Functions
DS51284F-page 147

Related parts for SW006012