Exclusive OR
XOR
3-137
TMS320C62x/C67x Fixed-Point Instruction Set
Execution
if (cond)
src1 xor src2
→
dst
else
nop
Pipeline
Stage
E1
Read
src1, src2
Written
dst
Unit in use
.L or .S
Instruction Type
Single-cycle
Delay Slots
0
Example 1
XOR .L1
A1,A2,A3
Before instruction
1 cycle after instruction
A1
0721 325Ah
A1
0721 325Ah
A2
0019 0F12h
A2
0019 0F12h
A3
XXXX XXXXh
A3
0738 3D48h
Example 2
XOR .L2
B1,0dh,B2
Before instruction
1 cycle after instruction
B1
0000 1023h
B1
0000 1023h
B2
XXXX XXXXh
B2
0000 102Eh
Pipeline