aboutsummaryrefslogtreecommitdiff
path: root/target/hexagon
AgeCommit message (Expand)AuthorFilesLines
2021-11-03Hexagon HVX (target/hexagon) instruction utility functionsTaylor Simpson3-0/+73
2021-11-03Hexagon HVX (target/hexagon) C preprocessor for decode treeTaylor Simpson1-0/+13
2021-11-03Hexagon HVX (target/hexagon) semantics generator - part 2Taylor Simpson3-22/+360
2021-11-03Hexagon HVX (target/hexagon) semantics generatorTaylor Simpson2-0/+46
2021-11-03Hexagon HVX (target/hexagon) import macro definitionsTaylor Simpson3-0/+955
2021-11-03Hexagon HVX (target/hexagon) macrosTaylor Simpson2-0/+376
2021-11-03Hexagon HVX (target/hexagon) instruction attributesTaylor Simpson1-0/+22
2021-11-03Hexagon HVX (target/hexagon) register namesTaylor Simpson2-1/+2
2021-11-03Hexagon HVX (target/hexagon) add Hexagon Vector eXtensions (HVX) to coreTaylor Simpson6-6/+200
2021-11-03Hexagon HVX (target/hexagon) READMETaylor Simpson1-1/+80
2021-11-02target/hexagon: Remove hexagon_cpu_tlb_fillRichard Henderson1-23/+0
2021-10-28Hexagon (target/hexagon) put writes to USR into temp until commitTaylor Simpson4-2/+12
2021-10-28Hexagon (target/hexagon) more tcg_constant_*Taylor Simpson4-21/+9
2021-10-15target/hexagon: Drop checks for singlestep_enabledRichard Henderson1-10/+2
2021-10-13target/hexagon: Implement cpu_mmu_indexRichard Henderson1-0/+9
2021-10-06target/hexagon: Use tcg_constant_*Philippe Mathieu-Daudé5-53/+25
2021-10-06target/hexagon: Remove unused TCG temporary from predicated loadsPhilippe Mathieu-Daudé1-2/+0
2021-10-06Hexagon (target/hexagon) probe the stores in a packet at start of commitTaylor Simpson3-3/+53
2021-10-05hexagon: use env keyword argument to pass PYTHONPATHPaolo Bonzini1-1/+2
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson1-3/+0
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich1-1/+2
2021-07-26Merge remote-tracking branch 'remotes/quic/tags/pull-hex-20210725' into stagingPeter Maydell1-22/+20
2021-07-21target/hexagon: Drop include of qemu.hPeter Maydell1-1/+2
2021-07-21Hexagon (target/hexagon) remove put_user_*/get_user_*Taylor Simpson1-21/+18
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson1-17/+0
2021-06-29Hexagon (target/hexagon) remove unused TCG variablesTaylor Simpson2-15/+2
2021-06-29Hexagon (target/hexagon) cleanup gen_store_conditional[48] functionsTaylor Simpson3-16/+7
2021-06-29Hexagon (target/hexagon) fix l2fetch instructionsTaylor Simpson2-0/+14
2021-06-29Hexagon (target/hexagon) fix bug in fLSBNEW*Taylor Simpson2-22/+10
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson1-1/+1
2021-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell3-3/+0
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth3-3/+0
2021-05-01Hexagon (target/hexagon) CABAC decode binTaylor Simpson6-0/+165
2021-05-01Hexagon (target/hexagon) load into shifted register instructionsTaylor Simpson3-0/+88
2021-05-01Hexagon (target/hexagon) load and unpack bytes instructionsTaylor Simpson5-0/+186
2021-05-01Hexagon (target/hexagon) bit reverse (brev) addressingTaylor Simpson7-0/+50
2021-05-01Hexagon (target/hexagon) circular addressingTaylor Simpson7-23/+346
2021-05-01Hexagon (target/hexagon) add A4_addp_c/A4_subp_cTaylor Simpson4-0/+65
2021-05-01Hexagon (target/hexagon) add A6_vminub_RdPTaylor Simpson4-0/+60
2021-05-01Hexagon (target/hexagon) add A5_ACS (vacsh)Taylor Simpson5-0/+60
2021-05-01Hexagon (target/hexagon) add F2_sfinvsqrtaTaylor Simpson7-1/+77
2021-05-01Hexagon (target/hexagon) add F2_sfrecipa instructionTaylor Simpson7-3/+101
2021-05-01Hexagon (target/hexagon) compile all debug codeTaylor Simpson6-94/+81
2021-05-01Hexagon (target/hexagon) move QEMU_GENERATE to only be on during macros.hTaylor Simpson1-1/+2
2021-05-01Hexagon (target/hexagon) cleanup reg_field_info definitionTaylor Simpson2-4/+3
2021-05-01Hexagon (target/hexagon) cleanup ternary operators in semanticsTaylor Simpson1-6/+6
2021-05-01Hexagon (target/hexagon) use softfloat for float-to-int conversionsTaylor Simpson6-259/+136
2021-05-01Hexagon (target/hexagon) replace float32_mul_pow2 with float32_scalbnTaylor Simpson1-17/+11
2021-05-01Hexagon (target/hexagon) use softfloat default NaN and tininessTaylor Simpson2-47/+5
2021-05-01Hexagon (target/hexagon) change type of softfloat_roundingmodesTaylor Simpson1-1/+1