diff options
author | Chinmay Rath <rathc@linux.ibm.com> | 2024-03-15 12:14:22 +0530 |
---|---|---|
committer | Nicholas Piggin <npiggin@gmail.com> | 2024-05-24 08:57:50 +1000 |
commit | 177fcc06dc579749ec4515174b62ba4cdb775474 (patch) | |
tree | 076c4f6cbbd9069b43cbb6b629acf26cd2b9fbbc /.travis.yml | |
parent | 5747926fec6c65b60f9f7aca6d4df525c79eae8e (diff) | |
download | qemu-177fcc06dc579749ec4515174b62ba4cdb775474.zip qemu-177fcc06dc579749ec4515174b62ba4cdb775474.tar.gz qemu-177fcc06dc579749ec4515174b62ba4cdb775474.tar.bz2 |
target/ppc: Move floating-point arithmetic instructions to decodetree.
This patch moves the below instructions to decodetree specification :
f{add, sub, mul, div, re, rsqrte, madd, msub, nmadd, nmsub}[s][.] : A-form
ft{div, sqrt} : X-form
With this patch, all the floating-point arithmetic instructions have been
moved to decodetree.
The changes were verified by validating that the tcg ops generated by those
instructions remain the same, which were captured with the '-d in_asm,op' flag.
Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Chinmay Rath <rathc@linux.ibm.com>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions