Home
last modified time | relevance | path

Searched refs:attribdict (Results 1 – 7 of 7) sorted by relevance

/qemu/target/hexagon/
H A Dhex_common.py27 attribdict = {} # tag -> attributes variable
81 if "A_HWLOOP0_END" in attribdict[tag] or "A_HWLOOP1_END" in attribdict[tag]:
129 attribdict[tag] = set()
209 return "A_CVI" in attribdict[tag]
224 and ("A_STORE" in attribdict[tag]
245 return "A_CALL" in attribdict[tag]
249 return "A_COF" in attribdict[tag]
265 return "A_CVI" in attribdict[tag]
315 if "A_CVI_NEW" in attribdict[tag]:
317 elif "A_CVI_TMP" in attribdict[tag] or "A_CVI_TMP_DST" in attribdict[tag]:
[all …]
H A Dgen_helper_funcs.py70 if "A_LOAD" in hex_common.attribdict[tag]:
78 if "A_FPOP" in hex_common.attribdict[tag]:
87 if "A_FPOP" in hex_common.attribdict[tag]:
113 if "A_PRIV" in hex_common.attribdict[tag]:
116 if "A_GUEST" in hex_common.attribdict[tag]:
H A Dgen_idef_parser_funcs.py57 if "A_PRIV" in hex_common.attribdict[tag]:
60 if "A_GUEST" in hex_common.attribdict[tag]:
118 if "A_COF" in hex_common.attribdict[tag]:
H A Dgen_tcg_func_table.py39 if "A_PRIV" in hex_common.attribdict[tag]:
42 if "A_GUEST" in hex_common.attribdict[tag]:
H A Dgen_helper_protos.py63 if "A_PRIV" in hex_common.attribdict[tag]:
66 if "A_GUEST" in hex_common.attribdict[tag]:
H A Dgen_tcg_funcs.py124 if "A_PRIV" in hex_common.attribdict[tag]:
127 if "A_GUEST" in hex_common.attribdict[tag]:
H A Dgen_printinsn.py122 if "A_VECX" in hex_common.attribdict[tag]: