aboutsummaryrefslogtreecommitdiff
path: root/target-microblaze/op_helper.c
AgeCommit message (Expand)Author
2016-07-12Fix confusing argument names in some common functionsSergey Sorokin
2016-06-24softfloat: Implement run-time-configurable meaning of signaling NaN bitAleksandar Markovic
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-01-28microblaze: Clean up includesPeter Maydell
2015-12-17microblaze: avoid "naked" qemu_logPaolo Bonzini
2015-10-08target-microblaze: Remove unnecessary variableShraddha Barke
2015-09-11maint: remove unused include for assert.hDaniel P. Berrange
2015-06-21target-microblaze: Fix up indentationAlistair Francis
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini
2014-06-05softmmu: commonize helper definitionsPaolo Bonzini
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson
2014-03-13translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber
2014-03-13cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber
2014-03-13exec: Change tlb_fill() argument to CPUStateAndreas Färber
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber
2013-06-28cpu: Turn cpu_unassigned_access() into a CPUState hookAndreas Färber
2013-03-19microblaze: Ignore non-cpu accesses to unmapped areasEdgar E. Iglesias
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-16exec: refactor cpu_restore_stateBlue Swirl
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-09-15target-microblaze: switch to AREG0 free modeBlue Swirl
2012-04-14Use uintptr_t for various op related functionsBlue Swirl
2012-04-12target-microblaze: added PetaLogix copyrightPeter A. G. Crosthwaite
2012-03-14target-microblaze: Don't overuse CPUStateAndreas Färber
2012-01-12microblaze: Emulate the hw stackprotectorEdgar E. Iglesias
2012-01-12microblaze: Add support for the clz insnEdgar E. Iglesias
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-07-30exec.h cleanupBlue Swirl
2011-07-20Fix unassigned memory access handlingBlue Swirl
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno
2011-04-12microblaze: Add partial decoding of stream insnsEdgar E. Iglesias
2011-01-23microblaze: cleanup helper_addkcEdgar E. Iglesias
2011-01-22microblaze: Improve subkcEdgar E. Iglesias
2011-01-22microblaze: Improve addkcEdgar E. Iglesias
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell
2010-09-09microblaze: Add support for fcmp.unEdgar E. Iglesias
2010-09-09microblaze: Add basic FPU emulationEdgar E. Iglesias
2010-03-12Target specific usermode cleanupPaul Brook
2010-02-20microblaze: Dont segfault when singlestepping first insn.Edgar E. Iglesias
2009-12-16microblaze: Print content of EAR registerMichal Simek
2009-12-16microblaze: Update debug logs.Edgar E. Iglesias
2009-11-12microblaze: Restore env when raising unmapped bus access.Edgar E. Iglesias
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-11microblaze: HW Exception fixes.Edgar E. Iglesias