Home
last modified time | relevance | path

Searched refs:OPC_KILL (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/freedreno/isa/
Dencode.c115 return OPC_KILL; in __instruction_case()
/third_party/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h66 OPC_KILL = _OPC(0, 5), enumerator
Ddisasm-a3xx.c163 OPC(0, OPC_KILL, kill),
Dir3_legalize.c762 if (instr->opc != OPC_KILL) in kill_sched()
Dir3.h769 return instr->opc == OPC_KILL || instr->opc == OPC_DEMOTE; in is_kill_or_demote()
Dir3_parser.y784 | T_OP_KILL { new_instr(OPC_KILL); } cat0_src1