Home
last modified time | relevance | path

Searched refs:OPC_DEMOTE (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/freedreno/isa/
Dencode.c114 } else if (instr->opc == OPC_DEMOTE) { in __instruction_case()
/third_party/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h98 OPC_DEMOTE = _OPC(0, 47), enumerator
Ddisasm-a3xx.c164 OPC(0, OPC_DEMOTE, demote),
Dir3.h769 return instr->opc == OPC_KILL || instr->opc == OPC_DEMOTE; in is_kill_or_demote()