]> Git Repo - qemu.git/history - target
target/mips: Introduce decodetree helpers for Release6 LSA/DLSA opcodes
[qemu.git] / target /
2021-01-14 Philippe Mathieu... target/mips: Introduce decodetree helpers for Release6...
2021-01-14 Philippe Mathieu... target/mips: Introduce decodetree helpers for MSA LSA...
2021-01-14 Philippe Mathieu... target/mips: Extract LSA/DLSA translation generators
2021-01-14 Philippe Mathieu... target/mips: Use decode_ase_msa() generated from decodetree
2021-01-14 Philippe Mathieu... target/mips: Introduce decode tree bindings for MSA ASE
2021-01-14 Philippe Mathieu... target/mips: Pass TCGCond argument to MSA gen_check_zer...
2021-01-14 Philippe Mathieu... target/mips: Extract MSA translation routines
2021-01-14 Philippe Mathieu... target/mips: Declare gen_msa/_branch() in 'translate.h'
2021-01-14 Philippe Mathieu... target/mips: Extract MSA helper definitions
2021-01-14 Philippe Mathieu... target/mips: Extract MSA helpers from op_helper.c
2021-01-14 Philippe Mathieu... target/mips: Move msa_reset() to msa_helper.c
2021-01-14 Philippe Mathieu... target/mips: Explode gen_msa_branch() as gen_msa_BxZ_V...
2021-01-14 Philippe Mathieu... target/mips: Remove CPUMIPSState* argument from gen_msa...
2021-01-14 Philippe Mathieu... target/mips: Extract msa_translate_init() from mips_tcg...
2021-01-14 Philippe Mathieu... target/mips: Alias MSA vector registers on FPU scalar...
2021-01-14 Philippe Mathieu... target/mips: Remove now unused ASE_MSA definition
2021-01-14 Philippe Mathieu... target/mips: Simplify MSA TCG logic
2021-01-14 Philippe Mathieu... target/mips: Use CP0_Config3 to set MIPS_HFLAG_MSA
2021-01-14 Philippe Mathieu... target/mips: Simplify msa_reset()
2021-01-14 Philippe Mathieu... target/mips: Introduce ase_msa_available() helper
2021-01-14 Philippe Mathieu... target/mips/translate: Expose check_mips_64() to 32...
2021-01-14 Philippe Mathieu... target/mips/translate: Extract decode_opc_legacy()...
2021-01-14 Philippe Mathieu... target/mips: Only build TCG code when CONFIG_TCG is set
2021-01-14 Philippe Mathieu... target/mips: Extract FPU specific definitions to transl...
2021-01-14 Philippe Mathieu... target/mips: Declare generic FPU / Coprocessor function...
2021-01-14 Philippe Mathieu... target/mips: Replace gen_exception_end(EXCP_RI) by...
2021-01-14 Philippe Mathieu... target/mips: Replace gen_exception_err(err=0) by gen_ex...
2021-01-14 Philippe Mathieu... target/mips/translate: Add declarations for generic...
2021-01-14 Philippe Mathieu... target/mips/translate: Extract DisasContext structure
2021-01-14 Philippe Mathieu... target/mips: Rename translate_init.c as cpu-defs.c
2021-01-14 Philippe Mathieu... target/mips: Move mmu_init() functions to tlb_helper.c
2021-01-14 Philippe Mathieu... target/mips: Fix code style for checkpatch.pl
2021-01-14 Philippe Mathieu... target/mips: Rename helper.c as tlb_helper.c
2021-01-14 Philippe Mathieu... target/mips: Move common helpers from helper.c to cpu.c
2021-01-14 Philippe Mathieu... target/mips: Remove consecutive CONFIG_USER_ONLY ifdefs
2021-01-14 Philippe Mathieu... target/mips: Add !CONFIG_USER_ONLY comment after #endif
2021-01-14 Philippe Mathieu... target/mips: Extract FPU helpers to 'fpu_helper.h'
2021-01-14 Philippe Mathieu... target/mips: Inline cpu_state_reset() in mips_cpu_reset()
2021-01-14 Philippe Mathieu... target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6
2021-01-14 Philippe Mathieu... target/mips/mips-defs: Rename ISA_MIPS32R5 as ISA_MIPS_R5
2021-01-14 Philippe Mathieu... target/mips/mips-defs: Rename ISA_MIPS32R3 as ISA_MIPS_R3
2021-01-14 Philippe Mathieu... target/mips/mips-defs: Rename ISA_MIPS32R2 as ISA_MIPS_R2
2021-01-14 Philippe Mathieu... target/mips/mips-defs: Rename ISA_MIPS32 as ISA_MIPS_R1
2021-01-14 Philippe Mathieu... target/mips/mips-defs: Use ISA_MIPS32R6 definition...
2021-01-14 Philippe Mathieu... target/mips/mips-defs: Use ISA_MIPS32R5 definition...
2021-01-14 Philippe Mathieu... target/mips/mips-defs: Use ISA_MIPS32R3 definition...
2021-01-14 Philippe Mathieu... target/mips/mips-defs: Use ISA_MIPS32R2 definition...
2021-01-14 Philippe Mathieu... target/mips/mips-defs: Use ISA_MIPS32 definition to...
2021-01-14 Philippe Mathieu... target/mips/mips-defs: Introduce CPU_MIPS64 and cpu_typ...
2021-01-14 Philippe Mathieu... target/mips/mips-defs: Rename CPU_MIPSxx Release 1...
2021-01-14 Philippe Mathieu... target/mips/mips-defs: Reorder CPU_MIPS5 definition
2021-01-14 Philippe Mathieu... target/mips/mips-defs: Remove USE_HOST_FLOAT_REGS comment
2021-01-14 Jiaxun Yangtarget/mips/addr: Add translation helpers for KSEG1
2021-01-14 Philippe Mathieu... target/mips: Replace CP0_Config0 magic values by proper...
2021-01-14 Philippe Mathieu... target/mips: Add CP0 Config0 register definitions for...
2021-01-13 Peter MaydellMerge remote-tracking branch 'remotes/mcayland/tags...
2021-01-13 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2021-01-12 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2021-01-12 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2021-01-12 Peter Maydelltarget/arm: Don't decode insns in the XScale/iWMMXt...
2021-01-12 Philippe Mathieu... target/i386: Use X86Seg enum for segment registers
2021-01-12 Yonggang Luowhpx: move whpx_lapic_state from header to c file
2021-01-12 Paolo Bonziniwhpx: move internal definitions to whpx-internal.h
2021-01-12 Paolo Bonziniwhpx: rename whp-dispatch to whpx-internal.h
2021-01-12 Leif Lindholmtarget/arm: add aarch32 ID register fields to cpu.h
2021-01-12 Leif Lindholmtarget/arm: add aarch64 ID register fields to cpu.h
2021-01-12 Leif Lindholmtarget/arm: add descriptions of CLIDR_EL1, CCSIDR_EL1...
2021-01-12 Leif Lindholmtarget/arm: make ARMCPU.ctr 64-bit
2021-01-12 Leif Lindholmtarget/arm: make ARMCPU.clidr 64-bit
2021-01-12 Leif Lindholmtarget/arm: fix typo in cpu.h ID_AA64PFR1 field name
2021-01-12 Rémi Denis-Courmonttarget/arm: enable Small Translation tables in max CPU
2021-01-12 Rémi Denis-Courmonttarget/arm: ARMv8.4-TTST extension
2021-01-08 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2021-01-08 Peter Maydelltarget/arm: Remove timer_del()/timer_deinit() before...
2021-01-08 Peter MaydellRemove superfluous timer_del() calls
2021-01-08 Peter Maydelltarget/arm: Implement Cortex-M55 model
2021-01-08 Peter Maydelltarget/arm: Implement FPCXT_NS fp system register
2021-01-08 Peter Maydelltarget/arm: Correct store of FPSCR value via FPCXT_S
2021-01-08 Richard Hendersontarget/arm: Fix MTE0_ACTIVE
2021-01-07 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-01-07 Richard Hendersontcg: Make tb arg to synchronize_from_tb const
2021-01-07 Richard Hendersontcg: Make DisasContextBase.tb const
2021-01-06 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2021-01-06 Peter MaydellMerge remote-tracking branch 'remotes/dg-gitlab/tags...
2021-01-05 Peter MaydellMerge remote-tracking branch 'remotes/philmd-gitlab...
2021-01-04 Peter Maydelltarget/mips: Don't use clock_get_ns() in clock period...
2021-01-02 Peter Maydelltarget/i386: Check privilege level for protected mode...
2021-01-01 Peter MaydellMerge remote-tracking branch 'remotes/ehabkost-gl/tags...
2021-01-01 Peter MaydellMerge remote-tracking branch 'remotes/cohuck-gitlab...
2021-01-01 Peter MaydellMerge remote-tracking branch 'remotes/huth-gitlab/tags...
2021-01-01 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2021-01-01 Peter MaydellMerge remote-tracking branch 'remotes/marcel/tags/rdma...
2020-12-31 Peter MaydellMerge remote-tracking branch 'remotes/maxreitz/tags...
2020-12-31 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2020-12-31 Peter MaydellMerge remote-tracking branch 'remotes/dgilbert/tags...
2020-12-31 Peter MaydellMerge remote-tracking branch 'remotes/vivier2/tags...
2020-12-30 Peter MaydellMerge remote-tracking branch 'remotes/huth-gitlab/tags...
2020-12-21 Richard Hendersontarget/s390x: Improve SUB LOGICAL WITH BORROW
2020-12-21 Richard Hendersontarget/s390x: Improve cc computation for SUBTRACT LOGICAL
2020-12-21 Richard Hendersontarget/s390x: Improve ADD LOGICAL WITH CARRY
next
This page took 0.08118 seconds and 7 git commands to generate.