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
2020-01-15
tcg: Search includes from the project root source directory
Philippe Mathieu-Daudé
2019-09-03
tcg: TCGMemOp is now accelerator independent MemOp
Tony Nguyen
2019-08-22
target/tricore: Fix tricore_tr_translate_insn
Bastian Koppelmann
2019-08-22
target/tricore: Implement a qemu excptions helper
Bastian Koppelmann
2019-08-22
target/tricore: Use translate_loop
Bastian Koppelmann
2019-08-22
target-tricore: Make env a member of DisasContext
Bastian Koppelmann
2019-08-22
target/tricore: Use DisasContextBase API
Bastian Koppelmann
2019-06-25
tricore: add QSEED instruction
Andreas Konopik
2019-06-25
tricore: sync ctx.hflags with tb->flags
Georg Hofstetter
2019-06-25
tricore: fix RRPW_INSERT instruction
David Brenken
2019-06-25
tricore: add UTOF instruction
David Brenken
2019-06-25
tricore: add FTOIZ instruction
David Brenken
2019-05-13
target/tricore: Use tcg_gen_abs_tl
Philippe Mathieu-Daudé
2019-04-24
tcg: Hoist max_insns computation to tb_gen_code
Richard Henderson
2019-04-18
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
Markus Armbruster
2019-03-08
tricore: fixed RCR_CADDN instruction
David Brenken
2019-03-08
tricore: fixed RCR_CADD instruction
David Brenken
2019-01-30
target/tricore: Fix LGPL version number
Thomas Huth
2018-06-01
tcg: Pass tb and index to tcg_gen_exit_tb separately
Richard Henderson
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