]> Git Repo - qemu.git/commit
target/microblaze: Convert dec_add to decodetree
authorRichard Henderson <[email protected]>
Tue, 18 Aug 2020 05:17:58 +0000 (22:17 -0700)
committerRichard Henderson <[email protected]>
Tue, 1 Sep 2020 14:41:38 +0000 (07:41 -0700)
commit20800179655d9262716ff20895c3c9d81ecb2d17
treed1e1abba63b121472d5c55753e9fc4b409534c79
parent44d1432ba25742624bdb9841b634d45b6711dcf8
target/microblaze: Convert dec_add to decodetree

Adds infrastrucure for translation of instructions, which could
not be added before their first use.  Cache a temporary which
represents r0 as the immediate 0 value, or a sink.

Move the special case of opcode_0_illegal from old_decode()
into decodetree as well, lest this get interpreted as add.

Tested-by: Edgar E. Iglesias <[email protected]>
Reviewed-by: Edgar E. Iglesias <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
target/microblaze/insns.decode
target/microblaze/translate.c
This page took 0.024962 seconds and 4 git commands to generate.