Searched refs:tagimms (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | gen_helper_protos.py | 31 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 D | gen_helper_funcs.py | 37 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 D | gen_tcg_funcs.py | 103 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 D | gen_idef_parser_funcs.py | 50 tagimms = hex_common.get_tagimms() 131 imms = tagimms[tag]
|
H A D | gen_analyze_funcs.py | 83 tagimms = hex_common.get_tagimms() 90 gen_analyze_func(f, tag, tagregs[tag], tagimms[tag])
|
H A D | gen_tcg_func_table.py | 30 tagimms = hex_common.get_tagimms()
|