aboutsummaryrefslogtreecommitdiff
path: root/target/xtensa
AgeCommit message (Expand)AuthorFilesLines
2023-07-06target/xtensa: Assert that interrupt level is within boundsPeter Maydell1-0/+3
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson1-2/+2
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-3/+3
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson1-21/+6
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson1-0/+4
2023-05-05target/xtensa: Finish conversion to tcg_gen_qemu_{ld, st}_*Richard Henderson1-2/+2
2023-03-13target/xtensa: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée13-13/+13
2023-03-05target/xtensa: Avoid tcg_const_i32Richard Henderson1-3/+3
2023-03-05target/xtensa: Split constant in bit shiftRichard Henderson1-4/+4
2023-03-05target/xtensa: Use tcg_gen_subfi_i32 in translate_sllRichard Henderson1-2/+2
2023-03-05target/xtensa: Avoid tcg_const_i32 in translate_l32rRichard Henderson1-3/+3
2023-03-05target/xtensa: Tidy translate_clampsRichard Henderson1-4/+4
2023-03-05target/xtensa: Tidy translate_bbRichard Henderson1-11/+7
2023-03-05target/xtensa: Drop tcg_temp_freeRichard Henderson1-107/+0
2023-03-05target/xtensa: Drop reset_sar_trackerRichard Henderson1-12/+2
2023-03-01target/xtensa: Don't use tcg_temp_local_new_*Richard Henderson1-8/+8
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson1-1/+1
2023-02-27target/xtensa/cpu: Include missing "memory.h" headerPhilippe Mathieu-Daudé1-0/+3
2023-02-27target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé1-1/+1
2022-12-16target/xtensa: Convert to 3-phase resetPeter Maydell2-6/+10
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson1-3/+3
2022-10-26target/xtensa: Convert to tcg_ops restore_state_to_opcRichard Henderson2-6/+10
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson1-0/+8
2022-09-13target/xtensa: Honour -semihosting-config userspace=onPeter Maydell1-3/+4
2022-09-13semihosting: Allow optional use of semihosting from userspacePeter Maydell1-3/+3
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson1-2/+4
2022-05-11Clean up decorations and whitespace around header guardsMarkus Armbruster2-6/+2
2022-05-11Normalize header guard symbol definitionMarkus Armbruster1-1/+1
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster2-9/+6
2022-05-06target/xtensa: implement cache test option opcodesMax Filippov1-0/+38
2022-05-06target/xtensa: add clock input to xtensa CPUMax Filippov3-3/+24
2022-05-06target/xtensa: import core lx106Simon Safar5-0/+8273
2022-05-06target/xtensa: use tcg_constant_* for remaining opcodesMax Filippov1-52/+25
2022-05-06target/xtensa: use tcg_constant_* for FPU conversion opcodesMax Filippov1-12/+6
2022-05-06target/xtensa: use tcg_constant_* for numbered special registersMax Filippov1-12/+4
2022-05-06target/xtensa: use tcg_constant_* for TLB opcodesMax Filippov1-8/+4
2022-05-06target/xtensa: use tcg_constant_* for exceptionsMax Filippov1-13/+5
2022-05-06target/xtensa: use tcg_contatnt_* for numeric literalsMax Filippov1-19/+9
2022-05-06target/xtensa: fix missing tcg_temp_free in gen_window_checkMax Filippov1-2/+2
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau1-3/+3
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson1-3/+4
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau4-4/+0
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau1-0/+1
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau3-5/+5
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé1-1/+1
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé2-4/+1
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé1-4/+3
2022-03-06target: Use forward declared type instead of structure typePhilippe Mathieu-Daudé1-1/+1