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