summaryrefslogtreecommitdiffstats
path: root/target/hexagon
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Hexagon (target/hexagon) change type of softfloat_roundingmodesTaylor Simpson2021-05-011-1/+1
* | Hexagon (target/hexagon) remove unused carry_from_add64 functionTaylor Simpson2021-05-013-16/+0Star
* | Hexagon (target/hexagon) change variables from int to bool when appropriateTaylor Simpson2021-05-016-59/+60
* | Hexagon (target/hexagon) decide if pred has been written at TCG gen timeTaylor Simpson2021-05-014-10/+25
* | Hexagon (target/hexagon) properly generate TB end for DISAS_NORETURNTaylor Simpson2021-05-012-32/+33
* | Hexagon (target/hexagon) use env_archcpu and env_cpuTaylor Simpson2021-05-014-9/+4Star
* | Hexagon (target/hexagon) remove unnecessary inline directivesTaylor Simpson2021-05-015-47/+46Star
* | Hexagon (target/hexagon) cleanup gen_log_predicated_reg_write_pairTaylor Simpson2021-05-011-14/+13Star
* | Hexagon (target/hexagon) TCG generation cleanupTaylor Simpson2021-05-011-5/+9
* | target/hexagon: remove unnecessary semicolonsTaylor Simpson2021-05-011-2/+2
* | target/hexagon: fix typo in commentTaylor Simpson2021-05-011-1/+1
* | target/hexagon: Change DECODE_MAPPED_REG operand name to OPNUMTaylor Simpson2021-05-011-2/+2
* | target/hexagon: remove unnecessary checks in find_iclass_slotsTaylor Simpson2021-05-011-4/+0Star
* | target/hexagon: translation changesTaylor Simpson2021-05-011-17/+9Star
|/
* hexagon: do not specify Python scripts as inputsPaolo Bonzini2021-04-011-20/+10Star
* hexagon: do not specify executables as inputsPaolo Bonzini2021-04-011-4/+2Star
* target/hexagon/gen_tcg_funcs: Fix a typoPhilippe Mathieu-Daudé2021-03-091-7/+7
* target/hexagon/opcodes: Add missing varargs cleanupPhilippe Mathieu-Daudé2021-03-071-0/+1
* target/hexagon: Fix shift amount check in fASHIFTL/fLSHIFTRTaylor Simpson2021-03-071-2/+2
* Hexagon build infrastructureTaylor Simpson2021-02-181-0/+191
* Hexagon (target/hexagon) translationTaylor Simpson2021-02-182-0/+841
* Hexagon (target/hexagon) TCG for floating point instructionsTaylor Simpson2021-02-181-0/+121
* Hexagon (target/hexagon) TCG for instructions with multiple definitionsTaylor Simpson2021-02-181-0/+198
* Hexagon (target/hexagon) TCG generationTaylor Simpson2021-02-182-0/+356
* Hexagon (target/hexagon) instruction classesTaylor Simpson2021-02-183-0/+174
* Hexagon (target/hexagon) macrosTaylor Simpson2021-02-181-0/+592
* Hexagon (target/hexagon) opcode data structuresTaylor Simpson2021-02-182-0/+200
* Hexagon (target/hexagon) generater phase 4 - decode treeTaylor Simpson2021-02-181-0/+351
* Hexagon (target/hexagon) generator phase 3 - C preprocessor for decode treeTaylor Simpson2021-02-181-0/+188
* Hexagon (target/hexagon) generator phase 2 - generate header filesTaylor Simpson2021-02-1810-0/+1565
* Hexagon (target/hexagon) generator phase 1 - C preprocessor for semanticsTaylor Simpson2021-02-181-0/+88