Home
last modified time | relevance | path

Searched refs:asm_def (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/assembler/
Dasm_defs.py206 def load_asm_defs(asm_def): argument
208 with open(asm_def) as asm:
Dgen_asm_x86.py431 def _load_asm_defs(asm_def): argument
432 _, insns = asm_defs.load_asm_defs(asm_def)
/frameworks/libs/binary_translation/backend/
Dgen_lir_lib.py459 def _load_lir_def(allowlist_looked, allowlist_found, asm_def): argument
460 arch, insns = asm_defs.load_asm_defs(asm_def)