aboutsummaryrefslogtreecommitdiff
path: root/target/microblaze/translate.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-01target/microblaze: Tidy mb_cpu_dump_stateRichard Henderson1-25/+40
2020-09-01target/microblaze: Replace delayed_branch with tb_flags_to_setRichard Henderson1-12/+5
2020-09-01target/microblaze: Replace clear_imm with tb_flags_to_setRichard Henderson1-6/+9
2020-09-01target/microblaze: Use cc->do_unaligned_accessRichard Henderson1-46/+26
2020-09-01target/microblaze: Store "current" iflags in insn_startRichard Henderson1-11/+13
2020-09-01target/microblaze: Move bimm to BIMM_FLAGRichard Henderson1-7/+5
2020-09-01target/microblaze: Convert dec_load and dec_store to decodetreeRichard Henderson1-299/+424
2020-09-01target/microblaze: Cache mem_index in DisasContextRichard Henderson1-4/+5
2020-09-01target/microblaze: Replace MSR_EE_FLAG with MSR_EERichard Henderson1-2/+2
2020-09-01target/microblaze: Convert dec_fpu to decodetreeRichard Henderson1-111/+41
2020-09-01target/microblaze: Convert dec_imm to decodetreeRichard Henderson1-9/+9
2020-09-01target/microblaze: Convert dec_barrel to decodetreeRichard Henderson1-59/+66
2020-09-01target/microblaze: Convert dec_bit to decodetreeRichard Henderson1-73/+75