aboutsummaryrefslogtreecommitdiffstats
path: root/target-microblaze/translate.c
AgeCommit message (Expand)AuthorFilesLines
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