summaryrefslogtreecommitdiffstats
path: root/target/hexagon
Commit message (Expand)AuthorAgeFilesLines
* target/hexagon/cpu.h: don't include qemu-common.hPeter Maydell2021-12-151-1/+0Star
* Merge remote-tracking branch 'remotes/quic/tags/pull-hex-20211103' into stagingRichard Henderson2021-11-0438-47/+7557
|\
| * Hexagon HVX (target/hexagon) import instruction encodingsTaylor Simpson2021-11-034-0/+819
| * Hexagon HVX (target/hexagon) instruction decodingTaylor Simpson2021-11-034-2/+283
| * Hexagon HVX (target/hexagon) import semanticsTaylor Simpson2021-11-034-0/+2804
| * Hexagon HVX (target/hexagon) helper overrides - vector storesTaylor Simpson2021-11-031-0/+218
| * Hexagon HVX (target/hexagon) helper overrides - vector loadsTaylor Simpson2021-11-031-0/+150
| * Hexagon HVX (target/hexagon) helper overrides - vector splat and absTaylor Simpson2021-11-031-0/+26
| * Hexagon HVX (target/hexagon) helper overrides - vector comparesTaylor Simpson2021-11-031-0/+103
| * Hexagon HVX (target/hexagon) helper overrides - vector logical opsTaylor Simpson2021-11-031-0/+42
| * Hexagon HVX (target/hexagon) helper overrides - vector max/minTaylor Simpson2021-11-031-0/+34
| * Hexagon HVX (target/hexagon) helper overrides - vector shiftsTaylor Simpson2021-11-031-0/+122
| * Hexagon HVX (target/hexagon) helper overrides - vector add & subTaylor Simpson2021-11-031-0/+50
| * Hexagon HVX (target/hexagon) helper overrides - vector assign & cmovTaylor Simpson2021-11-031-0/+31
| * Hexagon HVX (target/hexagon) helper overrides for histogram instructionsTaylor Simpson2021-11-031-0/+106
| * Hexagon HVX (target/hexagon) helper overrides infrastructureTaylor Simpson2021-11-036-9/+35
| * Hexagon HVX (target/hexagon) TCG generationTaylor Simpson2021-11-033-4/+311
| * Hexagon HVX (target/hexagon) helper functionsTaylor Simpson2021-11-032-2/+296
| * Hexagon HVX (target/hexagon) instruction utility functionsTaylor Simpson2021-11-033-0/+73
| * Hexagon HVX (target/hexagon) C preprocessor for decode treeTaylor Simpson2021-11-031-0/+13
| * Hexagon HVX (target/hexagon) semantics generator - part 2Taylor Simpson2021-11-033-22/+360
| * Hexagon HVX (target/hexagon) semantics generatorTaylor Simpson2021-11-032-0/+46
| * Hexagon HVX (target/hexagon) import macro definitionsTaylor Simpson2021-11-033-0/+955
| * Hexagon HVX (target/hexagon) macrosTaylor Simpson2021-11-032-0/+376
| * Hexagon HVX (target/hexagon) instruction attributesTaylor Simpson2021-11-031-0/+22
| * Hexagon HVX (target/hexagon) register namesTaylor Simpson2021-11-032-1/+2
| * Hexagon HVX (target/hexagon) add Hexagon Vector eXtensions (HVX) to coreTaylor Simpson2021-11-036-6/+200
| * Hexagon HVX (target/hexagon) READMETaylor Simpson2021-11-031-1/+80
* | target/hexagon: Remove hexagon_cpu_tlb_fillRichard Henderson2021-11-021-23/+0Star
|/
* Hexagon (target/hexagon) put writes to USR into temp until commitTaylor Simpson2021-10-294-2/+12
* Hexagon (target/hexagon) more tcg_constant_*Taylor Simpson2021-10-294-21/+9Star
* target/hexagon: Drop checks for singlestep_enabledRichard Henderson2021-10-161-10/+2Star
* target/hexagon: Implement cpu_mmu_indexRichard Henderson2021-10-131-0/+9
* target/hexagon: Use tcg_constant_*Philippe Mathieu-Daudé2021-10-065-53/+25Star
* target/hexagon: Remove unused TCG temporary from predicated loadsPhilippe Mathieu-Daudé2021-10-061-2/+0Star
* Hexagon (target/hexagon) probe the stores in a packet at start of commitTaylor Simpson2021-10-063-3/+53
* hexagon: use env keyword argument to pass PYTHONPATHPaolo Bonzini2021-10-051-1/+2
* include/exec: Move cpu_signal_handler declarationRichard Henderson2021-09-221-3/+0Star
* accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich2021-09-141-1/+2
* Merge remote-tracking branch 'remotes/quic/tags/pull-hex-20210725' into stagingPeter Maydell2021-07-261-22/+20Star
|\
| * target/hexagon: Drop include of qemu.hPeter Maydell2021-07-211-1/+2
| * Hexagon (target/hexagon) remove put_user_*/get_user_*Taylor Simpson2021-07-211-21/+18Star
* | accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson2021-07-211-17/+0Star
|/
* Hexagon (target/hexagon) remove unused TCG variablesTaylor Simpson2021-06-292-15/+2Star
* Hexagon (target/hexagon) cleanup gen_store_conditional[48] functionsTaylor Simpson2021-06-293-16/+7Star
* Hexagon (target/hexagon) fix l2fetch instructionsTaylor Simpson2021-06-292-0/+14
* Hexagon (target/hexagon) fix bug in fLSBNEW*Taylor Simpson2021-06-292-22/+10Star
* hw/core: Constify TCGCPUOpsRichard Henderson2021-05-271-1/+1
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2021-05-053-3/+0Star
|\
| * hw: Do not include qemu/log.h if it is not necessaryThomas Huth2021-05-023-3/+0Star