]> git.proxmox.com Git - mirror_qemu.git/commit - target/hexagon/translate.c
Hexagon (target/hexagon) Add v68 scalar instructions
authorTaylor Simpson <tsimpson@quicinc.com>
Thu, 27 Apr 2023 22:40:50 +0000 (15:40 -0700)
committerTaylor Simpson <tsimpson@quicinc.com>
Thu, 18 May 2023 19:40:51 +0000 (12:40 -0700)
commit406c74f22d457969bdc0b604876d671211cbdaa9
tree87f8494ac5da269dce121a05b4ffe01f051e7506
parentfc2622f660fea5355565a6734c74f68e65953ac8
Hexagon (target/hexagon) Add v68 scalar instructions

The following instructions are added
    L2_loadw_aq
    L4_loadd_aq
    R6_release_at_vi
    R6_release_st_vi
    S2_storew_rl_at_vi
    S4_stored_rl_at_vi
    S2_storew_rl_st_vi
    S4_stored_rl_st_vi

The release instructions are nop's in qemu.  The others behave as
 loads/stores.

The encodings for these instructions changed some "don't care" bits
    L2_loadw_locked
    L4_loadd_locked
    S2_storew_locked
    S4_stored_locked

Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
Reviewed-by: Anton Johansson <anjo@rev.ng>
Message-Id: <20230427224057.3766963-3-tsimpson@quicinc.com>
target/hexagon/attribs_def.h.inc
target/hexagon/gen_idef_parser_funcs.py
target/hexagon/gen_tcg.h
target/hexagon/imported/encode_pp.def
target/hexagon/imported/ldst.idef
target/hexagon/translate.c