From 8fc5239e1f8df617147dfe9761dd78291fea78d7 Mon Sep 17 00:00:00 2001 From: "Edgar E. Iglesias" Date: Tue, 20 Jun 2017 13:53:53 +0200 Subject: target-microblaze: Introduce a use-pcmp-instr property Introduce a use-pcmp-instr property making pcmp instructions optional. Reviewed-by: Alistair Francis Signed-off-by: Edgar E. Iglesias --- target/microblaze/cpu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'target/microblaze/cpu.h') diff --git a/target/microblaze/cpu.h b/target/microblaze/cpu.h index 5c960d01d3..5ce4c82657 100644 --- a/target/microblaze/cpu.h +++ b/target/microblaze/cpu.h @@ -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; -- cgit v1.2.1