target/ppc: Introduce macros to check isa extensions
commitc9826ae97e4df418eb44290a9c68983f723a21af
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 1 Jun 2021 19:35:15 +0000 (1 16:35 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 3 Jun 2021 08:10:31 +0000 (3 18:10 +1000)
tree1e253d9006a631e32e394fda707ba029795e8e4e
parent51b385db586dafa4cd1f23413f0cbbf5ec2a256c
target/ppc: Introduce macros to check isa extensions

These will be used by the decodetree trans_* functions
to early-exit when the instruction set is not enabled.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br>
Message-Id: <20210601193528.2533031-2-matheus.ferst@eldorado.org.br>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/translate.c