mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
target-microblaze: Introduce a use-pcmp-instr property
Introduce a use-pcmp-instr property making pcmp instructions optional. Reviewed-by: Alistair Francis <alistair.francis@xilinx.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
This commit is contained in:
parent
5683750909
commit
8fc5239e1f
3 changed files with 7 additions and 5 deletions
|
@ -302,6 +302,7 @@ struct MicroBlazeCPU {
|
|||
bool use_barrel;
|
||||
bool use_div;
|
||||
bool use_msr_instr;
|
||||
bool use_pcmp_instr;
|
||||
bool use_mmu;
|
||||
bool dcache_writeback;
|
||||
bool endi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue