]> git.proxmox.com Git - mirror_qemu.git/history - target/loongarch/insn_trans/trans_vec.c.inc
target/loongarch: Implement xvreplgr2vr
[mirror_qemu.git] / target / loongarch / insn_trans / trans_vec.c.inc
2023-09-20 Song Gaotarget/loongarch: Implement xvreplgr2vr
2023-09-20 Song Gaotarget/loongarch: Implement xvadd/xvsub
2023-09-20 Song Gaotarget/loongarch: check_vec support check LASX instructions
2023-09-20 Song Gaotarget/loongarch: Replace CHECK_SXE to check_vec(ctx...
2023-09-20 Song Gaotarget/loongarch: Use gen_helper_gvec_2i for 2OP +...
2023-09-20 Song Gaotarget/loongarch: Use gen_helper_gvec_2 for 2OP vector...
2023-09-20 Song Gaotarget/loongarch: Use gen_helper_gvec_2_ptr for 2OP...
2023-09-20 Song Gaotarget/loongarch: Use gen_helper_gvec_3 for 3OP vector...
2023-09-20 Song Gaotarget/loongarch: Use gen_helper_gvec_3_ptr for 3OP...
2023-09-20 Song Gaotarget/loongarch: Use gen_helper_gvec_4 for 4OP vector...
2023-09-20 Song Gaotarget/loongarch: Use gen_helper_gvec_4_ptr for 4OP...
2023-09-20 Song Gaotarget/loongarch: Implement gvec_*_vl functions
2023-09-20 Song Gaotarget/loongarch: Renamed lsx*.c to vec* .c