aboutsummaryrefslogtreecommitdiff
path: root/target/xtensa/translate.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-07target/xtensa: fix pasto in pfwait.r opcode nameMax Filippov1-1/+1
2020-04-07target/xtensa: add FIXME for translation memory leakAlex Bennée1-0/+5
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé1-1/+1
2020-01-06target/xtensa: fix ps.ring use in MPU configsMax Filippov1-1/+2
2019-10-28target/xtensa: fetch code with translator_ldEmilio G. Cota1-2/+2
2019-08-20icount: remove unnecessary gen_io_end callsPavel Dovgalyuk1-15/+0
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-05-28semihosting: move semihosting configuration into its own directoryAlex Bennée1-1/+1
2019-05-21Merge remote-tracking branch 'remotes/xtensa/tags/20190520-xtensa' into stagingPeter Maydell1-1005/+1942
2019-05-15target/xtensa: implement exclusive access optionMax Filippov1-0/+100
2019-05-15target/xtensa: implement block prefetch option opcodesMax Filippov1-0/+42
2019-05-14target/xtensa: implement DIWBUI.P opcodeMax Filippov1-0/+10
2019-05-13target/xtensa: Use tcg_gen_abs_i32Richard Henderson1-8/+1