Vector Floating-point Programming
ARM DUI 0068B
Copyright © 2000, 2001 ARM Limited. All rights reserved.
6-21
6.7.5
FCVTSD
Convert double-precision floating-point to single-precision.
FCVTSD
is always scalar.
Syntax
FCVTSD{
cond
}
Sd,
Dm
where:
cond
is an optional condition code (see
VFP and condition codes
on page 6-8).
Sd
is a single-precision VFP register for the result.
Dm
is a double-precision VFP register holding the operand.
Usage
The
FCVTSD
instruction converts the double-precision value in
Dm
to single-precision and
places the result in
Sd
.
Exceptions
FCVTSD
instructions can produce Invalid Operation, Overflow, Underflow, or Inexact
exceptions.
Examples
FCVTSD s3, d14
FCVTSDMI s0, d1
Содержание Developer Suite
Страница 10: ...Preface x Copyright 2000 2001 ARM Limited All rights reserved ARM DUI 0068B ...
Страница 110: ...Assembler Reference 3 32 Copyright 2000 2001 ARM Limited All rights reserved ARM DUI 0068B ...
Страница 185: ...ARM Instruction Reference ARM DUI 0068B Copyright 2000 2001 ARM Limited All rights reserved 4 75 Example MSR CPSR_f r5 ...
Страница 238: ...Thumb Instruction Reference 5 44 Copyright 2000 2001 ARM Limited All rights reserved ARM DUI 0068B ...
Страница 282: ...Vector Floating point Programming 6 44 Copyright 2000 2001 ARM Limited All rights reserved ARM DUI 0068B ...
Страница 360: ...Index Index 6 Copyright 2000 2001 ARM Limited All rights reserved ARM DUI 0068B ...