summaryrefslogtreecommitdiff
path: root/target-microblaze/translate.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-12microblaze: Add support for the clz insnEdgar E. Iglesias1-0/+11
2011-12-02fix spelling in target sub directoryDong Xu Wang1-2/+2
2011-08-25microblaze: Add an MSR_PVR constant and use it.Edgar E. Iglesias1-2/+2
2011-08-25microblaze: Make the MSR PVR bit non writableEdgar E. Iglesias1-3/+8
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-07-31microblaze: Add missing call to qemu_init_vcpu.Peter A. G. Crosthwaite1-0/+1
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil1-2/+1
2011-04-12microblaze: Add partial decoding of stream insnsEdgar E. Iglesias1-0/+37
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil1-1/+1
2011-04-03Fix trivial "endianness bugs"Stefan Weil1-1/+1
2011-02-10microblaze: Handle singlestepping over direct jmpsEdgar E. Iglesias1-2/+6
2011-01-23microblaze: cleanup helper_addkcEdgar E. Iglesias1-4/+4
2011-01-22microblaze: Improve subkcEdgar E. Iglesias1-15/+49
2011-01-22microblaze: Fix 3rd addkc arg when rd is r0Edgar E. Iglesias1-2/+1
2011-01-22microblaze: Improve addkcEdgar E. Iglesias1-9/+40
2011-01-22microblaze: Remove debug leftovers.Edgar E. Iglesias1-2/+0
2011-01-22microblaze: Reorganize for future patchesEdgar E. Iglesias1-19/+17
2011-01-19microblaze: Add support for load/store reversedEdgar E. Iglesias1-8/+161
2011-01-19microblaze: Tweak comment, fast cases -> common casesEdgar E. Iglesias1-1/+1
2011-01-14microblaze: Improve unconditional direct branchingEdgar E. Iglesias1-7/+14
2011-01-05microblaze: Use more TB chainingEdgar E. Iglesias1-5/+23
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil1-2/+1
2010-10-02target-microblaze: Use %td for ptrdiff_t arguments in debug messageStefan Weil1-1/+1
2010-09-09microblaze: Add basic FPU emulationEdgar E. Iglesias1-9/+110
2010-07-25microblaze: Remove unused members from the disas contextEdgar E. Iglesias1-5/+1
2010-07-24microblaze: Speed up base + index addressing modeEdgar E. Iglesias1-0/+7
2010-07-24microblaze: Use setcond for conditional branchesEdgar E. Iglesias1-32/+6
2010-07-24microblaze: Improve branch with small immediatesEdgar E. Iglesias1-7/+21
2010-02-20microblaze: Improve brk emulation.Edgar E. Iglesias1-5/+14
2009-12-16microblaze: Print content of EAR registerMichal Simek1-2/+2
2009-12-16microblaze: Update debug logs.Edgar E. Iglesias1-2/+5
2009-12-13microblaze: Handle wdc flush and clear.Edgar E. Iglesias1-0/+3
2009-12-13microblaze: Correct branch to registers.Paul Hartke1-1/+1
2009-11-12microblaze: Unbreak reset.Edgar E. Iglesias1-27/+26
2009-09-25gcc wants 1st static and then constJuan Quintela1-2/+2
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-2/+2
2009-09-11microblaze: Trap if QEMU finds an unknown insns.Edgar E. Iglesias1-0/+6
2009-09-11microblaze: Correct prio between MMU and unaligned exceptions.Edgar E. Iglesias1-6/+25
2009-09-11microblaze: HW Exception fixes.Edgar E. Iglesias1-10/+10
2009-09-04microblaze: Trap on illegal load/store sizes.Edgar E. Iglesias1-0/+13
2009-09-03microblaze: Compute masks for alignment checks at translation time.Edgar E. Iglesias1-2/+2
2009-09-03microblaze: MMU shows more respect to synthesis config.Edgar E. Iglesias1-3/+8
2009-09-03microblaze: Trap on unaligned data accesses.Edgar E. Iglesias1-2/+16
2009-09-03microblaze: Trap on divizions by zero.Edgar E. Iglesias1-1/+0
2009-09-03microblaze: Correct mfs into r0.Edgar E. Iglesias1-0/+4
2009-09-03microblaze: Catch illegal insns and privilege violations.Edgar E. Iglesias1-1/+110
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-05-26microblaze: Add translation routines.Edgar E. Iglesias1-0/+1395