summaryrefslogtreecommitdiffstats
path: root/target/hexagon
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Hexagon (target/hexagon) CABAC decode binTaylor Simpson2021-05-026-0/+165
* | Hexagon (target/hexagon) load into shifted register instructionsTaylor Simpson2021-05-023-0/+88
* | Hexagon (target/hexagon) load and unpack bytes instructionsTaylor Simpson2021-05-025-0/+186
* | Hexagon (target/hexagon) bit reverse (brev) addressingTaylor Simpson2021-05-027-0/+50
* | Hexagon (target/hexagon) circular addressingTaylor Simpson2021-05-027-23/+346
* | Hexagon (target/hexagon) add A4_addp_c/A4_subp_cTaylor Simpson2021-05-014-0/+65
* | Hexagon (target/hexagon) add A6_vminub_RdPTaylor Simpson2021-05-014-0/+60
* | Hexagon (target/hexagon) add A5_ACS (vacsh)Taylor Simpson2021-05-015-0/+60
* | Hexagon (target/hexagon) add F2_sfinvsqrtaTaylor Simpson2021-05-017-1/+77
* | Hexagon (target/hexagon) add F2_sfrecipa instructionTaylor Simpson2021-05-017-3/+101
* | Hexagon (target/hexagon) compile all debug codeTaylor Simpson2021-05-016-94/+81Star
* | Hexagon (target/hexagon) move QEMU_GENERATE to only be on during macros.hTaylor Simpson2021-05-011-1/+2
* | Hexagon (target/hexagon) cleanup reg_field_info definitionTaylor Simpson2021-05-012-4/+3Star
* | Hexagon (target/hexagon) cleanup ternary operators in semanticsTaylor Simpson2021-05-011-6/+6
* | Hexagon (target/hexagon) use softfloat for float-to-int conversionsTaylor Simpson2021-05-016-259/+136Star
* | Hexagon (target/hexagon) replace float32_mul_pow2 with float32_scalbnTaylor Simpson2021-05-011-17/+11Star
* | Hexagon (target/hexagon) use softfloat default NaN and tininessTaylor Simpson2021-05-012-47/+5Star