OR Bitwise OR

Execution

if (cond)

src1 OR src2

dst

 

else nop

 

 

Pipeline

 

 

 

 

 

Pipeline

E1

 

 

 

 

 

 

Stage

 

 

 

 

 

 

 

 

Read

src1, src2

 

 

 

Written

dst

 

 

 

Unit in use

.L or .S

 

 

 

 

 

 

Instruction Type

Single-cycle

 

 

Delay Slots

0

 

 

See Also

AND, XOR

 

 

Example 1

OR .S1

A3,A4,A5

 

 

 

Before instruction

1 cycle after instruction

A3

A4

A5

08A3 A49Fh

00FF 375Ah

xxxx xxxxh

A3

A4

A5

08A3 A49Fh

00FF 375Ah

08FF B7DFh

Example 2

OR .L2

−12,B2,B8

Before instruction

1 cycle after instruction

B2

B8

0000 3A41h

xxxx xxxxh

B2

B8

0000 3A41h

FFFF FFF5h

3-196

Instruction Set

SPRU733

Page 256
Image 256
Texas Instruments TMS320C67X/C67X+ DSP manual Src1 or src2 → dst, And, Xor