diff options
author | Chinmay Rath <rathc@linux.ibm.com> | 2024-02-14 15:10:27 +0530 |
---|---|---|
committer | Nicholas Piggin <npiggin@gmail.com> | 2024-03-13 02:47:04 +1000 |
commit | a9bd40d9375451c0990d5ae0154b166f745bc458 (patch) | |
tree | 9c27e60dc3896a78acee7614be98e5bea5631c29 /scripts/device-crash-test | |
parent | 623d9065b68d4fc4fc420aaacac5eadf8d0d265f (diff) | |
download | qemu-a9bd40d9375451c0990d5ae0154b166f745bc458.zip qemu-a9bd40d9375451c0990d5ae0154b166f745bc458.tar.gz qemu-a9bd40d9375451c0990d5ae0154b166f745bc458.tar.bz2 |
target/ppc: Move add and subf type fixed-point arithmetic instructions to decodetree
This patch moves the below instructions to decodetree specification:
{add, subf}[c,e,me,ze][o][.] : XO-form
addic[.], subfic : D-form
addex : Z23-form
This patch introduces XO form instructions into decode tree
specification, for which all the four variations([o][.]) have been
handled with a single pattern. 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: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
Signed-off-by: Chinmay Rath <rathc@linux.ibm.com>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Diffstat (limited to 'scripts/device-crash-test')
0 files changed, 0 insertions, 0 deletions