target/ppc: Implement setbc/setbcr/stnbc/setnbcr instructions
commit9a14365eeb0d8b0e9d69692c34cdce76b9505189
authorMatheus Ferst <matheus.ferst@eldorado.org.br>
Tue, 1 Jun 2021 19:35:24 +0000 (1 16:35 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 3 Jun 2021 08:10:31 +0000 (3 18:10 +1000)
tree279d492ece080dfadb4ad4afd61cd2dffc7b21fa
parentb0f7bebc6db09eac280f7458cc9e0de9ea7fc7cc
target/ppc: Implement setbc/setbcr/stnbc/setnbcr instructions

Implements the following PowerISA v3.1 instructions:
setbc: Set Boolean Condition
setbcr: Set Boolean Condition Reverse
setnbc: Set Negative Boolean Condition
setnbcr: Set Negative Boolean Condition Reverse

Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br>
Message-Id: <20210601193528.2533031-11-matheus.ferst@eldorado.org.br>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/insn32.decode
target/ppc/translate/fixedpoint-impl.c.inc