aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2022-09-07target/riscv: rvv: Add mask agnostic for vector integer comparison instructionsYueh-Ting (eop) Chen2-0/+11
2022-09-07target/riscv: rvv: Add mask agnostic for vector integer shift instructionsYueh-Ting (eop) Chen2-0/+8
2022-09-07target/riscv: rvv: Add mask agnostic for vx instructionsYueh-Ting (eop) Chen2-0/+5
2022-09-07target/riscv: rvv: Add mask agnostic for vector load / store instructionsYueh-Ting (eop) Chen2-11/+29
2022-09-07target/riscv: rvv: Add mask agnostic for vv instructionsYueh-Ting (eop) Chen6-2/+20
2022-09-07target/riscv: Fix typo and restore Pointer Masking functionality for RISC-VAlexey Baturo1-1/+1
2022-09-07target/riscv: Simplify the check in hmode to reuse the check in riscv_csrrw_c...Weiwei Li1-13/+5
2022-09-07target/riscv: Fix checks in hmode/hmode32Weiwei Li2-7/+7
2022-09-07target/riscv: Add check for csrs existed with U extensionWeiwei Li1-3/+21
2022-09-07target/riscv: Fix checkpatch warning may triggered in csr_ops tableWeiwei Li1-207/+234
2022-09-07target/riscv: H extension depends on I extensionWeiwei Li1-0/+6
2022-09-07target/riscv: Add check for supported privilege mode combinationsWeiwei Li1-0/+6
2022-09-07target/riscv: move zmmul out of the experimental propertiesWeiwei Li1-1/+2
2022-09-07target/riscv: fix shifts shamt value for rv128cFrédéric Pétrot2-5/+22
2022-09-07target/riscv: Force disable extensions if priv spec version does not matchAnup Patel1-56/+94
2022-09-07target/riscv: Update [m|h]tinst CSR in riscv_cpu_do_interrupt()Anup Patel3-6/+296
2022-09-06target/riscv: Make translator stop before the end of a pageRichard Henderson1-4/+13
2022-09-06target/riscv: Add MAX_INSN_LEN and insn_lenRichard Henderson1-1/+9
2022-09-06target/i386: Make translator stop before the end of a pageIlya Leoshkevich1-24/+38
2022-09-06target/s390x: Make translator stop before the end of a pageIlya Leoshkevich1-4/+11
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson21-42/+68
2022-09-06accel/tcg: Remove translator_ldswRichard Henderson1-1/+1
2022-09-04target/openrisc: Interrupt handling fixesStafford Horne2-1/+7
2022-09-04target/openrisc: Enable MTTCGStafford Horne2-1/+8
2022-09-04target/openrisc: Add interrupted CPU to logStafford Horne1-1/+3
2022-09-04target/openrisc: Fix memory reading in debuggerStafford Horne1-1/+7
2022-09-02Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi5-1329/+1465
2022-09-01Merge tag 'pull-avr-20220901' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2-30/+65
2022-09-01target/i386: AVX+AES helpers prepPaul Brook1-19/+22
2022-09-01target/i386: AVX pclmulqdq prepPaul Brook1-7/+22
2022-09-01target/i386: Rewrite blendv helpersPaul Brook1-62/+24
2022-09-01target/i386: Misc AVX helper prepPaul Brook1-49/+94
2022-09-01target/i386: Destructive FP helpers for AVXPaul Brook1-58/+43
2022-09-01target/i386: Dot product AVX helper prepPaul Brook1-35/+45
2022-09-01target/i386: reimplement AVX comparison helpersPaul Brook3-69/+78
2022-09-01target/i386: Floating point arithmetic helper AVX prepPaul Brook1-41/+87
2022-09-01target/i386: Destructive vector helpers for AVXPaul Brook1-301/+269
2022-09-01target/i386: Misc integer AVX helper prepPaul Brook1-86/+82
2022-09-01target/i386: Rewrite simple integer vector helpersPaul Brook1-54/+27
2022-09-01target/i386: Rewrite vector shift helperPaul Brook1-131/+108
2022-09-01target/i386: rewrite destructive 3DNow operationsPaolo Bonzini1-16/+16
2022-09-01target/i386: Add CHECK_NO_VEXPaul Brook1-0/+26
2022-09-01target/i386: do not cast gen_helper_* function pointersPaolo Bonzini1-38/+37
2022-09-01target/i386: Add size suffix to vector FP helpersPaolo Bonzini3-66/+67
2022-09-01target/i386: isolate MMX code morePaolo Bonzini1-18/+32
2022-09-01target/i386: check SSE table flags instead of hardcoding opcodesPaolo Bonzini1-44/+31
2022-09-01target/i386: Move 3DNOW decoderPaul Brook1-13/+17
2022-09-01target/i386: Rework sse_op_table6/7Paul Brook1-100/+132
2022-09-01target/i386: Rework sse_op_table1Paul Brook1-130/+183
2022-09-01target/i386: Add ZMM_OFFSET macroPaul Brook1-33/+27