aboutsummaryrefslogtreecommitdiff
path: root/target/avr/translate.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-15target/avr: Drop checks for singlestep_enabledRichard Henderson1-15/+4
2021-09-16target/avr: Fix compiler errors (-Werror=enum-conversion)Stefan Weil1-5/+3
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson1-18/+0
2021-07-21target/avr: Implement gdb_adjust_breakpointRichard Henderson1-14/+0
2021-07-09target/avr: Use translator_use_goto_tbRichard Henderson1-3/+6
2021-06-29target/avr: Convert to TranslatorOpsRichard Henderson1-104/+126
2021-06-29target/avr: Change ctx to DisasContext* in gen_intermediate_codeRichard Henderson1-41/+43
2021-06-29target/avr: Add DisasContextBase to DisasContextRichard Henderson1-29/+29
2020-08-21meson: targetPaolo Bonzini1-1/+1
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini1-1/+1
2020-07-11target/avr: Add support for disassembling via option '-d in_asm'Michael Rolnik1-0/+12
2020-07-11target/avr: Initialize TCG register variablesMichael Rolnik1-0/+29
2020-07-11target/avr: Add instruction translation - CPU main translation functionMichael Rolnik1-0/+213
2020-07-11target/avr: Add instruction translation - MCU Control InstructionsMichael Rolnik1-0/+65
2020-07-11target/avr: Add instruction translation - Bit and Bit-test InstructionsMichael Rolnik1-0/+247
2020-07-11target/avr: Add instruction translation - Data Transfer InstructionsMichael Rolnik1-0/+990
2020-07-11target/avr: Add instruction translation - Branch InstructionsMichael Rolnik1-0/+543
2020-07-11target/avr: Add instruction translation - Arithmetic and Logic InstructionsMichael Rolnik1-0/+820
2020-07-11target/avr: Add instruction translation - Register definitionsMichael Rolnik1-0/+142