PNX1302EH NXP Semiconductors, PNX1302EH Datasheet - Page 316

PNX1302EH

Manufacturer Part Number
PNX1302EH
Description
Manufacturer
NXP Semiconductors
Datasheet

Specifications of PNX1302EH

Lead Free Status / RoHS Status
Not Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
PNX1302EH
Manufacturer:
NXP
Quantity:
201
Part Number:
PNX1302EH
Manufacturer:
XILINX
0
Part Number:
PNX1302EH
Manufacturer:
PHILIPS/飞利浦
Quantity:
20 000
Part Number:
PNX1302EH,557
Manufacturer:
NXP Semiconductors
Quantity:
10 000
Part Number:
PNX1302EH/G
Manufacturer:
NXP
Quantity:
5 510
Part Number:
PNX1302EH/G
Manufacturer:
NXP/恩智浦
Quantity:
20 000
Philips Semiconductors
Compute carry bit from unsigned add
SYNTAX
FUNCTION
DESCRIPTION
generates a carry (if the sum is greater than 2
to 0.
modification of the destination register. If the LSB of rguard is 1, rdest is written; otherwise, rdest is not changed.
EXAMPLES
r70 = 2, r30 = 0xfffffffc
r10 = 0, r70 = 2, r30 = 0xfffffffc
r20 = 1, r70 = 2, r30 = 0xfffffffc
r60 = 4, r30 = 0xfffffffc
r30 = 0xfffffffc
The
The
[ IF rguard ] carry rsrc1 rsrc2 → rdest
if rguard then {
}
if (rsrc1+rsrc2) < 2
else
carry
carry
rdest ← 0
rdest ← 1
Initial Values
operation computes the unsigned sum of the first and second arguments, rsrc1+rsrc2. If the sum
operation optionally takes a guard, specified in rguard. If a guard is present, its LSB controls the
32
then
carry r70 r30 → r80
IF r10 carry r70 r30 → r90
IF r20 carry r70 r30 → r100
carry r60 r30 → r110
carry r30 r30 → r120
32
-1), 1 is stored in the destination register, rdest; otherwise, rdest is set
Operation
PRELIMINARY SPECIFICATION
PNX1300/01/02/11 DSPCPU Operations
Function unit
Operation code
Number of operands
Modifier
Modifier range
Latency
Issue slots
r80 ← 0
no change, since guard is false
r100 ← 0
r110 ← 1
r120 ← 1
ATTRIBUTES
SEE ALSO
borrow
Result
1, 2, 3, 4, 5
carry
alu
No
45
2
1
A-18

Related parts for PNX1302EH