Lines Matching full:python
43 # We use Python scripts to generate the following files
54 command: [python, files('gen_tcg_func_table.py'), semantics_generated, '@OUTPUT@'],
63 command: [python, files('gen_printinsn.py'), semantics_generated, '@OUTPUT@'],
72 command: [python, files('gen_op_attribs.py'), semantics_generated, '@OUTPUT@'],
81 command: [python, files('gen_opcodes_def.py'), semantics_generated, '@OUTPUT@'],
111 command: [python, files('gen_decodetree.py'), semantics_generated, 'NORMAL', '@OUTPUT@'],
120 command: [python, files('gen_decodetree.py'), semantics_generated, 'EXT_mmvec', '@OUTPUT@'],
129 command: [python, files('gen_decodetree.py'), semantics_generated, 'SUBINSN_A', '@OUTPUT@'],
138 command: [python, files('gen_decodetree.py'), semantics_generated, 'SUBINSN_L1', '@OUTPUT@'],
147 command: [python, files('gen_decodetree.py'), semantics_generated, 'SUBINSN_L2', '@OUTPUT@'],
156 command: [python, files('gen_decodetree.py'), semantics_generated, 'SUBINSN_S1', '@OUTPUT@'],
165 command: [python, files('gen_decodetree.py'), semantics_generated, 'SUBINSN_S2', '@OUTPUT@'],
178 …command: [python, files(decodetree_py), normal_decode_generated, '--static-decode=decode_normal', …
187 …command: [python, files(decodetree_py), hvx_decode_generated, '--static-decode=decode_hvx', '-o', …
196 …command: [python, files(decodetree_py), subinsn_a_decode_generated, ['--static-decode=decode_subin…
205 …command: [python, files(decodetree_py), subinsn_l1_decode_generated, ['--static-decode=decode_subi…
214 …command: [python, files(decodetree_py), subinsn_l2_decode_generated, ['--static-decode=decode_subi…
223 …command: [python, files(decodetree_py), subinsn_s1_decode_generated, ['--static-decode=decode_subi…
232 …command: [python, files(decodetree_py), subinsn_s2_decode_generated, ['--static-decode=decode_subi…
244 command: [python, files('gen_trans_funcs.py'), semantics_generated, '@OUTPUT@'],
280 command: [python, files('gen_idef_parser_funcs.py'), semantics_generated, '@OUTPUT@'],
359 # We use Python scripts to generate the following files
369 command: [python, files('gen_helper_protos.py'), helper_in, '@OUTPUT@'],
378 command: [python, files('gen_helper_funcs.py'), helper_in, '@OUTPUT@'],
387 command: [python, files('gen_tcg_funcs.py'), helper_in, '@OUTPUT@'],
396 command: [python, files('gen_analyze_funcs.py'), helper_in, '@OUTPUT@'],