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

/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/valhall/
H A Dvalhall.py362 instruction_dict = { ins.name: ins for ins in instructions } variable
365 if len(instruction_dict) != len(instructions):
372 assert(len(instruction_dict) == len(instructions))

Completed in 7 milliseconds