aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2021-07-09target/i386: Use cpu_breakpoint_test in breakpoint_handlerRichard Henderson
2021-07-09target/xtensa: Use translator_use_goto_tbRichard Henderson
2021-07-09target/tricore: Use tcg_gen_lookup_and_goto_ptrRichard Henderson
2021-07-09target/tricore: Use translator_use_goto_tbRichard Henderson
2021-07-09target/sparc: Use translator_use_goto_tbRichard Henderson
2021-07-09target/sh4: Use translator_use_goto_tbRichard Henderson
2021-07-09target/s390x: Remove use_exit_tbRichard Henderson
2021-07-09target/s390x: Use translator_use_goto_tbRichard Henderson
2021-07-09target/rx: Use translator_use_goto_tbRichard Henderson
2021-07-09target/riscv: Use translator_use_goto_tbRichard Henderson
2021-07-09target/ppc: Use translator_use_goto_tbRichard Henderson
2021-07-09target/openrisc: Use translator_use_goto_tbRichard Henderson
2021-07-09target/nios2: Use translator_use_goto_tbRichard Henderson
2021-07-09target/mips: Fix missing else in gen_goto_tbRichard Henderson
2021-07-09target/mips: Use translator_use_goto_tbRichard Henderson
2021-07-09target/microblaze: Use translator_use_goto_tbRichard Henderson
2021-07-09target/m68k: Use translator_use_goto_tbRichard Henderson
2021-07-09target/i386: Use translator_use_goto_tbRichard Henderson
2021-07-09target/hppa: Use translator_use_goto_tbRichard Henderson
2021-07-09target/cris: Use translator_use_goto_tbRichard Henderson
2021-07-09target/avr: Mark some helpers noreturnRichard Henderson
2021-07-09target/avr: Use translator_use_goto_tbRichard Henderson
2021-07-09target/arm: Use translator_use_goto_tb for aarch32Richard Henderson
2021-07-09target/arm: Use translator_use_goto_tb for aarch64Richard Henderson
2021-07-09target/arm: Use DISAS_TOO_MANY for ISB and SBRichard Henderson
2021-07-09target/alpha: Use translator_use_goto_tbRichard Henderson
2021-07-09target/alpha: Remove in_superpageRichard Henderson
2021-07-09target/alpha: Remove use_exit_tbRichard Henderson
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé
2021-07-06target/i386: Move X86XSaveArea into TCGDavid Edmondson
2021-07-06target/i386: Populate x86_ext_save_areas offsets using cpuid where possibleDavid Edmondson
2021-07-06target/i386: Observe XSAVE state area offsetsDavid Edmondson
2021-07-06target/i386: Make x86_ext_save_areas visible outside cpu.cDavid Edmondson
2021-07-06target/i386: Pass buffer and length to XSAVE helperDavid Edmondson
2021-07-06target/i386: Clarify the padding requirements of X86XSaveAreaDavid Edmondson
2021-07-06target/i386: Consolidate the X86XSaveArea offset checksDavid Edmondson
2021-07-06target/i386: Declare constants for XSAVE offsetsDavid Edmondson
2021-07-04Merge remote-tracking branch 'remotes/philmd/tags/mips-20210702' into stagingPeter Maydell
2021-07-02target/arm: Implement MVE shifts by registerPeter Maydell
2021-07-02target/arm: Implement MVE shifts by immediatePeter Maydell
2021-07-02target/arm: Implement MVE long shifts by registerPeter Maydell
2021-07-02target/arm: Implement MVE long shifts by immediatePeter Maydell
2021-07-02target/arm: Implement MVE VADDLVPeter Maydell
2021-07-02target/arm: Implement MVE VSHLCPeter Maydell
2021-07-02target/arm: Implement MVE saturating narrowing shiftsPeter Maydell
2021-07-02target/arm: Implement MVE VSHRN, VRSHRNPeter Maydell
2021-07-02target/arm: Implement MVE VSRI, VSLIPeter Maydell
2021-07-02target/arm: Implement MVE VSHLLPeter Maydell
2021-07-02target/arm: Implement MVE vector shift right by immediate insnsPeter Maydell
2021-07-02target/arm: Implement MVE vector shift left by immediate insnsPeter Maydell