aboutsummaryrefslogtreecommitdiff
path: root/target/microblaze/translate.c
AgeCommit message (Expand)Author
2024-05-15target/microblaze: Use translator_ldlRichard Henderson
2024-05-15accel/tcg: Provide default implementation of disas_logRichard Henderson
2024-05-15accel/tcg: Use vaddr in translator_ld*Richard Henderson
2024-04-26accel: Include missing 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé
2024-04-09target/microblaze: Use insn_start from DisasContextBaseRichard Henderson
2024-03-12target/microblaze: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé
2024-02-03include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson
2024-01-29target: Use vaddr in gen_intermediate_codeAnton Johansson
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson
2023-08-31target/translate: Remove unnecessary 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson
2023-03-05target/microblaze: Avoid tcg_const_* throughoutRichard Henderson
2023-03-05target/microblaze: Drop tcg_temp_freeRichard Henderson
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson
2022-10-26target/microblaze: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson
2021-11-02target/microblaze: Do not set MO_ALIGN for user-onlyRichard Henderson
2021-10-15target/microblaze: Drop checks for singlestep_enabledRichard Henderson
2021-10-15target/microblaze: Check CF_NO_GOTO_TB for DISAS_JUMPRichard Henderson
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson
2021-07-09target/microblaze: Use translator_use_goto_tbRichard Henderson
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé
2020-11-15microblaze tcg cpus: Fix Lesser GPL version numberChetan Pant
2020-09-07target/microblaze: Put MicroBlazeCPUConfig into DisasContextRichard Henderson
2020-09-07target/microblaze: Treat pvr_regs as constantRichard Henderson
2020-09-07target/microblaze: Move pvr regs to MicroBlazeCPUConfigRichard Henderson
2020-09-07target/microblaze: Diagnose invalid insns in delay slotsRichard Henderson
2020-09-07target/microblaze: Use tcg_gen_lookup_and_goto_ptrRichard Henderson
2020-09-07target/microblaze: Force rtid, rted, rtbd to exitRichard Henderson
2020-09-07target/microblaze: Handle DISAS_EXIT_NEXT in delay slotRichard Henderson
2020-09-07target/microblaze: Replace cpustate_changed with DISAS_EXIT_NEXTRichard Henderson
2020-09-07target/microblaze: Introduce DISAS_EXIT_NEXT, DISAS_EXIT_JUMPRichard Henderson
2020-09-07target/microblaze: Rename DISAS_UPDATE to DISAS_EXITRichard Henderson
2020-09-07target/microblaze: Collected fixes for env->iflagsRichard Henderson
2020-09-01target/microblaze: Reduce linux-user address space to 32-bitRichard Henderson
2020-09-01target/microblaze: Remove cpu_R[0]Richard Henderson
2020-09-01target/microblaze: Remove last of old decoderRichard Henderson
2020-09-01target/microblaze: Convert dec_stream to decodetreeRichard Henderson
2020-09-01target/microblaze: Convert dec_msr to decodetreeRichard Henderson
2020-09-01target/microblaze: Convert msrclr, msrset to decodetreeRichard Henderson
2020-09-01target/microblaze: Tidy do_rti, do_rtb, do_rteRichard Henderson
2020-09-01target/microblaze: Convert dec_rts to decodetreeRichard Henderson
2020-09-01target/microblaze: Convert dec_bcc to decodetreeRichard Henderson
2020-09-01target/microblaze: Convert dec_br to decodetreeRichard Henderson
2020-09-01target/microblaze: Reorganize branchingRichard Henderson
2020-09-01target/microblaze: Convert mbar to decodetreeRichard Henderson
2020-09-01target/microblaze: Convert brk and brki to decodetreeRichard Henderson