aboutsummaryrefslogtreecommitdiffstats
path: root/target-microblaze
AgeCommit message (Expand)AuthorFilesLines
2011-04-12microblaze: Add partial decoding of stream insnsEdgar E. Iglesias4-0/+78
2011-04-12microblaze: Add stream-insn related constantsEdgar E. Iglesias1-0/+9
2011-04-11microblaze: Add constant for exception-code maskEdgar E. Iglesias1-0/+1
2011-04-11microblaze: Correct MMU_ZONES maskAlejandro Cabrera1-1/+1
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil1-1/+1
2011-04-03Fix trivial "endianness bugs"Stefan Weil1-1/+1
2011-03-13inline cpu_halted into sole callerPaolo Bonzini1-11/+0
2011-03-11microblaze: Add PVR for writeback cache, endiansMichal Simek1-0/+4
2011-02-10microblaze: Handle singlestepping over direct jmpsEdgar E. Iglesias1-2/+6
2011-02-08cris, microblaze: use cpu_has_workPaolo Bonzini1-3/+1
2011-01-23microblaze: cleanup helper_addkcEdgar E. Iglesias3-10/+7
2011-01-22microblaze: Improve subkcEdgar E. Iglesias3-38/+49
2011-01-22microblaze: Fix 3rd addkc arg when rd is r0Edgar E. Iglesias1-2/+1
2011-01-22microblaze: Improve addkcEdgar E. Iglesias3-26/+45
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
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell1-1/+1
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 support for fcmp.unEdgar E. Iglesias1-2/+16
2010-09-09microblaze: Add basic FPU emulationEdgar E. Iglesias4-9/+358
2010-09-09microblaze: Add definitions for FSR reg fieldsEdgar E. Iglesias1-0/+7
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-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini1-1/+0
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini2-5/+6
2010-07-03remove unused stuff from */exec.hPaolo Bonzini1-2/+0
2010-06-07microblaze: Make MSR_UM and MSR_VM part of the tb flagsEdgar E. Iglesias1-4/+3
2010-05-19microblaze: Update elf machine nums.Edgar E. Iglesias1-1/+1
2010-04-25microblaze: remove dead assignments, spotted by clang analyzerBlue Swirl1-6/+1
2010-03-17Large page TLB flushPaul Brook1-3/+4
2010-03-12Target specific usermode cleanupPaul Brook2-1/+3
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook1-5/+0
2010-03-12Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson1-0/+3
2010-02-20microblaze: Improve brk emulation.Edgar E. Iglesias1-5/+14
2010-02-20microblaze: Dont segfault when singlestepping first insn.Edgar E. Iglesias1-0/+6
2010-01-19kill regs_to_env and env_to_regsPaolo Bonzini1-8/+0
2009-12-16microblaze: Print content of EAR registerMichal Simek2-4/+4
2009-12-16microblaze: Update debug logs.Edgar E. Iglesias2-2/+14
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: Restore env when raising unmapped bus access.Edgar E. Iglesias1-0/+2
2009-11-12microblaze: Unbreak reset.Edgar E. Iglesias1-27/+26
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori3-4/+4