Rename some int<->fp conversion IROps for consistency. No functional change. n...
commit6b16f0e2a0427f57fb5dc76cbe9177ee35f997ab
authorJulian Seward <jseward@acm.org>
Sat, 26 Jan 2019 16:38:01 +0000 (26 17:38 +0100)
committerJulian Seward <jseward@acm.org>
Sat, 26 Jan 2019 16:38:01 +0000 (26 17:38 +0100)
tree24338e44f1b6e32d72caa2c634953f628b0db1d9
parenta05a920edcf0490529815d77d2d0cc47c121c120
Rename some int<->fp conversion IROps for consistency.  No functional change.  n-i-bz.

2018-Dec-27: some of int<->fp conversion operations have been renamed so as to
have a trailing _DEP, meaning "deprecated".  This is because they don't
specify a rounding mode to be used for the conversion and so are
underspecified.  Their use should be replaced with equivalents that do specify
a rounding mode, either as a first argument or using a suffix on the name,
that indicates the rounding mode to use.
VEX/priv/guest_arm_toIR.c
VEX/priv/guest_mips_toIR.c
VEX/priv/guest_ppc_toIR.c
VEX/priv/host_arm_isel.c
VEX/priv/host_mips_isel.c
VEX/priv/host_ppc_isel.c
VEX/priv/ir_defs.c
VEX/pub/libvex_ir.h
memcheck/mc_translate.c
memcheck/tests/vbit-test/irops.c