From: "Edgar E. Iglesias" <[email protected]> Add support for bitfield extract and deposit instructions. This is based on top of the Misc configurability series I just sent out: https://lists.nongnu.org/archive/html/qemu-devel/2017-06/msg04496.html
Cheers, Edgar ChangeLog: v1 -> v2: * Simplify undef behavior checks for BSIFI * Add undef behavior checks for BSEFI Edgar E. Iglesias (7): target-microblaze: dec_barrel: Use bool instead of unsigned int target-microblaze: dec_barrel: Use extract32 target-microblaze: dec_barrel: Add braces around if-statements target-microblaze: dec_barrel: Plug TCG temp leak target-microblaze: dec_barrel: Add BSEFI target-microblaze: dec_barrel: Add BSIFI target-microblaze: Add CPU version 10.0 target/microblaze/cpu.c | 1 + target/microblaze/translate.c | 60 +++++++++++++++++++++++++++++++++---------- 2 files changed, 47 insertions(+), 14 deletions(-) -- 2.7.4
