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
Age
Commit message (
Expand
)
Author
2023-09-20
target/loongarch: Implement xvsadd/xvssub
Song Gao
2023-09-20
target/loongarch: Implement xvneg
Song Gao
2023-09-20
target/loongarch: Implement xvaddi/xvsubi
Song Gao
2023-09-20
target/loongarch: Implement xvreplgr2vr
Song Gao
2023-09-20
target/loongarch: Implement xvadd/xvsub
Song Gao
2023-09-20
target/loongarch: Add avail_LASX to check LASX instructions
Song Gao
2023-09-20
target/loongarch: check_vec support check LASX instructions
Song Gao
2023-09-20
target/loongarch: Add LASX data support
Song Gao
2023-09-20
target/loongarch: Replace CHECK_SXE to check_vec(ctx, 16)
Song Gao
2023-09-20
target/loongarch: Use gen_helper_gvec_2i for 2OP + imm vector instructions
Song Gao
2023-09-20
target/loongarch: Use gen_helper_gvec_2 for 2OP vector instructions
Song Gao
2023-09-20
target/loongarch: Use gen_helper_gvec_2_ptr for 2OP + env vector instructions
Song Gao
2023-09-20
target/loongarch: Use gen_helper_gvec_3 for 3OP vector instructions
Song Gao
2023-09-20
target/loongarch: Use gen_helper_gvec_3_ptr for 3OP + env vector instructions
Song Gao
2023-09-20
target/loongarch: Use gen_helper_gvec_4 for 4OP vector instructions
Song Gao
2023-09-20
target/loongarch: Use gen_helper_gvec_4_ptr for 4OP + env vector instructions
Song Gao
2023-09-20
target/loongarch: Implement gvec_*_vl functions
Song Gao
2023-09-20
target/loongarch: Renamed lsx*.c to vec* .c
Song Gao
2023-08-31
target/helpers: Remove unnecessary 'qemu/main-loop.h' header
Philippe Mathieu-Daudé
2023-08-31
target/translate: Include missing 'exec/cpu_ldst.h' header
Philippe Mathieu-Daudé
2023-08-24
target/loongarch: Split fcc register to fcc0-7 in gdbstub
Jiajie Chen
2023-08-24
target/loongarch: cpu: Implement get_arch_id callback
Bibo Mao
2023-08-24
target/loongarch: Add avail_IOCSR to check iocsr instructions
Song Gao
2023-08-24
target/loongarch: Add avail_LSX to check LSX instructions
Song Gao
2023-08-24
target/loongarch: Add avail_LAM to check atomic instructions
Song Gao
2023-08-24
target/loongarch: Add avail_LSPW to check LSPW instructions
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 LoongArch32 cpu la132
Jiajie Chen
2023-08-24
target/loongarch: Add avail_64 to check la64-only instructions
Song Gao
2023-08-24
target/loongarch: Add a check parameter to the TRANS macro
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 set_pc() helper
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-08-24
target/loongarch: Support LoongArch32 VPPN
Jiajie Chen
2023-08-24
target/loongarch: Support LoongArch32 DMW
Jiajie Chen
2023-08-24
target/loongarch: Support LoongArch32 TLB entry
Jiajie Chen
2023-08-24
target/loongarch: Add GDB support for loongarch32 mode
Jiajie Chen
2023-08-24
target/loongarch: Add new object class for loongarch32 cpus
Jiajie Chen
2023-08-24
target/loongarch: Add function to check current arch
Jiajie Chen
2023-08-24
target/loongarch: Extract 64-bit specifics to loongarch64_cpu_class_init
Philippe Mathieu-Daudé
2023-08-24
target/loongarch: Introduce abstract TYPE_LOONGARCH64_CPU
Philippe Mathieu-Daudé
2023-08-24
target/loongarch: Fix loongarch_la464_initfn() misses setting LSPW
Song Gao
2023-08-24
target/loongarch: Remove duplicated disas_set_info assignment
Philippe Mathieu-Daudé
2023-08-24
target/loongarch: Log I/O write accesses to CSR registers
Philippe Mathieu-Daudé
2023-07-25
other architectures: spelling fixes
Michael Tokarev
2023-07-24
target/loongarch: Fix the CSRRD CPUID instruction on big endian hosts
Thomas Huth
[prev]
[next]