cpu_ldst_template.h: Drop unused cpu_ldfq/stfq/ldfl/stfl accessors
commit82f11917c99e3c7fa3d6aa98572ecc98c7324c2f
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 20 Jan 2015 15:19:34 +0000 (20 15:19 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 20 Jan 2015 15:19:34 +0000 (20 15:19 +0000)
tree79c30f9ee49da9f232c749a1dd6fe578637ca1be
parent800e2ecc896beb6b79e7333c762da163b6a9135a
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
include/exec/cpu_ldst_template.h