]> git.proxmox.com Git - mirror_qemu.git/commit
Hexagon (target/hexagon) add A4_addp_c/A4_subp_c
authorTaylor Simpson <tsimpson@quicinc.com>
Fri, 9 Apr 2021 01:07:49 +0000 (20:07 -0500)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 1 May 2021 15:31:43 +0000 (08:31 -0700)
commit57d352ac298b27617a53783305af2554025060d9
tree410a2da292b95cb585c110070595ebb1ab5f846c
parent0a65d286936a5fd0ac459a0a047e527ce55731e3
Hexagon (target/hexagon) add A4_addp_c/A4_subp_c

Rdd32 = add(Rss32, Rtt32, Px4):carry
    Add with carry
Rdd32 = sub(Rss32, Rtt32, Px4):carry
    Sub with carry

Test cases in tests/tcg/hexagon/multi_result.c

Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <1617930474-31979-22-git-send-email-tsimpson@quicinc.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hexagon/gen_tcg.h
target/hexagon/genptr.c
target/hexagon/imported/alu.idef
target/hexagon/imported/encode_pp.def
tests/tcg/hexagon/multi_result.c