[Qemu-devel] [PATCH v2 0/7] target-microblaze: Add support for BSXFI

Edgar E. Iglesias posted 7 patches 6 years, 10 months ago
Failed in applying to current master (apply log)
target/microblaze/cpu.c       |  1 +
target/microblaze/translate.c | 60 +++++++++++++++++++++++++++++++++----------
2 files changed, 47 insertions(+), 14 deletions(-)
[Qemu-devel] [PATCH v2 0/7] target-microblaze: Add support for BSXFI
Posted by Edgar E. Iglesias 6 years, 10 months ago
From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>

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