Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3_dce.c72 if (instr->opc == OPC_END || instr->opc == OPC_CHSH || instr->opc == OPC_CHMASK) in remove_unused_by_block()
Dinstr-a3xx.h67 OPC_CHSH = _OPC(0, 10), enumerator
Ddisasm-a3xx.c1318 OPC(0, OPC_CHSH, chsh),
1613 ((opc == OPC_END) || (opc == OPC_CHSH)); in print_instr()
Dir3_parser.y602 | T_OP_CHSH { new_instr(OPC_CHSH); }