target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetree
[qemu/rayw.git] / tests / qapi-schema / alternate-branch-if-invalid.json
blobfea6d9080cf8887a50fc830361e7eabc370a61bd
1 # Cover alternative with invalid 'if'
2 { 'alternate': 'Alt',
3   'data': { 'branch': { 'type': 'int', 'if': ' ' } } }