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