summaryrefslogtreecommitdiff
path: root/target-microblaze/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber1-4/+1
2014-03-13cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber1-2/+2
2014-03-13exec: Change tlb_fill() argument to CPUStateAndreas Färber1-5/+8
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber1-1/+3
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber1-1/+2
2013-06-28cpu: Turn cpu_unassigned_access() into a CPUState hookAndreas Färber1-4/+13
2013-03-19microblaze: Ignore non-cpu accesses to unmapped areasEdgar E. Iglesias1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-5/+5
2012-12-16exec: refactor cpu_restore_stateBlue Swirl1-7/+1
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-1/+1
2012-09-15target-microblaze: switch to AREG0 free modeBlue Swirl1-63/+52
2012-04-14Use uintptr_t for various op related functionsBlue Swirl1-5/+3
2012-04-12target-microblaze: added PetaLogix copyrightPeter A. G. Crosthwaite1-0/+1
2012-03-14target-microblaze: Don't overuse CPUStateAndreas Färber1-4/+4
2012-01-12microblaze: Emulate the hw stackprotectorEdgar E. Iglesias1-0/+11
2012-01-12microblaze: Add support for the clz insnEdgar E. Iglesias1-0/+5
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl1-4/+3
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl1-1/+1
2011-07-30exec.h cleanupBlue Swirl1-1/+4
2011-07-20Fix unassigned memory access handlingBlue Swirl1-10/+4
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl1-2/+2
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil1-1/+1
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno1-2/+2
2011-04-12microblaze: Add partial decoding of stream insnsEdgar E. Iglesias1-0/+35
2011-01-23microblaze: cleanup helper_addkcEdgar E. Iglesias1-5/+2
2011-01-22microblaze: Improve subkcEdgar E. Iglesias1-22/+0
2011-01-22microblaze: Improve addkcEdgar E. Iglesias1-16/+4
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell1-1/+1
2010-09-09microblaze: Add support for fcmp.unEdgar E. Iglesias1-2/+16
2010-09-09microblaze: Add basic FPU emulationEdgar E. Iglesias1-0/+230
2010-03-12Target specific usermode cleanupPaul Brook1-1/+1
2010-02-20microblaze: Dont segfault when singlestepping first insn.Edgar E. Iglesias1-0/+6
2009-12-16microblaze: Print content of EAR registerMichal Simek1-2/+2
2009-12-16microblaze: Update debug logs.Edgar E. Iglesias1-0/+9
2009-11-12microblaze: Restore env when raising unmapped bus access.Edgar E. Iglesias1-0/+2
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-1/+1
2009-10-01Get rid of _t suffixmalc1-1/+1
2009-09-11microblaze: HW Exception fixes.Edgar E. Iglesias1-9/+11
2009-09-03microblaze: Compute masks for alignment checks at translation time.Edgar E. Iglesias1-13/+4
2009-09-03microblaze: Trap on bus accesses to unmapped areas.Edgar E. Iglesias1-0/+27
2009-09-03microblaze: Trap on unaligned data accesses.Edgar E. Iglesias1-0/+27
2009-09-03microblaze: Trap on divizions by zero.Edgar E. Iglesias1-1/+6
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-05-26microblaze: Add translation routines.Edgar E. Iglesias1-0/+216