Searched refs:cmp_type (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_expr.h40 unsigned get_setcc_op(unsigned cc, unsigned cmp_type, bool int_dst);
41 unsigned get_predsetcc_op(unsigned cc, unsigned cmp_type);
42 unsigned get_killcc_op(unsigned cc, unsigned cmp_type);
43 unsigned get_cndcc_op(unsigned cc, unsigned cmp_type);
H A Dsb_peephole.cpp121 unsigned cmp_type = flags & AF_CMP_TYPE_MASK; local in function:r600_sb::peephole::optimize_cc_op2
165 assert(cmp_type != AF_FLOAT_CMP);
166 cmp_type = AF_FLOAT_CMP;
180 newop = get_predsetcc_op(cc, cmp_type);
183 newop = get_setcc_op(cc, cmp_type, dst_type != AF_FLOAT_DST);
186 newop = get_killcc_op(cc, cmp_type);
214 unsigned cmp_type = flags & AF_CMP_TYPE_MASK; local in function:r600_sb::peephole::optimize_CNDcc_op
256 if (cmp_type != AF_FLOAT_CMP && ddst_type == AF_FLOAT_DST)
H A Dsb_expr.cpp197 unsigned cmp_type = flags & AF_CMP_TYPE_MASK; local in function:r600_sb::expr_handler::fold_setcc
222 if (cmp_type == AF_FLOAT_CMP) {
240 } else if (cmp_type == AF_UINT_CMP && cv1.u == 0 && cc == AF_CC_GE) {
245 if (cmp_type == AF_FLOAT_CMP) {
263 } else if (cmp_type == AF_UINT_CMP && cv0.u == 0 && cc == AF_CC_GT) {
269 if (s0.abs == s1.abs && s0.neg == s1.neg && cmp_type != AF_FLOAT_CMP) {
891 unsigned cmp_type = alu_cnd_flags & AF_CMP_TYPE_MASK; local in function:r600_sb::expr_handler::evaluate_condition
894 switch (cmp_type) {
935 assert(!"invalid cmp_type");
1165 unsigned get_setcc_op(unsigned cc, unsigned cmp_type, boo argument
1211 get_predsetcc_op(unsigned cc,unsigned cmp_type) argument
1247 get_killcc_op(unsigned cc,unsigned cmp_type) argument
1283 get_cndcc_op(unsigned cc,unsigned cmp_type) argument
1313 unsigned cmp_type = flags & AF_CMP_TYPE_MASK; local in function:r600_sb::convert_predset_to_set
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_expr.h40 unsigned get_setcc_op(unsigned cc, unsigned cmp_type, bool int_dst);
41 unsigned get_predsetcc_op(unsigned cc, unsigned cmp_type);
42 unsigned get_killcc_op(unsigned cc, unsigned cmp_type);
43 unsigned get_cndcc_op(unsigned cc, unsigned cmp_type);
H A Dsb_peephole.cpp121 unsigned cmp_type = flags & AF_CMP_TYPE_MASK; local in function:r600_sb::peephole::optimize_cc_op2
165 assert(cmp_type != AF_FLOAT_CMP);
166 cmp_type = AF_FLOAT_CMP;
180 newop = get_predsetcc_op(cc, cmp_type);
183 newop = get_setcc_op(cc, cmp_type, dst_type != AF_FLOAT_DST);
186 newop = get_killcc_op(cc, cmp_type);
214 unsigned cmp_type = flags & AF_CMP_TYPE_MASK; local in function:r600_sb::peephole::optimize_CNDcc_op
256 if (cmp_type != AF_FLOAT_CMP && ddst_type == AF_FLOAT_DST)
H A Dsb_expr.cpp197 unsigned cmp_type = flags & AF_CMP_TYPE_MASK; local in function:r600_sb::expr_handler::fold_setcc
222 if (cmp_type == AF_FLOAT_CMP) {
240 } else if (cmp_type == AF_UINT_CMP && cv1.u == 0 && cc == AF_CC_GE) {
245 if (cmp_type == AF_FLOAT_CMP) {
263 } else if (cmp_type == AF_UINT_CMP && cv0.u == 0 && cc == AF_CC_GT) {
269 if (s0.abs == s1.abs && s0.neg == s1.neg && cmp_type != AF_FLOAT_CMP) {
891 unsigned cmp_type = alu_cnd_flags & AF_CMP_TYPE_MASK; local in function:r600_sb::expr_handler::evaluate_condition
894 switch (cmp_type) {
935 assert(!"invalid cmp_type");
1165 unsigned get_setcc_op(unsigned cc, unsigned cmp_type, boo argument
1211 get_predsetcc_op(unsigned cc,unsigned cmp_type) argument
1247 get_killcc_op(unsigned cc,unsigned cmp_type) argument
1283 get_cndcc_op(unsigned cc,unsigned cmp_type) argument
1313 unsigned cmp_type = flags & AF_CMP_TYPE_MASK; local in function:r600_sb::convert_predset_to_set
[all...]

Completed in 6 milliseconds