mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
target/arm: Implement SVE floating-point convert to integer
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20180627043328.11531-25-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
46d33d1e3c
commit
df4de1affc
6 changed files with 211 additions and 7 deletions
|
@ -11407,7 +11407,7 @@ ftype HELPER(name)(uint32_t x, void *fpstp) \
|
|||
}
|
||||
|
||||
#define CONV_FTOI(name, ftype, fsz, sign, round) \
|
||||
uint32_t HELPER(name)(ftype x, void *fpstp) \
|
||||
sign##int32_t HELPER(name)(ftype x, void *fpstp) \
|
||||
{ \
|
||||
float_status *fpst = fpstp; \
|
||||
if (float##fsz##_is_any_nan(x)) { \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue