target/i386: Rename helper_fldt, helper_fstt
commite3a69234540d40b12c7d8f242fd8e21aadc2b81f
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 22 Mar 2021 13:27:38 +0000 (22 14:27 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 10 May 2021 19:41:49 +0000 (10 15:41 -0400)
tree3cc57e34ef3e98a51a4e71eac96853b10fc26878
parente58c7a3bba3076890592f02d2b0e596bf191b5c2
target/i386: Rename helper_fldt, helper_fstt

Change the prefix from "helper" to "do".  The former should be
reserved for those functions that are called from TCG; the latter
is in use within the file already for those functions that are
called from the helper functions, adding a "retaddr" argument.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Claudio Fontana <cfontana@suse.de>
Tested-by: Claudio Fontana <cfontana@suse.de>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210322132800.7470-3-cfontana@suse.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/fpu_helper.c