Home | History | Annotate | Download | only in main

Lines Matching refs:src2

573 		       struct ureg src2,
611 emit_arg( &inst->SrcReg[2], src2 );
619 #define emit_op3(p, op, dst, mask, src0, src1, src2) \
620 emit_op3fn(p, op, dst, mask, src0, src1, src2, __func__, __LINE__)