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
/
helper.h
Age
Commit message (
Expand
)
Author
2023-05-06
target/loongarch: Implement vilvl vilvh vextrins vshuf
Song Gao
2023-05-06
target/loongarch: Implement vreplve vpack vpick
Song Gao
2023-05-06
target/loongarch: Implement vbitsel vset
Song Gao
2023-05-06
target/loongarch: Implement vfcmp
Song Gao
2023-05-06
target/loongarch: Implement vseq vsle vslt
Song Gao
2023-05-06
target/loongarch: Implement LSX fpu fcvt instructions
Song Gao
2023-05-06
target/loongarch: Implement LSX fpu arith instructions
Song Gao
2023-05-06
target/loongarch: Implement vfrstp
Song Gao
2023-05-06
target/loongarch: Implement vbitclr vbitset vbitrev
Song Gao
2023-05-06
target/loongarch: Implement vpcnt
Song Gao
2023-05-06
target/loongarch: Implement vclo vclz
Song Gao
2023-05-06
target/loongarch: Implement vssrlrn vssrarn
Song Gao
2023-05-06
target/loongarch: Implement vssrln vssran
Song Gao
2023-05-06
target/loongarch: Implement vsrlrn vsrarn
Song Gao
2023-05-06
target/loongarch: Implement vsrln vsran
Song Gao
2023-05-06
target/loongarch: Implement vsrlr vsrar
Song Gao
2023-05-06
target/loongarch: Implement vsllwil vextl
Song Gao
2023-05-06
target/loongarch: Implement LSX logic instructions
Song Gao
2023-05-06
target/loongarch: Implement vmskltz/vmskgez/vmsknz
Song Gao
2023-05-06
target/loongarch: Implement vsigncov
Song Gao
2023-05-06
target/loongarch: Implement vexth
Song Gao
2023-05-06
target/loongarch: Implement vsat
Song Gao
2023-05-06
target/loongarch: Implement vdiv/vmod
Song Gao
2023-05-06
target/loongarch: Implement vmadd/vmsub/vmaddw{ev/od}
Song Gao
2023-05-06
target/loongarch: Implement vmul/vmuh/vmulw{ev/od}
Song Gao
2023-05-06
target/loongarch: Implement vmax/vmin
Song Gao
2023-05-06
target/loongarch: Implement vadda
Song Gao
2023-05-06
target/loongarch: Implement vabsd
Song Gao
2023-05-06
target/loongarch: Implement vavg/vavgr
Song Gao
2023-05-06
target/loongarch: Implement vaddw/vsubw
Song Gao
2023-05-06
target/loongarch: Implement vhaddw/vhsubw
Song Gao
2022-08-08
target/loongarch: Remove cpu_fcsr0
Richard Henderson
2022-07-04
target/loongarch: Adjust functions and structure to support user-mode
Song Gao
2022-06-06
target/loongarch: Add timer related instructions support.
Xiaojuan Yang
2022-06-06
target/loongarch: Add other core instructions support
Xiaojuan Yang
2022-06-06
target/loongarch: Add TLB instruction support
Xiaojuan Yang
2022-06-06
target/loongarch: Add LoongArch IOCSR instruction
Xiaojuan Yang
2022-06-06
target/loongarch: Add LoongArch CSR instruction
Xiaojuan Yang
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 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 main translation routines
Song Gao