Home
last modified time | relevance | path

Searched refs:cmp_type (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
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);
Dsb_peephole.cpp121 unsigned cmp_type = flags & AF_CMP_TYPE_MASK; in optimize_cc_op2() local
165 assert(cmp_type != AF_FLOAT_CMP); in optimize_cc_op2()
166 cmp_type = AF_FLOAT_CMP; in optimize_cc_op2()
180 newop = get_predsetcc_op(cc, cmp_type); in optimize_cc_op2()
183 newop = get_setcc_op(cc, cmp_type, dst_type != AF_FLOAT_DST); in optimize_cc_op2()
186 newop = get_killcc_op(cc, cmp_type); in optimize_cc_op2()
214 unsigned cmp_type = flags & AF_CMP_TYPE_MASK; in optimize_CNDcc_op() local
256 if (cmp_type != AF_FLOAT_CMP && ddst_type == AF_FLOAT_DST) in optimize_CNDcc_op()
Dsb_expr.cpp197 unsigned cmp_type = flags & AF_CMP_TYPE_MASK; in fold_setcc() local
222 if (cmp_type == AF_FLOAT_CMP) { in fold_setcc()
240 } else if (cmp_type == AF_UINT_CMP && cv1.u == 0 && cc == AF_CC_GE) { in fold_setcc()
245 if (cmp_type == AF_FLOAT_CMP) { in fold_setcc()
263 } else if (cmp_type == AF_UINT_CMP && cv0.u == 0 && cc == AF_CC_GT) { in fold_setcc()
269 if (s0.abs == s1.abs && s0.neg == s1.neg && cmp_type != AF_FLOAT_CMP) { in fold_setcc()
890 unsigned cmp_type = alu_cnd_flags & AF_CMP_TYPE_MASK; in evaluate_condition() local
893 switch (cmp_type) { in evaluate_condition()
1154 unsigned get_setcc_op(unsigned cc, unsigned cmp_type, bool int_dst) { in get_setcc_op() argument
1156 if (int_dst && cmp_type == AF_FLOAT_CMP) { in get_setcc_op()
[all …]
/external/boringssl/src/crypto/x509v3/
Dv3_utl.c918 static int do_check_string(ASN1_STRING *a, int cmp_type, equal_fn equal, in do_check_string() argument
926 if (cmp_type > 0) { in do_check_string()
927 if (cmp_type != a->type) in do_check_string()
929 if (cmp_type == V_ASN1_IA5STRING) in do_check_string()