aboutsummaryrefslogtreecommitdiff
path: root/target/xtensa/translate.c
AgeCommit message (Expand)AuthorFilesLines
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-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
2022-10-26target/xtensa: Convert to tcg_ops restore_state_to_opcRichard Henderson1-6/+0
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-06target/xtensa: implement cache test option opcodesMax Filippov1-0/+38
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-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson1-3/+4
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau1-3/+3
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot1-2/+2
2021-10-15target/xtensa: Drop check for singlestep_enabledRichard Henderson1-17/+8
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich1-2/+3
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson1-17/+0
2021-07-09target/xtensa: Use translator_use_goto_tbRichard Henderson1-5/+1
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé1-1/+0
2021-05-20target/xtensa: clean up unaligned accessMax Filippov1-59/+61
2021-05-20target/xtensa: fix access ring in l32exMax Filippov1-1/+1
2021-05-20target/xtensa: don't generate extra EXCP_DEBUG on exceptionMax Filippov1-6/+0
2021-05-20target/xtensa: Make sure that tb->size != 0Ilya Leoshkevich1-0/+3
2021-03-10semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé1-1/+1
2020-08-21target/xtensa: implement FPU division and square rootMax Filippov1-0/+104
2020-08-21target/xtensa: add DFPU registers and opcodesMax Filippov1-23/+1103
2020-08-21target/xtensa: don't access BR regfile directlyMax Filippov1-4/+16
2020-08-21target/xtensa: move FSR/FCR register accessorsMax Filippov1-32/+32
2020-08-21target/xtensa: rename FPU2000 translators and helpersMax Filippov1-35/+35
2020-08-21target/xtensa: support copying registers up to 64 bits wideMax Filippov1-5/+21
2020-08-21target/xtensa: add geometry to xtensa_get_regfile_by_nameMax Filippov1-8/+27
2020-08-21target/xtensa: make opcode properties more dynamicMax Filippov1-261/+277
2020-06-22target/xtensa: drop gen_io_end callMax Filippov1-3/+0
2020-05-17target/xtensa: fix simcall for newer hardwareMax Filippov1-3/+6
2020-04-30target/xtensa: work around missing SR definitionsMax Filippov1-14/+34
2020-04-07target/xtensa: statically allocate xtensa_insnbufs in DisasContextMax Filippov1-16/+2