aboutsummaryrefslogtreecommitdiff
path: root/target/loongarch/vec_helper.c
AgeCommit message (Expand)Author
2023-09-20target/loongarch: Implement LASX fpu arith instructionsSong Gao
2023-09-20target/loongarch: Implement xvfrstpSong Gao
2023-09-20target/loongarch: Implement xvbitclr xvbitset xvbitrevSong Gao
2023-09-20target/loongarch: Implement xvpcntSong Gao
2023-09-20target/loongarch: Implement xvclo xvclzSong Gao
2023-09-20target/loongarch: Implement xvssrlrn xvssrarnSong Gao
2023-09-20target/loongarch: Implement xvssrln xvssranSong Gao
2023-09-20target/loongarch: Implement xvsrlrn xvsrarnSong Gao
2023-09-20target/loongarch: Implement xvsrln xvsranSong Gao
2023-09-20target/loongarch: Implement xvsrlr xvsrarSong Gao
2023-09-20target/loongarch: Implement xvsllwil xvextlSong Gao
2023-09-20target/loongarch: Implement LASX logic instructionsSong Gao
2023-09-20target/loongarch: Implement xvmskltz/xvmskgez/xvmsknzSong Gao
2023-09-20target/loongarch: Implement vext2xvSong Gao
2023-09-20target/loongarch: Implement xvexthSong Gao
2023-09-20target/loongarch: Implement xvsatSong Gao
2023-09-20target/loongarch; Implement xvdiv/xvmodSong Gao
2023-09-20target/loongarch: Implement xvmadd/xvmsub/xvmaddw{ev/od}Song Gao
2023-09-20target/loongarch: Implement xvmul/xvmuh/xvmulw{ev/od}Song Gao
2023-09-20target/loongarch: Implement xvmax/xvminSong Gao
2023-09-20target/loongarch: Implement xvaddaSong Gao
2023-09-20target/loongarch: Implement xavg/xvagrSong Gao
2023-09-20target/loongarch: Implement xvaddw/xvsubwSong Gao
2023-09-20target/loongarch: Implement xvhaddw/xvhsubwSong Gao
2023-09-20target/loongarch: Add LASX data supportSong Gao
2023-09-20target/loongarch: Use gen_helper_gvec_2i for 2OP + imm vector instructionsSong Gao
2023-09-20target/loongarch: Use gen_helper_gvec_2 for 2OP vector instructionsSong Gao
2023-09-20target/loongarch: Use gen_helper_gvec_2_ptr for 2OP + env vector instructionsSong Gao
2023-09-20target/loongarch: Use gen_helper_gvec_3 for 3OP vector instructionsSong Gao
2023-09-20target/loongarch: Use gen_helper_gvec_3_ptr for 3OP + env vector instructionsSong Gao
2023-09-20target/loongarch: Use gen_helper_gvec_4 for 4OP vector instructionsSong Gao
2023-09-20target/loongarch: Use gen_helper_gvec_4_ptr for 4OP + env vector instructionsSong Gao
2023-09-20target/loongarch: Renamed lsx*.c to vec* .cSong Gao