![Epson S1C17 Series Manual Download Page 89](http://html.mh-extra.com/html/epson/s1c17-series/s1c17-series_manual_107781089.webp)
7-30
Seiko Epson Corporation
S1C17 CORE MANUAL
(REV. 1.2)
cv.la %rd, %rs
Function
Data conversion from 24 bits to 32 bits
Standard)
rd
(23:8)
←
0,
rd
(7:0)
←
rs
(23:16)
Extension 1) Unusable
Extension 2) Unusable
Code
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
0 0 1 0 1 0
r d
0 1 1 0
r s
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Flag
IL IE C V Z N
– – – – – –
|
|
|
| |
Mode
Src: Register direct
%rs
=
%r0
to
%r7
Dst: Register direct
%rd
=
%r0
to
%r7
CLK
One cycle
Description
(1) Standard
The eight high-order bits of the
rs
register are transferred to the eight low-order bits of the
rd
register. The 16 high-order bits of the
rd
register are set to 0.
rs
rd
23
8
0
23
16 15
0
7
0
X
8 bits
8 bits
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
(2) Delayed slot instruction
This instruction may be executed as a delayed slot instruction by writing it directly after a
branch instruction with the “d” bit.
Example
When the R1 register contains 0x800000
cv.la %r0,%r1 ; r0 = 0x000080