aboutsummaryrefslogtreecommitdiff
path: root/target/microblaze/op_helper.c
AgeCommit message (Expand)Author
2020-09-07target/microblaze: Move pvr regs to MicroBlazeCPUConfigRichard Henderson
2020-09-01target/microblaze: Use cc->do_unaligned_accessRichard Henderson
2020-09-01target/microblaze: Fix no-op mb_cpu_transaction_failedRichard Henderson
2020-09-01target/microblaze: Fix cpu unwind for stackprotRichard Henderson
2020-09-01target/microblaze: Fix cpu unwind for fpu exceptionsRichard Henderson
2020-09-01target/microblaze: Unwind properly when raising divide-by-zeroRichard Henderson
2020-09-01target/microblaze: Implement cmp and cmpu inlineRichard Henderson
2020-09-01target/microblaze: Convert dec_sub to decodetreeRichard Henderson
2020-09-01target/microblaze: Remove empty D macrosRichard Henderson
2020-09-01target/microblaze: Remove helper_debug and env->debugRichard Henderson
2020-09-01target/microblaze: Fix width of ESRRichard Henderson
2020-09-01target/microblaze: Fix width of MSRRichard Henderson
2020-09-01target/microblaze: Fix width of PC and BTARGETRichard Henderson
2020-09-01target/microblaze: Split out FSR from env->sregsRichard Henderson
2020-09-01target/microblaze: Split out ESR from env->sregsRichard Henderson
2020-09-01target/microblaze: Split out EAR from env->sregsRichard Henderson
2020-09-01target/microblaze: Split out MSR from env->sregsRichard Henderson
2020-09-01target/microblaze: Split out PC from env->sregsRichard Henderson
2020-04-30target/microblaze: Add the div-zero-exception propertyEdgar E. Iglesias
2019-06-10target/microblaze: Use env_cpu, env_archcpuRichard Henderson
2019-05-10target/microblaze: Convert to CPUClass::tlb_fillRichard Henderson
2019-01-22target/microblaze: Switch to transaction_failed hookPeter Maydell
2018-05-29target-microblaze: Convert env_btarget to i64Edgar E. Iglesias
2018-05-29target-microblaze: Add support for extended access to TLBLOEdgar E. Iglesias
2018-05-29target-microblaze: Make special registers 64-bitEdgar E. Iglesias
2018-05-29target-microblaze: Use TCGv for load/store addressesEdgar E. Iglesias
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier
2017-12-27target/*helper: don't check retaddr before calling cpu_restore_stateAlex Bennée
2017-01-10target-microblaze: Use clz opcodeRichard Henderson
2016-12-20Move target-* CPU file into a target/ folderThomas Huth