mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
target/microblaze: Convert dec_mul to decodetree
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
cb0a0a4c86
commit
97955ceb42
2 changed files with 37 additions and 46 deletions
|
@ -50,6 +50,12 @@ andni 101011 ..... ..... ................ @typeb
|
|||
cmp 000101 ..... ..... ..... 000 0000 0001 @typea
|
||||
cmpu 000101 ..... ..... ..... 000 0000 0011 @typea
|
||||
|
||||
mul 010000 ..... ..... ..... 000 0000 0000 @typea
|
||||
mulh 010000 ..... ..... ..... 000 0000 0001 @typea
|
||||
mulhu 010000 ..... ..... ..... 000 0000 0011 @typea
|
||||
mulhsu 010000 ..... ..... ..... 000 0000 0010 @typea
|
||||
muli 011000 ..... ..... ................ @typeb
|
||||
|
||||
or 100000 ..... ..... ..... 000 0000 0000 @typea
|
||||
ori 101000 ..... ..... ................ @typeb
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue