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
/
tcg
/
loongarch64
/
tcg-target.h
Age
Commit message (
Expand
)
Author
2023-01-17
tcg: Remove TCG_TARGET_HAS_direct_jump
Richard Henderson
2023-01-17
tcg: Move tb_target_set_jmp_target declaration to tcg.h
Richard Henderson
2023-01-17
tcg: Change tb_target_set_jmp_target arguments
Richard Henderson
2023-01-05
tcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CALL_ARG_I32
Richard Henderson
2023-01-05
tcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET_CALL_ARG_I64
Richard Henderson
2022-10-25
tcg/loongarch64: Add direct jump support
Qi Hu
2022-02-09
tcg/loongarch64: Support raising sigbus for user-only
WANG Xuerui
2021-12-21
tcg/loongarch64: Implement mul/mulsh/muluh/div/divu/rem/remu ops
WANG Xuerui
2021-12-21
tcg/loongarch64: Implement shl/shr/sar/rotl/rotr ops
WANG Xuerui
2021-12-21
tcg/loongarch64: Implement clz/ctz ops
WANG Xuerui
2021-12-21
tcg/loongarch64: Implement bswap{16,32,64} ops
WANG Xuerui
2021-12-21
tcg/loongarch64: Implement deposit/extract ops
WANG Xuerui
2021-12-21
tcg/loongarch64: Implement not/and/or/xor/nor/andc/orc ops
WANG Xuerui
2021-12-21
tcg/loongarch64: Implement sign-/zero-extension ops
WANG Xuerui
2021-12-21
tcg/loongarch64: Add the tcg-target.h file
WANG Xuerui