Searched refs:asm_def (Results 1 – 3 of 3) sorted by relevance
206 def load_asm_defs(asm_def): argument208 with open(asm_def) as asm:
431 def _load_asm_defs(asm_def): argument432 _, insns = asm_defs.load_asm_defs(asm_def)
459 def _load_lir_def(allowlist_looked, allowlist_found, asm_def): argument460 arch, insns = asm_defs.load_asm_defs(asm_def)