Lines Matching refs:negate
80 this->negate = 0; in src_reg()
89 this->negate = 0; in src_reg()
98 int negate; /**< NEGATE_XYZW mask from mesa */ member in src_reg
138 this->negate = 0; in src_reg()
653 src.negate = 0; in get_temp()
902 b.negate = ~b.negate; in try_emit_mad_for_and_not()
982 bool negate[4] = { false }; in emit_swz() local
1003 negate[i] = true; in emit_swz()
1027 negate[i] = true; in emit_swz()
1069 src.negate = ((unsigned(negate[0]) << 0) in emit_swz()
1070 | (unsigned(negate[1]) << 1) in emit_swz()
1071 | (unsigned(negate[2]) << 2) in emit_swz()
1072 | (unsigned(negate[3]) << 3)); in emit_swz()
1168 op[0].negate = ~op[0].negate; in visit()
1172 op[0].negate = ~op[0].negate; in visit()
1279 sge_src.negate = ~sge_src.negate; in visit()
1308 slt_src.negate = ~slt_src.negate; in visit()
1336 slt_src.negate = ~slt_src.negate; in visit()
1363 slt_src.negate = ~slt_src.negate; in visit()
1386 op[0].negate = ~op[0].negate; in visit()
1420 op[0].negate = ~op[0].negate; in visit()
1422 result_src.negate = ~result_src.negate; in visit()
1696 bool negate = true; in process_move_condition() local
1728 negate = zero_on_left; in process_move_condition()
1733 negate = !zero_on_left; in process_move_condition()
1738 negate = !zero_on_left; in process_move_condition()
1743 negate = zero_on_left; in process_move_condition()
1763 if (negate) in process_move_condition()
1764 this->result.negate = ~this->result.negate; in process_move_condition()
2166 this->result.negate = ~this->result.negate; in visit()
2239 mesa_reg.Negate = reg.negate; in mesa_src_reg_from_ir_src_reg()
2727 !inst->src[0].negate) { in copy_propagate()