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
/
tricore
/
translate.c
Age
Commit message (
Expand
)
Author
2018-03-02
tricore: renamed masking of IE
David Brenken
2018-03-02
tricore: added some missing cpu instructions
David Brenken
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-10-24
qom: Introduce CPUClass.tcg_initialize
Richard Henderson
2017-07-19
tcg: Pass generic CPUState to gen_intermediate_code()
LluĂs Vilanova
2017-01-12
Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-2017-01-1...
Peter Maydell
2017-01-11
target-tricore: Add updfl instruction
Bastian Koppelmann
2017-01-11
target-tricore: Added new JNE instruction variant
Peer Adelt
2017-01-11
target-tricore: Added new MOV instruction variant
Peer Adelt
2017-01-11
target-tricore: Added MADD.F and MSUB.F instructions
Bastian Koppelmann
2017-01-11
target-tricore: Added FTOUZ instruction
Bastian Koppelmann
2017-01-10
target-tricore: Use clrsb helper
Richard Henderson
2017-01-10
target-tricore: Use clz opcode
Richard Henderson
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth