]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/tricore: Refactor PCXI/ICR register fields
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Fri, 26 May 2023 06:19:44 +0000 (08:19 +0200)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Wed, 7 Jun 2023 16:20:45 +0000 (18:20 +0200)
commit343cdf2c9ad6aef2fbf66cf9c888d20c1de5e784
treed78c7d72764cca922356e77d1353ab408b9916f4
parent0e45f7beca959ca085fef3439fa39d2588bc6f52
target/tricore: Refactor PCXI/ICR register fields

starting from ISA version 1.6.1 (previously known as 1.6P/E), some
bitfields in PCXI and ICR have changed. We also refactor these
registers using the register fields API.

Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1453
Message-Id: <20230526061946.54514-5-kbastian@mail.uni-paderborn.de>
target/tricore/cpu.h
target/tricore/helper.c
target/tricore/op_helper.c
target/tricore/translate.c