aboutsummaryrefslogtreecommitdiff
path: root/target/hexagon
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-01Hexagon (target/hexagon) remove unused carry_from_add64 functionTaylor Simpson3-16/+0
2021-05-01Hexagon (target/hexagon) change variables from int to bool when appropriateTaylor Simpson6-59/+60
2021-05-01Hexagon (target/hexagon) decide if pred has been written at TCG gen timeTaylor Simpson4-10/+25
2021-05-01Hexagon (target/hexagon) properly generate TB end for DISAS_NORETURNTaylor Simpson2-32/+33
2021-05-01Hexagon (target/hexagon) use env_archcpu and env_cpuTaylor Simpson4-9/+4
2021-05-01Hexagon (target/hexagon) remove unnecessary inline directivesTaylor Simpson5-47/+46
2021-05-01Hexagon (target/hexagon) cleanup gen_log_predicated_reg_write_pairTaylor Simpson1-14/+13
2021-05-01Hexagon (target/hexagon) TCG generation cleanupTaylor Simpson1-5/+9
2021-05-01target/hexagon: remove unnecessary semicolonsTaylor Simpson1-2/+2
2021-05-01target/hexagon: fix typo in commentTaylor Simpson1-1/+1
2021-05-01target/hexagon: Change DECODE_MAPPED_REG operand name to OPNUMTaylor Simpson1-2/+2
2021-05-01target/hexagon: remove unnecessary checks in find_iclass_slotsTaylor Simpson1-4/+0
2021-05-01target/hexagon: translation changesTaylor Simpson1-17/+9
2021-04-01hexagon: do not specify Python scripts as inputsPaolo Bonzini1-20/+10
2021-04-01hexagon: do not specify executables as inputsPaolo Bonzini1-4/+2
2021-03-09target/hexagon/gen_tcg_funcs: Fix a typoPhilippe Mathieu-Daudé1-7/+7
2021-03-06target/hexagon/opcodes: Add missing varargs cleanupPhilippe Mathieu-Daudé1-0/+1
2021-03-06target/hexagon: Fix shift amount check in fASHIFTL/fLSHIFTRTaylor Simpson1-2/+2
2021-02-18Hexagon build infrastructureTaylor Simpson1-0/+191
2021-02-18Hexagon (target/hexagon) translationTaylor Simpson2-0/+841
2021-02-18Hexagon (target/hexagon) TCG for floating point instructionsTaylor Simpson1-0/+121
2021-02-18Hexagon (target/hexagon) TCG for instructions with multiple definitionsTaylor Simpson1-0/+198
2021-02-18Hexagon (target/hexagon) TCG generationTaylor Simpson2-0/+356
2021-02-18Hexagon (target/hexagon) instruction classesTaylor Simpson3-0/+174
2021-02-18Hexagon (target/hexagon) macrosTaylor Simpson1-0/+592