OSDN Git Service

target/tricore: Use tcg_gen_*extract_tl
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 19 Oct 2023 18:23:19 +0000 (11:23 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 22 Oct 2023 23:44:42 +0000 (16:44 -0700)
commit8b8bb295489fe8853a650aabf7349cd7aa6d1e9c
tree3a22814e09183bc154fd9372229f395f80f04d88
parent0d67249c6d30a626434815c4fc39ab6bc60708f6
target/tricore: Use tcg_gen_*extract_tl

The EXTR instructions can use the extract opcodes.

Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/tricore/translate.c