aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2024-05-30target/arm: Use TCG_COND_TSTNE in gen_cmtst_{i32, i64}Richard Henderson
2024-05-30target/arm: Convert CMGT, CMHI, CMGE, CMHS, CMTST, CMEQ to decodetreeRichard Henderson
2024-05-30target/arm: Convert ADD, SUB (vector) to decodetreeRichard Henderson
2024-05-30target/arm: Convert SQRSHL, UQRSHL to decodetreeRichard Henderson
2024-05-30target/arm: Convert SQRSHL and UQRSHL (register) to gvecRichard Henderson
2024-05-30target/arm: Convert SQSHL, UQSHL to decodetreeRichard Henderson
2024-05-30target/arm: Convert SQSHL and UQSHL (register) to gvecRichard Henderson
2024-05-30target/arm: Convert SRSHL, URSHL to decodetreeRichard Henderson
2024-05-30target/arm: Convert SRSHL and URSHL (register) to gvecRichard Henderson
2024-05-30target/arm: Convert SSHL, USHL to decodetreeRichard Henderson
2024-05-30target/arm: Convert SUQADD, USQADD to decodetreeRichard Henderson
2024-05-30target/arm: Convert SQADD, SQSUB, UQADD, UQSUB to decodetreeRichard Henderson
2024-05-30target/arm: Inline scalar SQADD, UQADD, SQSUB, UQSUBRichard Henderson
2024-05-30target/arm: Inline scalar SUQADD and USQADDRichard Henderson
2024-05-30target/arm: Convert SUQADD and USQADD to gvecRichard Henderson
2024-05-30target/arm: Assert oprsz in range when using vfp.qcRichard Henderson
2024-05-30target/arm: Improve vector UQADD, UQSUB, SQADD, SQSUBRichard Henderson
2024-05-29target/s390x: Adjust check of noreturn in translate_oneRichard Henderson
2024-05-29target/s390x: Simplify per_ifetch, per_check_exceptionRichard Henderson
2024-05-29target/s390x: Fix helper_per_ifetch flagsRichard Henderson
2024-05-29target/s390x: Raise exception from per_store_realRichard Henderson
2024-05-29target/s390x: Raise exception from helper_per_branchRichard Henderson
2024-05-29target/s390x: Split per_breaking_event from per_branch_*Richard Henderson
2024-05-29target/s390x: Simplify help_branchRichard Henderson
2024-05-29target/s390x: Introduce help_goto_indirectRichard Henderson
2024-05-29target/s390x: Disable conditional branch-to-next for PERRichard Henderson
2024-05-29target/s390x: Record separate PER bits in TB flagsRichard Henderson
2024-05-29target/s390x: Update CR9 bitsRichard Henderson
2024-05-29target/s390x: Move cpu_get_tb_cpu_state out of lineRichard Henderson
2024-05-29target/s390x: Do not use unwind for per_check_exceptionRichard Henderson
2024-05-28target/arm: Convert disas_simd_3same_logic to decodetreeRichard Henderson
2024-05-28target/arm: Convert FMLAL, FMLSL to decodetreeRichard Henderson
2024-05-28target/arm: Use gvec for neon pmax, pminRichard Henderson
2024-05-28target/arm: Convert SMAXP, SMINP, UMAXP, UMINP to decodetreeRichard Henderson
2024-05-28target/arm: Use gvec for neon paddRichard Henderson
2024-05-28target/arm: Convert ADDP to decodetreeRichard Henderson
2024-05-28target/arm: Use gvec for neon faddp, fmaxp, fminpRichard Henderson
2024-05-28target/arm: Convert FMAXP, FMINP, FMAXNMP, FMINNMP to decodetreeRichard Henderson
2024-05-28target/arm: Convert FADDP to decodetreeRichard Henderson
2024-05-28target/arm: Convert FRECPS, FRSQRTS to decodetreeRichard Henderson
2024-05-28target/arm: Convert FABD to decodetreeRichard Henderson
2024-05-28target/arm: Convert FCMEQ, FCMGE, FCMGT, FACGE, FACGT to decodetreeRichard Henderson
2024-05-28target/arm: Convert FMLA, FMLS to decodetreeRichard Henderson
2024-05-28target/arm: Convert FNMUL to decodetreeRichard Henderson
2024-05-28target/arm: Expand vfp neg and abs inlineRichard Henderson
2024-05-28target/arm: Introduce vfp_load_reg16Richard Henderson
2024-05-28target/arm: Convert FMAX, FMIN, FMAXNM, FMINNM to decodetreeRichard Henderson
2024-05-28target/arm: Convert FADD, FSUB, FDIV, FMUL to decodetreeRichard Henderson
2024-05-28target/arm: Convert FMULX to decodetreeRichard Henderson
2024-05-28target/arm: Convert Advanced SIMD copy to decodetreeRichard Henderson