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
/
op_helper.c
Age
Commit message (
Expand
)
Author
2023-09-29
target/tricore: Change effective address (ea) to target_ulong
Bastian Koppelmann
2023-09-28
target/tricore: Implement CRCN insn
Bastian Koppelmann
2023-07-25
target/tricore: Rename tricore_feature
Bastian Koppelmann
2023-06-21
target/tricore: Fix helper_ret() not correctly restoring PSW
Bastian Koppelmann
2023-06-21
target/tricore: Correctly fix saving PSW.CDE to CSA on call
Bastian Koppelmann
2023-06-21
target/tricore: Add shuffle insn
Bastian Koppelmann
2023-06-21
target/tricore: Add crc32.b insn
Bastian Koppelmann
2023-06-21
target/tricore: Add crc32l.w insn
Bastian Koppelmann
2023-06-07
target/tricore: Fix wrong PSW for call insns
Bastian Koppelmann
2023-06-07
target/tricore: Refactor PCXI/ICR register fields
Bastian Koppelmann
2022-11-01
accel/tcg: Remove will_exit argument from cpu_restore_state
Richard Henderson
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2021-10-15
target/tricore: Drop check for singlestep_enabled
Richard Henderson
2019-08-22
target/tricore: Implement a qemu excptions helper
Bastian Koppelmann
2019-06-10
target/tricore: Use env_cpu
Richard Henderson
2019-05-10
target/tricore: Convert to CPUClass::tlb_fill
Richard Henderson
2019-01-30
target/tricore: Fix LGPL version number
Thomas Huth
2018-04-11
icount: fix cpu_restore_state_from_tb for non-tb-exit cases
Pavel Dovgalyuk
2018-03-02
tricore: renamed masking of PIE
David Brenken
2018-03-02
tricore: renamed masking of IE
David Brenken
2018-01-25
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
2017-12-27
target/*helper: don't check retaddr before calling cpu_restore_state
Alex Bennée
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