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
/
loongarch
/
translate.c
Age
Commit message (
Expand
)
Author
2023-06-05
target/*: Add missing includes of exec/translation-block.h
Richard Henderson
2023-06-05
accel/tcg: Introduce translator_io_start
Richard Henderson
2023-06-05
tcg: Pass TCGHelperInfo to tcg_gen_callN
Richard Henderson
2023-05-06
target/loongarch: Use {set/get}_gpr replace to cpu_fpr
Song Gao
2023-05-06
target/loongarch: Implement vld vst
Song Gao
2023-05-06
target/loongarch: Implement vadd/vsub
Song Gao
2023-05-06
target/loongarch: meson.build support build LSX
Song Gao
2023-04-04
target/loongarch: Enables plugins to get instruction codes
tanhongze
2023-03-05
target/loongarch: Drop temp_new
Richard Henderson
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
2023-02-08
Drop duplicate #include
Markus Armbruster
2022-11-07
target/loongarch: Separate the hardware flags into MMU index and PLV
Rui Wang
2022-11-04
target/loongarch: Adjust the layout of hardware flags bit fields
Rui Wang
2022-10-26
target/loongarch: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2022-09-06
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson
2022-08-08
target/loongarch: Remove cpu_fcsr0
Richard Henderson
2022-06-06
target/loongarch: Add timer related instructions support.
Xiaojuan Yang
2022-06-06
target/loongarch: Add LoongArch CSR instruction
Xiaojuan Yang
2022-06-06
target/loongarch: Add branch instruction translation
Song Gao
2022-06-06
target/loongarch: Add floating point load/store instruction translation
Song Gao
2022-06-06
target/loongarch: Add floating point move instruction translation
Song Gao
2022-06-06
target/loongarch: Add floating point conversion instruction translation
Song Gao
2022-06-06
target/loongarch: Add floating point comparison instruction translation
Song Gao
2022-06-06
target/loongarch: Add floating point arithmetic instruction translation
Song Gao
2022-06-06
target/loongarch: Add fixed point extra instruction translation
Song Gao
2022-06-06
target/loongarch: Add fixed point atomic instruction translation
Song Gao
2022-06-06
target/loongarch: Add fixed point load/store instruction translation
Song Gao
2022-06-06
target/loongarch: Add fixed point bit instruction translation
Song Gao
2022-06-06
target/loongarch: Add fixed point shift instruction translation
Song Gao
2022-06-06
target/loongarch: Add fixed point arithmetic instruction translation
Song Gao
2022-06-06
target/loongarch: Add main translation routines
Song Gao