aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
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 xvabsdSong 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: Implement xvsadd/xvssubSong Gao
2023-09-20target/loongarch: Implement xvnegSong Gao
2023-09-20target/loongarch: Implement xvaddi/xvsubiSong Gao
2023-09-20target/loongarch: Implement xvreplgr2vrSong Gao
2023-09-20target/loongarch: Implement xvadd/xvsubSong Gao
2023-09-20target/loongarch: Add avail_LASX to check LASX instructionsSong Gao
2023-09-20target/loongarch: check_vec support check LASX instructionsSong Gao
2023-09-20target/loongarch: Add LASX data supportSong Gao
2023-09-20target/loongarch: Replace CHECK_SXE to check_vec(ctx, 16)Song 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: Implement gvec_*_vl functionsSong Gao
2023-09-20target/loongarch: Renamed lsx*.c to vec* .cSong Gao
2023-09-19target/hppa: Wire up diag instruction to support BTLBHelge Deller
2023-09-19Merge tag 'pull-tcg-20230915-2' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-09-16target/arm: Use tcg_gen_gvec_cmpi for compare vs 0Richard Henderson
2023-09-15target/hppa: Extract diagnose immediate valueHelge Deller
2023-09-15target/hppa: Add BTLB support to hppa TLB functionsHelge Deller
2023-09-15target/ppc: Use clmul_64Richard Henderson
2023-09-15target/s390x: Use clmul_64Richard Henderson
2023-09-15target/i386: Use clmul_64Richard Henderson
2023-09-15target/arm: Use clmul_64Richard Henderson
2023-09-15target/ppc: Use clmul_32* routinesRichard Henderson
2023-09-15target/s390x: Use clmul_32* routinesRichard Henderson
2023-09-15target/arm: Use clmul_32* routinesRichard Henderson
2023-09-15target/ppc: Use clmul_16* routinesRichard Henderson
2023-09-15target/s390x: Use clmul_16* routinesRichard Henderson
2023-09-15target/arm: Use clmul_16* routinesRichard Henderson
2023-09-15target/ppc: Use clmul_8* routinesRichard Henderson
2023-09-15target/s390x: Use clmul_8* routinesRichard Henderson
2023-09-15target/arm: Use clmul_8* routinesRichard Henderson
2023-09-13Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-09-13target/i386: Call accel-agnostic x86_cpu_get_supported_cpuid()Philippe Mathieu-Daudé
2023-09-13target/i386: Drop accel_uses_host_cpuid before x86_cpu_get_supported_cpuidPhilippe Mathieu-Daudé
2023-09-13target/i386: Check kvm_hyperv_expand_features() return valuePhilippe Mathieu-Daudé
2023-09-13target/hppa: Allow up to 16 BTLB entriesHelge Deller
2023-09-12target/s390x: AP-passthrough for PV guestsSteffen Eiden