]> git.ipfire.org Git - thirdparty/valgrind.git/commit
PPC64, Add support for vlogefp, vexptefp instructions
authorCarl Love <carll@us.ibm.com>
Tue, 28 May 2019 19:07:04 +0000 (14:07 -0500)
committerCarl Love <carll@us.ibm.com>
Tue, 28 May 2019 19:07:04 +0000 (14:07 -0500)
commit3a345d9f8e8e98ee74f2c66f69ab51220cd18d47
tree5d77f7469d10edc9f3799fbce8489ab6c0640484
parentd2cbb78a151256290d490fcb7a805884d6406a7e
PPC64, Add support for vlogefp, vexptefp instructions

Add Iop_Exp2_32Fx4 to VEX/pub/libvex_ir.h to support the 2^x instruction.

Enable the existing test support for the two instructions in
none/tests/ppc64/subnormal_test.c and none/tests/ppc64/jm-insns.c.

https://bugs.kde.org/show_bug.cgi?id=407340
NEWS
VEX/priv/guest_ppc_toIR.c
VEX/priv/host_ppc_defs.c
VEX/priv/host_ppc_defs.h
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