Lines Matching refs:opc
93 binop(struct ir3_block *block, opc_t opc, struct ir3_register *dst,
96 struct ir3_instruction *instr = ir3_instr_create(block, opc, 1, 2);
110 triop(struct ir3_block *block, opc_t opc, struct ir3_register *dst,
114 struct ir3_instruction *instr = ir3_instr_create(block, opc, 1, 3);
130 do_reduce(struct ir3_block *block, reduce_op_t opc,
134 switch (opc) {
240 switch (instr->opc) {
257 if (instr->opc == OPC_SCAN_MACRO) {
311 if (instr->opc == OPC_BALLOT_MACRO) {
320 switch (instr->opc) {
332 switch (instr->opc) {
352 switch (instr->opc) {
373 unsigned src = instr->opc == OPC_READ_COND_MACRO ? 1 : 0;