]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg: Implement tcg_gen_extract2_{i32,i64}
authorDavid Hildenbrand <david@redhat.com>
Mon, 25 Feb 2019 15:42:04 +0000 (16:42 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 24 Apr 2019 20:04:33 +0000 (13:04 -0700)
commit2089fcc9e7b4174d1c351eaa7d277c02188a6dd2
treef085a7f81cd5c060c546d3d7672d65d55a126106
parent3284aa128153750f14a61e8a96fd085e6f2999b6
tcg: Implement tcg_gen_extract2_{i32,i64}

Will be helpful for s390x. Input 128 bit and output 64 bit only,
which is sufficient for now.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20190225154204.26751-1-david@redhat.com>
[rth: Add matching tcg_gen_extract2_i32.]
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tcg-op.c
tcg/tcg-op.h