Searched refs:tagregs (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | gen_helper_protos.py | 31 def gen_helper_prototype(f, tag, tagregs, tagimms): argument 32 regs = tagregs[tag] 56 tagregs = hex_common.get_tagregs() 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 38 regs = tagregs[tag] 106 tagregs = hex_common.get_tagregs() 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 104 regs = tagregs[tag] 112 tagregs = hex_common.get_tagregs() 137 gen_def_tcg_func(f, tag, tagregs, tagimms)
|
H A D | gen_idef_parser_funcs.py | 49 tagregs = hex_common.get_tagregs() 130 regs = tagregs[tag]
|
H A D | gen_analyze_funcs.py | 82 tagregs = hex_common.get_tagregs() 90 gen_analyze_func(f, tag, tagregs[tag], tagimms[tag])
|
H A D | gen_tcg_func_table.py | 29 tagregs = hex_common.get_tagregs()
|
H A D | hex_common.py | 162 tagregs = regre.findall(behdict[tag]) 164 tagregs = map(lambda reg: reg[:2], tagregs) 165 return uniquify(tagregs)
|