mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
target/microblaze: Convert dec_sub to decodetree
Use tcg_gen_add2_i32 for computing carry. This removes the last use of helper_carry, so remove that. Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
2080017965
commit
a2b0b90e79
4 changed files with 65 additions and 75 deletions
|
@ -40,3 +40,16 @@ addi 001000 ..... ..... ................ @typeb
|
|||
addic 001010 ..... ..... ................ @typeb
|
||||
addik 001100 ..... ..... ................ @typeb
|
||||
addikc 001110 ..... ..... ................ @typeb
|
||||
|
||||
cmp 000101 ..... ..... ..... 000 0000 0001 @typea
|
||||
cmpu 000101 ..... ..... ..... 000 0000 0011 @typea
|
||||
|
||||
rsub 000001 ..... ..... ..... 000 0000 0000 @typea
|
||||
rsubc 000011 ..... ..... ..... 000 0000 0000 @typea
|
||||
rsubk 000101 ..... ..... ..... 000 0000 0000 @typea
|
||||
rsubkc 000111 ..... ..... ..... 000 0000 0000 @typea
|
||||
|
||||
rsubi 001001 ..... ..... ................ @typeb
|
||||
rsubic 001011 ..... ..... ................ @typeb
|
||||
rsubik 001101 ..... ..... ................ @typeb
|
||||
rsubikc 001111 ..... ..... ................ @typeb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue