]> Git Repo - qemu.git/commit
s390x/tcg: Implement BRANCH INDIRECT ON CONDITION (BIC)
authorDavid Hildenbrand <[email protected]>
Mon, 28 Sep 2020 12:27:14 +0000 (14:27 +0200)
committerCornelia Huck <[email protected]>
Fri, 2 Oct 2020 11:52:49 +0000 (13:52 +0200)
commit9131bd01eceb2458abf89796d52c0eb8c5d5dace
tree37eca859d428b0975cf1c20f1fb70aeb39204ddc
parent6645e4542fa2fcbd43f0df8c3a185e25edb366aa
s390x/tcg: Implement BRANCH INDIRECT ON CONDITION (BIC)

Just like BRANCH ON CONDITION - however the address is read from memory
(always 8 bytes are read), we have to wrap the address manually. The
address is read using current CPU DAT/address-space controls, just like
ordinary data.

Signed-off-by: David Hildenbrand <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-Id: <20200928122717[email protected]>
Signed-off-by: Cornelia Huck <[email protected]>
target/s390x/insn-data.def
target/s390x/translate.c
This page took 0.026358 seconds and 4 git commands to generate.