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
/
vec_helper.c
Age
Commit message (
Expand
)
Author
2023-09-20
target/loongarch: Implement LASX fpu arith instructions
Song Gao
2023-09-20
target/loongarch: Implement xvfrstp
Song Gao
2023-09-20
target/loongarch: Implement xvbitclr xvbitset xvbitrev
Song Gao
2023-09-20
target/loongarch: Implement xvpcnt
Song Gao
2023-09-20
target/loongarch: Implement xvclo xvclz
Song Gao
2023-09-20
target/loongarch: Implement xvssrlrn xvssrarn
Song Gao
2023-09-20
target/loongarch: Implement xvssrln xvssran
Song Gao
2023-09-20
target/loongarch: Implement xvsrlrn xvsrarn
Song Gao
2023-09-20
target/loongarch: Implement xvsrln xvsran
Song Gao
2023-09-20
target/loongarch: Implement xvsrlr xvsrar
Song Gao
2023-09-20
target/loongarch: Implement xvsllwil xvextl
Song Gao
2023-09-20
target/loongarch: Implement LASX logic instructions
Song Gao
2023-09-20
target/loongarch: Implement xvmskltz/xvmskgez/xvmsknz
Song Gao
2023-09-20
target/loongarch: Implement vext2xv
Song Gao
2023-09-20
target/loongarch: Implement xvexth
Song Gao
2023-09-20
target/loongarch: Implement xvsat
Song Gao
2023-09-20
target/loongarch; Implement xvdiv/xvmod
Song Gao
2023-09-20
target/loongarch: Implement xvmadd/xvmsub/xvmaddw{ev/od}
Song Gao
2023-09-20
target/loongarch: Implement xvmul/xvmuh/xvmulw{ev/od}
Song Gao
2023-09-20
target/loongarch: Implement xvmax/xvmin
Song Gao
2023-09-20
target/loongarch: Implement xvadda
Song Gao
2023-09-20
target/loongarch: Implement xavg/xvagr
Song Gao
2023-09-20
target/loongarch: Implement xvaddw/xvsubw
Song Gao
2023-09-20
target/loongarch: Implement xvhaddw/xvhsubw
Song Gao
2023-09-20
target/loongarch: Add LASX data support
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: Renamed lsx*.c to vec* .c
Song Gao