Home
last modified time | relevance | path

Searched refs:expand_states (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/
Dgen_disasm.py25 from bifrost_isa import parse_instructions, opname_to_c, expand_states
353 states = expand_states(instructions)
Dbifrost_isa.py221 def expand_states(instructions): function