1a2b0a27dSPhilippe Mathieu-Daudégen = [ 212f79f11SPhilippe Mathieu-Daudé decodetree.process('rel6.decode', extra_args: ['--decode=decode_isa_rel6']), 3f5c6ee0cSPhilippe Mathieu-Daudé decodetree.process('msa.decode', extra_args: '--decode=decode_ase_msa'), 4a2b0a27dSPhilippe Mathieu-Daudé decodetree.process('tx79.decode', extra_args: '--static-decode=decode_tx79'), 59d005392SPhilippe Mathieu-Daudé decodetree.process('vr54xx.decode', extra_args: '--decode=decode_ext_vr54xx'), 672d680e4SPavel Dovgalyuk decodetree.process('octeon.decode', extra_args: '--decode=decode_ext_octeon'), 703afdc28SJiaxun Yang decodetree.process('lcsr.decode', extra_args: '--decode=decode_ase_lcsr'), 8*2cb26746SPhilippe Mathieu-Daudé decodetree.process('godson2.decode', extra_args: ['--static-decode=decode_godson2']), 9*2cb26746SPhilippe Mathieu-Daudé decodetree.process('loong-ext.decode', extra_args: ['--static-decode=decode_loong_ext']), 10a2b0a27dSPhilippe Mathieu-Daudé] 11a2b0a27dSPhilippe Mathieu-Daudé 12a2b0a27dSPhilippe Mathieu-Daudémips_ss.add(gen) 13a2b0a27dSPhilippe Mathieu-Daudémips_ss.add(files( 14a2b0a27dSPhilippe Mathieu-Daudé 'dsp_helper.c', 15a2b0a27dSPhilippe Mathieu-Daudé 'exception.c', 16a2b0a27dSPhilippe Mathieu-Daudé 'fpu_helper.c', 17a2b0a27dSPhilippe Mathieu-Daudé 'ldst_helper.c', 18a2b0a27dSPhilippe Mathieu-Daudé 'lmmi_helper.c', 19a2b0a27dSPhilippe Mathieu-Daudé 'msa_helper.c', 20a2b0a27dSPhilippe Mathieu-Daudé 'msa_translate.c', 21a2b0a27dSPhilippe Mathieu-Daudé 'op_helper.c', 22a2b0a27dSPhilippe Mathieu-Daudé 'rel6_translate.c', 23a2b0a27dSPhilippe Mathieu-Daudé 'translate.c', 24a2b0a27dSPhilippe Mathieu-Daudé 'translate_addr_const.c', 25a2b0a27dSPhilippe Mathieu-Daudé 'txx9_translate.c', 266629f79fSPhilippe Mathieu-Daudé 'vr54xx_helper.c', 279d005392SPhilippe Mathieu-Daudé 'vr54xx_translate.c', 28a2b0a27dSPhilippe Mathieu-Daudé)) 29a2b0a27dSPhilippe Mathieu-Daudémips_ss.add(when: 'TARGET_MIPS64', if_true: files( 30a2b0a27dSPhilippe Mathieu-Daudé 'tx79_translate.c', 3172d680e4SPavel Dovgalyuk 'octeon_translate.c', 3203afdc28SJiaxun Yang 'lcsr_translate.c', 33*2cb26746SPhilippe Mathieu-Daudé 'loong_translate.c', 34a2b0a27dSPhilippe Mathieu-Daudé), if_false: files( 35a2b0a27dSPhilippe Mathieu-Daudé 'mxu_translate.c', 36a2b0a27dSPhilippe Mathieu-Daudé)) 37a2b0a27dSPhilippe Mathieu-Daudé 38ad520a97SPhilippe Mathieu-Daudéif have_system 39ad520a97SPhilippe Mathieu-Daudé subdir('sysemu') 40ad520a97SPhilippe Mathieu-Daudéendif 41