aboutsummaryrefslogtreecommitdiff
path: root/target/microblaze/translate.c
AgeCommit message (Expand)Author
2018-05-29target-microblaze: Correct special register array sizesEdgar E. Iglesias
2018-05-29target-microblaze: compute_ldst_addr: Use bool instead of intEdgar E. Iglesias
2018-05-29target-microblaze: dec_store: Use bool instead of unsigned intEdgar E. Iglesias
2018-05-29target-microblaze: dec_load: Use bool instead of unsigned intEdgar E. Iglesias
2018-05-09target/microblaze: avoid integer overflow in next_page PC checkEmilio G. Cota
2018-04-30target-microblaze: Don't clobber the IMM reg for ld/st reversedEdgar E. Iglesias
2018-04-30target-microblaze: Fix trap checks for FPU insnsEdgar E. Iglesias
2018-04-30target-microblaze: Respect MSR.PVR as read-onlyEdgar E. Iglesias
2017-12-29tcg: Dynamically allocate TCGOpsRichard Henderson
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell
2017-10-25disas: Remove unused flags argumentsRichard Henderson
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota
2017-09-06target: [tcg] Use a generic enum for DISAS_ valuesLluís Vilanova
2017-09-01microblaze: replace cpu_mb_init() with cpu_generic_init()Igor Mammedov
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova
2017-07-04target-microblaze: dec_barrel: Add BSIFIEdgar E. Iglesias
2017-07-04target-microblaze: dec_barrel: Add BSEFIEdgar E. Iglesias
2017-07-04target-microblaze: dec_barrel: Plug TCG temp leakEdgar E. Iglesias
2017-07-04target-microblaze: dec_barrel: Add braces around if-statementsEdgar E. Iglesias
2017-07-04target-microblaze: dec_barrel: Use extract32Edgar E. Iglesias
2017-07-04target-microblaze: dec_barrel: Use bool instead of unsigned intEdgar E. Iglesias
2017-07-04target-microblaze: Introduce a use-pcmp-instr propertyEdgar E. Iglesias
2017-07-04target-microblaze: Introduce a use-msr-instr propertyEdgar E. Iglesias
2017-07-04target-microblaze: Introduce a use-hw-mul propertyEdgar E. Iglesias
2017-07-04target-microblaze: Introduce a use-div propertyEdgar E. Iglesias
2017-07-04target-microblaze: Introduce a use-barrel propertyEdgar E. Iglesias
2017-01-10target-microblaze: Use clz opcodeRichard Henderson
2016-12-20Move target-* CPU file into a target/ folderThomas Huth