summary refs log tree commit diff stats
path: root/target/hexagon/decode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hexagon (target/hexagon) Remove old dectree.pyTaylor Simpson2024-01-211-344/+0
* Hexagon (target/hexagon) Use QEMU decodetree (16-bit instructions)Taylor Simpson2024-01-211-0/+85
* Hexagon (target/hexagon) Use QEMU decodetree (32-bit instructions)Taylor Simpson2024-01-211-6/+48
* Hexagon (decode): look for pkts with multiple insns at the same slotMatheus Tavares Bernardino2023-05-181-3/+27
* Hexagon (target/hexagon) Only use branch_taken when packet has multi cofTaylor Simpson2022-12-161-2/+13
* Hexagon (target/hexagon) Change decision to set pkt_has_store_s[01]Taylor Simpson2022-09-301-5/+8
* Hexagon HVX (target/hexagon) import instruction encodingsTaylor Simpson2021-11-031-0/+4
* Hexagon HVX (target/hexagon) instruction decodingTaylor Simpson2021-11-031-2/+22
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2021-05-051-1/+0
|\
| * hw: Do not include qemu/log.h if it is not necessaryThomas Huth2021-05-021-1/+0
* | Hexagon (target/hexagon) change variables from int to bool when appropriateTaylor Simpson2021-05-011-40/+40
* | Hexagon (target/hexagon) remove unnecessary inline directivesTaylor Simpson2021-05-011-3/+3
* | target/hexagon: Change DECODE_MAPPED_REG operand name to OPNUMTaylor Simpson2021-05-011-2/+2
|/
* Hexagon (target/hexagon) instruction/packet decodeTaylor Simpson2021-02-181-0/+957