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-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
2023-09-20
target/loongarch: Implement xvinsgr2vr xvpickve2gr
Song Gao
2023-09-20
target/loongarch: Implement xvadd/xvsub
Song Gao
2023-09-20
target/loongarch: Add LASX data support
Song Gao
2023-09-20
target/loongarch: Renamed lsx*.c to vec* .c
Song Gao
2023-08-24
target/loongarch: Add avail_FP/FP_SP/FP_DP to check fpu instructions
Song Gao
2023-08-24
target/loongarch: Add avail_64 to check la64-only instructions
Song Gao
2023-08-24
target/loongarch: Sign extend results in VA32 mode
Jiajie Chen
2023-08-24
target/loongarch: Truncate high 32 bits of address in VA32 mode
Jiajie Chen
2023-08-24
target/loongarch: Extract make_address_pc() helper
Jiajie Chen
2023-08-24
target/loongarch: Extract make_address_i() helper
Jiajie Chen
2023-08-24
target/loongarch: Extract make_address_x() helper
Jiajie Chen
2023-08-24
target/loongarch: Add LA64 & VA32 to DisasContext
Jiajie Chen
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