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-con-set.h
Age
Commit message (
Expand
)
Author
2023-01-23
tcg/loongarch64: Implement movcond
Richard Henderson
2023-01-23
tcg/loongarch64: Introduce tcg_out_addi
Richard Henderson
2021-12-21
tcg/loongarch64: Add softmmu load/store helpers, implement qemu_ld/qemu_st ops
WANG Xuerui
2021-12-21
tcg/loongarch64: Implement simple load/store ops
WANG Xuerui
2021-12-21
tcg/loongarch64: Implement setcond ops
WANG Xuerui
2021-12-21
tcg/loongarch64: Implement br/brcond ops
WANG Xuerui
2021-12-21
tcg/loongarch64: Implement mul/mulsh/muluh/div/divu/rem/remu ops
WANG Xuerui
2021-12-21
tcg/loongarch64: Implement add/sub 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 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: Implement goto_ptr
WANG Xuerui