05.02.2013 Views

ARM Architecture Reference Manual ARMv7-A and ARMv7-R edition

ARM Architecture Reference Manual ARMv7-A and ARMv7-R edition

ARM Architecture Reference Manual ARMv7-A and ARMv7-R edition

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Instruction Details<br />

A8.6.298 VCVT (between double-precision <strong>and</strong> single-precision)<br />

This instruction does one of the following:<br />

converts the value in a double-precision register to single-precision <strong>and</strong> writes the result to a<br />

single-precision register<br />

converts the value in a single-precision register to double-precision <strong>and</strong> writes the result to a<br />

double-precision register.<br />

Encoding T1 / A1 VFPv2, VFPv3 (UNDEFINED in single-precision only variants)<br />

VCVT.F64.F32 , <br />

VCVT.F32.F64 , <br />

15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0<br />

1 1 1 0 1 1 1 0 1 D 1 1 0 1 1 1 Vd 1 0 1 sz 1 1 M 0 Vm<br />

31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0<br />

cond 1 1 1 0 1 D 1 1 0 1 1 1 Vd 1 0 1 sz 1 1 M 0 Vm<br />

double_to_single = (sz == ‘1’);<br />

d = if double_to_single then UInt(Vd:D) else UInt(D:Vd);<br />

m = if double_to_single then UInt(M:Vm) else UInt(Vm:M);<br />

A8-584 Copyright © 1996-1998, 2000, 2004-2008 <strong>ARM</strong> Limited. All rights reserved. <strong>ARM</strong> DDI 0406B

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!