index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
xtensa
/
translate.c
Age
Commit message (
Expand
)
Author
2018-01-09
target/xtensa: implement const16
Max Filippov
2018-01-09
target/xtensa: implement GPIO32
Max Filippov
2018-01-09
target/xtensa: implement salt/saltu
Max Filippov
2018-01-09
target/xtensa: add internal/noop SRs and opcodes
Max Filippov
2018-01-09
target/xtensa: drop DisasContext::litbase
Max Filippov
2018-01-09
target/xtensa: use libisa for instruction decoding
Max Filippov
2017-12-18
target/xtensa: extract FPU2000 opcode translators
Max Filippov
2017-12-18
target/xtensa: extract core opcode translators
Max Filippov
2017-12-18
target/xtensa: pass actual frame size to the entry helper
Max Filippov
2017-10-27
Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging
Peter Maydell
2017-10-25
disas: Remove unused flags arguments
Richard Henderson
2017-10-24
tcg: Initialize cpu_env generically
Richard Henderson
2017-10-24
tcg: define tcg_init_ctx and make tcg_ctx a pointer
Emilio G. Cota
2017-10-24
tcg: convert tb->cflags reads to tb_cflags(tb)
Emilio G. Cota
2017-09-06
target: [tcg] Use a generic enum for DISAS_ values
Lluís Vilanova
2017-07-19
tcg: Pass generic CPUState to gen_intermediate_code()
Lluís Vilanova
2017-01-25
Merge remote-tracking branch 'remotes/xtensa/tags/20170124-xtensa' into staging
Peter Maydell
2017-01-16
target-xtensa: implement RER/WER instructions
Max Filippov
2017-01-15
target/xtensa: implement MEMCTL SR
Max Filippov
2017-01-15
target/xtensa: don't continue translation after exception
Max Filippov
2017-01-15
target/xtensa: support icount
Max Filippov
2017-01-15
target/xtensa: refactor CCOUNT/CCOMPARE
Max Filippov
2017-01-10
target-xtensa: Use clrsb helper
Richard Henderson
2017-01-10
target-xtensa: Use clz opcode
Richard Henderson
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth