meson.build (830a72301c35548907ff05399a99f34dab9c867d) | meson.build (fed50ffd5ce4b03f94036232c613b2ca8fba06eb) |
---|---|
1gen = [ 2 decodetree.process('mips32r6.decode', extra_args: '--static-decode=decode_mips32r6'), 3 decodetree.process('mips64r6.decode', extra_args: '--static-decode=decode_mips64r6'), 4 decodetree.process('msa32.decode', extra_args: '--static-decode=decode_msa32'), 5 decodetree.process('msa64.decode', extra_args: '--static-decode=decode_msa64'), 6 decodetree.process('tx79.decode', extra_args: '--static-decode=decode_tx79'), 7] 8 9mips_ss = ss.source_set() 10mips_ss.add(files( 11 'cpu.c', 12 'fpu.c', 13 'gdbstub.c', | 1gen = [ 2 decodetree.process('mips32r6.decode', extra_args: '--static-decode=decode_mips32r6'), 3 decodetree.process('mips64r6.decode', extra_args: '--static-decode=decode_mips64r6'), 4 decodetree.process('msa32.decode', extra_args: '--static-decode=decode_msa32'), 5 decodetree.process('msa64.decode', extra_args: '--static-decode=decode_msa64'), 6 decodetree.process('tx79.decode', extra_args: '--static-decode=decode_tx79'), 7] 8 9mips_ss = ss.source_set() 10mips_ss.add(files( 11 'cpu.c', 12 'fpu.c', 13 'gdbstub.c', |
14 'msa.c', |
|
14)) 15mips_tcg_ss = ss.source_set() 16mips_tcg_ss.add(gen) 17mips_tcg_ss.add(files( 18 'dsp_helper.c', 19 'fpu_helper.c', 20 'lmmi_helper.c', 21 'msa_helper.c', --- 31 unchanged lines hidden --- | 15)) 16mips_tcg_ss = ss.source_set() 17mips_tcg_ss.add(gen) 18mips_tcg_ss.add(files( 19 'dsp_helper.c', 20 'fpu_helper.c', 21 'lmmi_helper.c', 22 'msa_helper.c', --- 31 unchanged lines hidden --- |