aboutsummaryrefslogtreecommitdiff
path: root/target/loongarch/helper.h
AgeCommit message (Expand)Author
2023-09-20target/loongarch: Implement xvshuf xvperm{i} xvshuf4iSong Gao
2023-09-20target/loongarch: Implement xvreplve xvinsve0 xvpickveSong Gao
2023-09-20target/loongarch: Implement xvbitsel xvsetSong Gao
2023-09-20target/loongarch: Implement xvfcmpSong Gao
2023-09-20target/loongarch: Implement vext2xvSong 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-07-24target/loongarch: Fix the CSRRD CPUID instruction on big endian hostsThomas Huth
2023-05-06target/loongarch: Implement vilvl vilvh vextrins vshufSong Gao
2023-05-06target/loongarch: Implement vreplve vpack vpickSong Gao
2023-05-06target/loongarch: Implement vbitsel vsetSong Gao
2023-05-06target/loongarch: Implement vfcmpSong Gao
2023-05-06target/loongarch: Implement vseq vsle vsltSong Gao
2023-05-06target/loongarch: Implement LSX fpu fcvt instructionsSong Gao
2023-05-06target/loongarch: Implement LSX fpu arith instructionsSong Gao
2023-05-06target/loongarch: Implement vfrstpSong Gao
2023-05-06target/loongarch: Implement vbitclr vbitset vbitrevSong Gao
2023-05-06target/loongarch: Implement vpcntSong Gao
2023-05-06target/loongarch: Implement vclo vclzSong Gao
2023-05-06target/loongarch: Implement vssrlrn vssrarnSong Gao
2023-05-06target/loongarch: Implement vssrln vssranSong Gao
2023-05-06target/loongarch: Implement vsrlrn vsrarnSong Gao
2023-05-06target/loongarch: Implement vsrln vsranSong Gao
2023-05-06target/loongarch: Implement vsrlr vsrarSong Gao
2023-05-06target/loongarch: Implement vsllwil vextlSong Gao
2023-05-06target/loongarch: Implement LSX logic instructionsSong Gao
2023-05-06target/loongarch: Implement vmskltz/vmskgez/vmsknzSong Gao
2023-05-06target/loongarch: Implement vsigncovSong Gao
2023-05-06target/loongarch: Implement vexthSong Gao
2023-05-06target/loongarch: Implement vsatSong Gao
2023-05-06target/loongarch: Implement vdiv/vmodSong Gao
2023-05-06target/loongarch: Implement vmadd/vmsub/vmaddw{ev/od}Song Gao
2023-05-06target/loongarch: Implement vmul/vmuh/vmulw{ev/od}Song Gao
2023-05-06target/loongarch: Implement vmax/vminSong Gao
2023-05-06target/loongarch: Implement vaddaSong Gao
2023-05-06target/loongarch: Implement vabsdSong Gao
2023-05-06target/loongarch: Implement vavg/vavgrSong Gao
2023-05-06target/loongarch: Implement vaddw/vsubwSong Gao
2023-05-06target/loongarch: Implement vhaddw/vhsubwSong Gao
2022-08-08target/loongarch: Remove cpu_fcsr0Richard Henderson
2022-07-04target/loongarch: Adjust functions and structure to support user-modeSong Gao
2022-06-06target/loongarch: Add timer related instructions support.Xiaojuan Yang
2022-06-06target/loongarch: Add other core instructions supportXiaojuan Yang
2022-06-06target/loongarch: Add TLB instruction supportXiaojuan Yang
2022-06-06target/loongarch: Add LoongArch IOCSR instructionXiaojuan Yang