Searched refs:glue_h (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/isaspec/
H A Ddecode.py295 glue_h = sys.argv[2] variable
301 with open(glue_h, 'w') as f:
302 guard = os.path.basename(glue_h).upper().replace("-", "_").replace(".", "_")

Completed in 3 milliseconds