1 # FIXME extra_args should accept files()
3 decodetree.process('insn16.decode', extra_args: ['--static-decode=decode_insn16', '--insnwidth=16']),
4 decodetree.process('insn32.decode', extra_args: '--static-decode=decode_insn32'),
5 decodetree.process('xthead.decode', extra_args: '--static-decode=decode_xthead'),
6 decodetree.process('XVentanaCondOps.decode', extra_args: '--static-decode=decode_XVentanaCodeOps'),
9 riscv_ss = ss.source_set()
24 riscv_ss.add(when: 'CONFIG_KVM', if_true: files('kvm.c'), if_false: files('kvm-stub.c'))
26 riscv_softmmu_ss = ss.source_set()
27 riscv_softmmu_ss.add(files(
37 target_arch += {'riscv': riscv_ss}
38 target_softmmu_arch += {'riscv': riscv_softmmu_ss}