]> git.proxmox.com Git - mirror_qemu.git/commit - target/hexagon/gen_tcg.h
Hexagon (target/hexagon) Add overrides for jumpr31 instructions
authorTaylor Simpson <tsimpson@quicinc.com>
Tue, 7 Mar 2023 02:58:15 +0000 (18:58 -0800)
committerTaylor Simpson <tsimpson@quicinc.com>
Tue, 7 Mar 2023 04:47:12 +0000 (20:47 -0800)
commit5ef5fdba17126067950d843830efea7c6b2eef12
treebd95b456acaa1a4b665513ac42fe532a214008d5
parentbbb71568de91561b57b3622d364aa004436b722f
Hexagon (target/hexagon) Add overrides for jumpr31 instructions

Add overrides for
    SL2_jumpr31            Unconditional
    SL2_jumpr31_t          Predicated true (old value)
    SL2_jumpr31_f          Predicated false (old value)
    SL2_jumpr31_tnew       Predicated true (new value)
    SL2_jumpr31_fnew       Predicated false (new value)

Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
Reviewed-by: Anton Johansson <anjo@rev.ng>
Message-Id: <20230307025828.1612809-2-tsimpson@quicinc.com>
target/hexagon/gen_tcg.h
target/hexagon/genptr.c