aboutsummaryrefslogtreecommitdiff
path: root/target/hexagon
AgeCommit message (Expand)Author
2021-12-15target/hexagon/cpu.h: don't include qemu-common.hPeter Maydell
2021-11-04Merge remote-tracking branch 'remotes/quic/tags/pull-hex-20211103' into stagingRichard Henderson
2021-11-03Hexagon HVX (target/hexagon) import instruction encodingsTaylor Simpson
2021-11-03Hexagon HVX (target/hexagon) instruction decodingTaylor Simpson
2021-11-03Hexagon HVX (target/hexagon) import semanticsTaylor Simpson
2021-11-03Hexagon HVX (target/hexagon) helper overrides - vector storesTaylor Simpson
2021-11-03Hexagon HVX (target/hexagon) helper overrides - vector loadsTaylor Simpson
2021-11-03Hexagon HVX (target/hexagon) helper overrides - vector splat and absTaylor Simpson
2021-11-03Hexagon HVX (target/hexagon) helper overrides - vector comparesTaylor Simpson
2021-11-03Hexagon HVX (target/hexagon) helper overrides - vector logical opsTaylor Simpson
2021-11-03Hexagon HVX (target/hexagon) helper overrides - vector max/minTaylor Simpson
2021-11-03Hexagon HVX (target/hexagon) helper overrides - vector shiftsTaylor Simpson
2021-11-03Hexagon HVX (target/hexagon) helper overrides - vector add & subTaylor Simpson
2021-11-03Hexagon HVX (target/hexagon) helper overrides - vector assign & cmovTaylor Simpson
2021-11-03Hexagon HVX (target/hexagon) helper overrides for histogram instructionsTaylor Simpson
2021-11-03Hexagon HVX (target/hexagon) helper overrides infrastructureTaylor Simpson
2021-11-03Hexagon HVX (target/hexagon) TCG generationTaylor Simpson
2021-11-03Hexagon HVX (target/hexagon) helper functionsTaylor Simpson
2021-11-03Hexagon HVX (target/hexagon) instruction utility functionsTaylor Simpson
2021-11-03Hexagon HVX (target/hexagon) C preprocessor for decode treeTaylor Simpson
2021-11-03Hexagon HVX (target/hexagon) semantics generator - part 2Taylor Simpson
2021-11-03Hexagon HVX (target/hexagon) semantics generatorTaylor Simpson
2021-11-03Hexagon HVX (target/hexagon) import macro definitionsTaylor Simpson
2021-11-03Hexagon HVX (target/hexagon) macrosTaylor Simpson
2021-11-03Hexagon HVX (target/hexagon) instruction attributesTaylor Simpson
2021-11-03Hexagon HVX (target/hexagon) register namesTaylor Simpson
2021-11-03Hexagon HVX (target/hexagon) add Hexagon Vector eXtensions (HVX) to coreTaylor Simpson
2021-11-03Hexagon HVX (target/hexagon) READMETaylor Simpson
2021-11-02target/hexagon: Remove hexagon_cpu_tlb_fillRichard Henderson
2021-10-28Hexagon (target/hexagon) put writes to USR into temp until commitTaylor Simpson
2021-10-28Hexagon (target/hexagon) more tcg_constant_*Taylor Simpson
2021-10-15target/hexagon: Drop checks for singlestep_enabledRichard Henderson
2021-10-13target/hexagon: Implement cpu_mmu_indexRichard Henderson
2021-10-06target/hexagon: Use tcg_constant_*Philippe Mathieu-Daudé
2021-10-06target/hexagon: Remove unused TCG temporary from predicated loadsPhilippe Mathieu-Daudé
2021-10-06Hexagon (target/hexagon) probe the stores in a packet at start of commitTaylor Simpson
2021-10-05hexagon: use env keyword argument to pass PYTHONPATHPaolo Bonzini
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich
2021-07-26Merge remote-tracking branch 'remotes/quic/tags/pull-hex-20210725' into stagingPeter Maydell
2021-07-21target/hexagon: Drop include of qemu.hPeter Maydell
2021-07-21Hexagon (target/hexagon) remove put_user_*/get_user_*Taylor Simpson
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson
2021-06-29Hexagon (target/hexagon) remove unused TCG variablesTaylor Simpson
2021-06-29Hexagon (target/hexagon) cleanup gen_store_conditional[48] functionsTaylor Simpson
2021-06-29Hexagon (target/hexagon) fix l2fetch instructionsTaylor Simpson
2021-06-29Hexagon (target/hexagon) fix bug in fLSBNEW*Taylor Simpson
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson
2021-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth