diff options
| author | Peter Maydell | 2015-01-20 16:19:34 +0100 |
|---|---|---|
| committer | Peter Maydell | 2015-01-20 16:19:34 +0100 |
| commit | 82f11917c99e3c7fa3d6aa98572ecc98c7324c2f (patch) | |
| tree | 79c30f9ee49da9f232c749a1dd6fe578637ca1be /include/exec/cpu-all.h | |
| parent | cpu_ldst.h: Drop unused _raw macros, saddr() and laddr() (diff) | |
| download | qemu-82f11917c99e3c7fa3d6aa98572ecc98c7324c2f.tar.gz qemu-82f11917c99e3c7fa3d6aa98572ecc98c7324c2f.tar.xz qemu-82f11917c99e3c7fa3d6aa98572ecc98c7324c2f.zip | |
cpu_ldst_template.h: Drop unused cpu_ldfq/stfq/ldfl/stfl accessors
The cpu_ldfq/stfq/ldfl/stfl accessors for loading and storing
float32 and float64 are completely unused, so delete them.
(The union they use for converting from the float32/float64
type to uint32_t or uint64_t is the wrong way to do it anyway:
they should be using make_float* and float*_val.)
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 1421334118-3287-15-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'include/exec/cpu-all.h')
0 files changed, 0 insertions, 0 deletions
