aboutsummaryrefslogtreecommitdiff
path: root/target/hexagon/decode.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-21Hexagon (target/hexagon) Remove old dectree.pyTaylor Simpson1-344/+0
2024-01-21Hexagon (target/hexagon) Use QEMU decodetree (16-bit instructions)Taylor Simpson1-0/+85
2024-01-21Hexagon (target/hexagon) Use QEMU decodetree (32-bit instructions)Taylor Simpson1-6/+48
2023-05-18Hexagon (decode): look for pkts with multiple insns at the same slotMatheus Tavares Bernardino1-3/+27
2022-12-16Hexagon (target/hexagon) Only use branch_taken when packet has multi cofTaylor Simpson1-2/+13
2022-09-30Hexagon (target/hexagon) Change decision to set pkt_has_store_s[01]Taylor Simpson1-5/+8
2021-11-03Hexagon HVX (target/hexagon) import instruction encodingsTaylor Simpson1-0/+4
2021-11-03Hexagon HVX (target/hexagon) instruction decodingTaylor Simpson1-2/+22
2021-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell1-1/+0
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth1-1/+0
2021-05-01Hexagon (target/hexagon) change variables from int to bool when appropriateTaylor Simpson1-40/+40
2021-05-01Hexagon (target/hexagon) remove unnecessary inline directivesTaylor Simpson1-3/+3
2021-05-01target/hexagon: Change DECODE_MAPPED_REG operand name to OPNUMTaylor Simpson1-2/+2
2021-02-18Hexagon (target/hexagon) instruction/packet decodeTaylor Simpson1-0/+957