2 decodetree.process('insn.decode', extra_args: [ '--decode', 'decode_insn',
6 avr_ss = ss.source_set()
7 avr_softmmu_ss = ss.source_set()
17 avr_softmmu_ss.add(files('machine.c'))
19 target_arch += {'avr': avr_ss}
20 target_softmmu_arch += {'avr': avr_softmmu_ss}