Home
last modified time | relevance | path

Searched refs:AF_FLOAT_CMP (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_peephole.cpp165 assert(cmp_type != AF_FLOAT_CMP); in optimize_cc_op2()
166 cmp_type = AF_FLOAT_CMP; in optimize_cc_op2()
256 if (cmp_type != AF_FLOAT_CMP && ddst_type == AF_FLOAT_DST) in optimize_CNDcc_op()
Dsb_expr.cpp222 if (cmp_type == AF_FLOAT_CMP) { in fold_setcc()
239 if (cmp_type == AF_FLOAT_CMP) { in fold_setcc()
257 if (s0.abs == s1.abs && s0.neg == s1.neg && cmp_type != AF_FLOAT_CMP) { in fold_setcc()
888 case AF_FLOAT_CMP: { in evaluate_condition()
1160 if (int_dst && cmp_type == AF_FLOAT_CMP) { in get_setcc_op()
1170 case AF_FLOAT_CMP: { in get_setcc_op()
1207 case AF_FLOAT_CMP: { in get_predsetcc_op()
1243 case AF_FLOAT_CMP: { in get_killcc_op()
1279 case AF_FLOAT_CMP: { in get_cndcc_op()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h108 AF_FLOAT_CMP = 0, enumerator