HomeSort by relevance Sort by last modified time
    Searched defs:cmp_type (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_peephole.cpp 121 unsigned cmp_type = flags & AF_CMP_TYPE_MASK; local
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
256 if (cmp_type != AF_FLOAT_CMP && ddst_type == AF_FLOAT_DST)
sb_expr.cpp 197 unsigned cmp_type = flags & AF_CMP_TYPE_MASK; local
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) {
890 unsigned cmp_type = alu_cnd_flags & AF_CMP_TYPE_MASK; local
893 switch (cmp_type) {
934 assert(!"invalid cmp_type");
1154 unsigned get_setcc_op(unsigned cc, unsigned cmp_type, bool int_dst)
1302 unsigned cmp_type = flags & AF_CMP_TYPE_MASK; local
    [all...]
  /art/runtime/verifier/
reg_type_cache.cc 456 const UnresolvedMergedType* cmp_type = down_cast<const UnresolvedMergedType*>(cur_entry); local
457 const RegType& resolved_part = cmp_type->GetResolvedPart();
458 const BitVector& unresolved_part = cmp_type->GetUnresolvedTypes();

Completed in 179 milliseconds