1 gen = decodetree.process('insns.decode')
3 sparc_ss = ss.source_set()
15 sparc_ss.add(when: 'TARGET_SPARC', if_true: files('int32_helper.c'))
16 sparc_ss.add(when: 'TARGET_SPARC64', if_true: files('int64_helper.c', 'vis_helper.c'))
18 sparc_system_ss = ss.source_set()
19 sparc_system_ss.add(files(
25 target_arch += {'sparc': sparc_ss}
26 target_system_arch += {'sparc': sparc_system_ss}