aboutsummaryrefslogtreecommitdiff
path: root/target/xtensa/op_helper.c
AgeCommit message (Expand)Author
2019-05-15target/xtensa: implement exclusive access optionMax Filippov
2019-01-24target/xtensa: fix access to the INTERRUPT SRMax Filippov
2019-01-13target/xtensa: move non-HELPER functions to helper.cMax Filippov
2019-01-13target/xtensa: drop dump_state helperMax Filippov
2019-01-13target/xtensa: extract interrupt and exception helpersMax Filippov
2019-01-13target/xtensa: extract debug helpersMax Filippov
2019-01-13target/xtensa: extract MMU helpersMax Filippov
2019-01-13target/xtensa: extract windowed registers helpersMax Filippov
2019-01-13target/xtensa: extract FPU helpersMax Filippov
2019-01-11target/xtensa: rework zero overhead loops implementationMax Filippov
2018-10-01target/xtensa: extract test for window underflow exceptionMax Filippov
2018-10-01target/xtensa: extract test for window overflow exceptionMax Filippov
2018-10-01target/xtensa: extract test for an illegal instructionMax Filippov
2018-09-17target/xtensa: convert to do_transaction_failedMax Filippov
2018-06-30xtensa: Avoid calling get_page_addr_code() from helper functionPeter Maydell
2018-06-28move public invalidate APIs out of translate-all.{c,h}, clean upPaolo Bonzini
2018-05-31Make tb_invalidate_phys_addr() take a MemTxAttrs argumentPeter Maydell
2018-04-11icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk
2018-03-16target/xtensa: add linux-user supportMax Filippov
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier
2017-12-18target/xtensa: pass actual frame size to the entry helperMax Filippov
2017-09-26target/xtensa: Use the pre-defined MEMTXATTRS_UNSPECIFIED macroAlistair Francis
2017-03-09target/xtensa: hold BQL for interrupt processingAlex Bennée
2017-01-25Merge remote-tracking branch 'remotes/xtensa/tags/20170124-xtensa' into stagingPeter Maydell
2017-01-16target-xtensa: implement RER/WER instructionsMax Filippov
2017-01-15target/xtensa: implement MEMCTL SRMax Filippov
2017-01-15target/xtensa: support icountMax Filippov
2017-01-15target/xtensa: refactor CCOUNT/CCOMPAREMax Filippov
2017-01-13cputlb: drop flush_global flag from tlb_flushAlex Bennée
2017-01-10target-xtensa: Use clz opcodeRichard Henderson
2016-12-20Move target-* CPU file into a target/ folderThomas Huth