Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/isa/
H A Dencode.c118 return OPC_KILL; in __instruction_case()
/third_party/mesa3d/src/freedreno/ir3/
H A Dinstr-a3xx.h66 OPC_KILL = _OPC(0, 5), enumerator
H A Dir3_legalize.c832 if (instr->opc != OPC_KILL) in kill_sched()
H A Ddisasm-a3xx.c160 OPC(0, OPC_KILL, kill),
H A Dir3.h829 return instr->opc == OPC_KILL || instr->opc == OPC_DEMOTE; in is_kill_or_demote()
H A Dir3_parser.y832 | T_OP_KILL { new_instr(OPC_KILL); } cat0_src1

Completed in 10 milliseconds