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:
Edgar E. Iglesias 2017-06-20 13:53:53 +02:00
parent 5683750909
commit 8fc5239e1f
3 changed files with 7 additions and 5 deletions

View file

@ -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;