aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2021-07-11target/mips/tx79: Introduce PROT3W opcode (Parallel Rotate 3 Words)Philippe Mathieu-Daudé2-0/+29
2021-07-11target/mips/tx79: Introduce PPACW opcode (Parallel Pack to Word)Philippe Mathieu-Daudé2-0/+31
2021-07-11target/mips/tx79: Introduce PCGT* (Parallel Compare for Greater Than)Philippe Mathieu-Daudé2-0/+21
2021-07-11target/mips/tx79: Introduce PCEQ* opcodes (Parallel Compare for Equal)Philippe Mathieu-Daudé2-0/+69
2021-07-11target/mips/tx79: Introduce PEXTL[BHW] opcodes (Parallel Extend Lower)Philippe Mathieu-Daudé2-0/+78
2021-07-11target/mips/tx79: Introduce PEXTUW (Parallel Extend Upper from Word)Philippe Mathieu-Daudé2-0/+34
2021-07-11target/mips/tx79: Introduce PSUB* opcodes (Parallel Subtract)Philippe Mathieu-Daudé2-0/+25
2021-07-11target/mips/tx79: Introduce PAND/POR/PXOR/PNOR opcodes (parallel logic)Philippe Mathieu-Daudé2-0/+58
2021-07-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2-47/+43
2021-07-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210709'...Peter Maydell1-3/+13
2021-07-09target/i386: Use cpu_breakpoint_test in breakpoint_handlerRichard Henderson1-9/+3
2021-07-09target/xtensa/xtensa-semi: Fix compilation problem on HaikuThomas Huth1-45/+39
2021-07-09misc: Fix "havn't" typoPhilippe Mathieu-Daudé1-2/+4
2021-07-09target/xtensa: Use translator_use_goto_tbRichard Henderson1-5/+1
2021-07-09target/tricore: Use tcg_gen_lookup_and_goto_ptrRichard Henderson1-1/+2
2021-07-09target/tricore: Use translator_use_goto_tbRichard Henderson1-15/+2
2021-07-09target/sparc: Use translator_use_goto_tbRichard Henderson1-14/+5
2021-07-09target/sh4: Use translator_use_goto_tbRichard Henderson1-8/+3
2021-07-09target/s390x: Remove use_exit_tbRichard Henderson1-9/+2
2021-07-09target/s390x: Use translator_use_goto_tbRichard Henderson1-6/+1
2021-07-09target/rx: Use translator_use_goto_tbRichard Henderson1-10/+1
2021-07-09target/riscv: Use translator_use_goto_tbRichard Henderson1-19/+1
2021-07-09target/ppc: Use translator_use_goto_tbRichard Henderson1-9/+1
2021-07-09target/openrisc: Use translator_use_goto_tbRichard Henderson1-7/+8
2021-07-09target/nios2: Use translator_use_goto_tbRichard Henderson1-14/+1
2021-07-09target/mips: Fix missing else in gen_goto_tbRichard Henderson1-1/+2
2021-07-09target/mips: Use translator_use_goto_tbRichard Henderson1-15/+2
2021-07-09target/microblaze: Use translator_use_goto_tbRichard Henderson1-10/+1
2021-07-09target/m68k: Use translator_use_goto_tbRichard Henderson1-11/+1
2021-07-09target/i386: Use translator_use_goto_tbRichard Henderson1-12/+2
2021-07-09target/hppa: Use translator_use_goto_tbRichard Henderson1-4/+1
2021-07-09target/cris: Use translator_use_goto_tbRichard Henderson1-3/+2
2021-07-09target/avr: Mark some helpers noreturnRichard Henderson1-4/+4
2021-07-09target/avr: Use translator_use_goto_tbRichard Henderson1-3/+6
2021-07-09target/arm: Use translator_use_goto_tb for aarch32Richard Henderson1-11/+1
2021-07-09target/arm: Use translator_use_goto_tb for aarch64Richard Henderson1-20/+5
2021-07-09target/arm: Use DISAS_TOO_MANY for ISB and SBRichard Henderson1-2/+2
2021-07-09target/alpha: Use translator_use_goto_tbRichard Henderson1-6/+1
2021-07-09target/alpha: Remove in_superpageRichard Henderson1-22/+2
2021-07-09target/alpha: Remove use_exit_tbRichard Henderson1-13/+2
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé17-17/+0
2021-07-09meson: Introduce target-specific KconfigPhilippe Mathieu-Daudé20-0/+77
2021-07-09target/i386: fix exceptions for MOV to DRPaolo Bonzini7-45/+35
2021-07-09target/i386: Added DR6 and DR7 consistency checksLara Lazier2-1/+10
2021-07-09target/i386: Added MSRPM and IOPM size checkLara Lazier2-0/+18
2021-07-09target/arm: Correct the encoding of MDCCSR_EL0 and DBGDSCRinthnick@vmware.com1-3/+13
2021-07-09target/ppc: Support for H_RPT_INVALIDATE hcallBharata B Rao2-0/+24
2021-07-09target/ppc: Don't compile ppc_tlb_invalid_all without TCGLucas Mateus Castro (alqotel)2-0/+6
2021-07-09target/ppc: Allow virtual hypervisor on CPU without HVBALATON Zoltan1-1/+1
2021-07-09target/ppc: mtmsrd is an illegal instruction on BookENicholas Piggin1-0/+5