aboutsummaryrefslogtreecommitdiff
path: root/target/avr/translate.c
AgeCommit message (Expand)Author
2023-03-13target/avr: Avoid use of tcg_const_i32 throughoutRichard Henderson
2023-03-13target/avr: Avoid use of tcg_const_i32 in SBIC, SBISRichard Henderson
2023-03-05target/avr: Drop tcg_temp_freeRichard Henderson
2023-03-05target/avr: Drop R from trans_COMRichard Henderson
2023-03-05target/avr: Drop DisasContext.free_skip_var0Richard Henderson
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson
2022-10-26target/avr: 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-09-01target/avr: Disable interrupts when env->skip setRichard Henderson
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson
2021-10-15target/avr: Drop checks for singlestep_enabledRichard Henderson
2021-09-16target/avr: Fix compiler errors (-Werror=enum-conversion)Stefan Weil
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson
2021-07-21target/avr: Implement gdb_adjust_breakpointRichard Henderson
2021-07-09target/avr: Use translator_use_goto_tbRichard Henderson
2021-06-29target/avr: Convert to TranslatorOpsRichard Henderson
2021-06-29target/avr: Change ctx to DisasContext* in gen_intermediate_codeRichard Henderson
2021-06-29target/avr: Add DisasContextBase to DisasContextRichard Henderson
2020-08-21meson: targetPaolo Bonzini
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini
2020-07-11target/avr: Add support for disassembling via option '-d in_asm'Michael Rolnik
2020-07-11target/avr: Initialize TCG register variablesMichael Rolnik
2020-07-11target/avr: Add instruction translation - CPU main translation functionMichael Rolnik
2020-07-11target/avr: Add instruction translation - MCU Control InstructionsMichael Rolnik
2020-07-11target/avr: Add instruction translation - Bit and Bit-test InstructionsMichael Rolnik
2020-07-11target/avr: Add instruction translation - Data Transfer InstructionsMichael Rolnik
2020-07-11target/avr: Add instruction translation - Branch InstructionsMichael Rolnik
2020-07-11target/avr: Add instruction translation - Arithmetic and Logic InstructionsMichael Rolnik
2020-07-11target/avr: Add instruction translation - Register definitionsMichael Rolnik