Move From Register to Register (Pseudo-Operation)
MV
3-85
TMS320C62x/C67x Fixed-Point Instruction Set
Syntax
MV (.unit)
src, dst
.unit = .L1, .L2, .S1, .S2, .D1, .D2
Opcode map field used... For operand type...
Unit
Opfield
src
dst
xsint
sint
.L1, .L2
0000010
src
dst
sint
sint
.D1, .D2
010010
src
dst
slong
slong
.L1, .L2
0100001
src
dst
xsint
sint
.S1, .S2
000110
Opcode
See ADD instruction.
Description
This is a pseudo operation that moves a value from one register to another.
The assembler uses the operation ADD (.unit) 0,
src, dst to perform this task.
Execution
if (cond) 0 +
src
→
dst
else nop
Instruction Type
Single-cycle
Delay Slots
0