Home
last modified time | relevance | path

Searched refs:tagimms (Results 1 – 6 of 6) sorted by relevance

/qemu/target/hexagon/
H A Dgen_helper_protos.py31 def gen_helper_prototype(f, tag, tagregs, tagimms): argument
33 imms = tagimms[tag]
57 tagimms = hex_common.get_tagimms()
81 gen_helper_prototype(f, tag, tagregs, tagimms)
H A Dgen_helper_funcs.py37 def gen_helper_function(f, tag, tagregs, tagimms): argument
39 imms = tagimms[tag]
107 tagimms = hex_common.get_tagimms()
130 gen_helper_function(f, tag, tagregs, tagimms)
H A Dgen_tcg_funcs.py103 def gen_def_tcg_func(f, tag, tagregs, tagimms): argument
105 imms = tagimms[tag]
113 tagimms = hex_common.get_tagimms()
137 gen_def_tcg_func(f, tag, tagregs, tagimms)
H A Dgen_idef_parser_funcs.py50 tagimms = hex_common.get_tagimms()
131 imms = tagimms[tag]
H A Dgen_analyze_funcs.py83 tagimms = hex_common.get_tagimms()
90 gen_analyze_func(f, tag, tagregs[tag], tagimms[tag])
H A Dgen_tcg_func_table.py30 tagimms = hex_common.get_tagimms()