Lines Matching defs:predicate
364 * the source, but invert the predicate on the if instruction.
879 inst->predicate = BRW_PREDICATE_NORMAL;
899 inst->predicate = BRW_PREDICATE_NORMAL;
1394 /* Get a regular C-style remainder. If a % b == 0, set the predicate. */
1404 * turn that into a predicate. This leads us to an XOR.l instruction.
1412 inst->predicate = BRW_PREDICATE_NORMAL;
1420 inst->predicate = BRW_PREDICATE_NORMAL;
1682 inst->predicate = BRW_PREDICATE_NORMAL;
1794 inst->predicate = BRW_PREDICATE_NORMAL;
1956 inst->predicate = BRW_PREDICATE_NORMAL;
3594 cmp->predicate = BRW_PREDICATE_NORMAL;
3603 jump->predicate = BRW_PREDICATE_NORMAL;
3608 jump->predicate = BRW_PREDICATE_ALIGN1_ANY4H;
4233 bld.ADD(high, high, brw_imm_ud(0x1))->predicate = BRW_PREDICATE_NORMAL;
4962 /* If the predicate is constant and we got here, then it's non-zero
4963 * and we don't need the predicate at all.
4966 /* Load the predicate */
4973 mov->predicate = BRW_PREDICATE_NORMAL;
4989 load->predicate = BRW_PREDICATE_NORMAL;
6535 sel->predicate = BRW_PREDICATE_NORMAL;