Searched refs:OPC_BALLOT_MACRO (Results 1 – 5 of 5) sorted by relevance
241 case OPC_BALLOT_MACRO: in lower_instr()311 if (instr->opc == OPC_BALLOT_MACRO) { in lower_instr()321 case OPC_BALLOT_MACRO: in lower_instr()333 case OPC_BALLOT_MACRO: in lower_instr()360 case OPC_BALLOT_MACRO: { in lower_instr()
122 OPC_BALLOT_MACRO = _OPC(1, 50), enumerator
228 if (instr->opc == OPC_MOVMSK || instr->opc == OPC_BALLOT_MACRO) { in validate_instr()
188 OPC(1, OPC_BALLOT_MACRO, ballot.macro),
927 case OPC_BALLOT_MACRO: in is_subgroup_cond_mov_macro()2041 ir3_instr_create(block, OPC_BALLOT_MACRO, 1, 1); in ir3_BALLOT_MACRO()