Searched refs:condcode (Results 1 – 6 of 6) sorted by relevance
60 _mesa_condcode_string(GLuint condcode);
547 _mesa_condcode_string(GLuint condcode) in _mesa_condcode_string() argument549 switch (condcode) { in _mesa_condcode_string()
2693 int condcode; in internal_dfa_exec() local2730 condcode = code[LINK_SIZE+1]; in internal_dfa_exec()2735 if (condcode == OP_CREF || condcode == OP_DNCREF || in internal_dfa_exec()2736 condcode == OP_DNRREF) in internal_dfa_exec()2742 if (condcode == OP_DEF || condcode == OP_FAIL) in internal_dfa_exec()2749 else if (condcode == OP_RREF) in internal_dfa_exec()2781 (condcode == OP_ASSERT || condcode == OP_ASSERTBACK)) in internal_dfa_exec()
528 int condcode; in match() local1334 switch(condcode = *ecode) in match()1403 ecode += 1 + LINK_SIZE - PRIV(OP_lengths)[condcode]; in match()1419 ecode += condition? PRIV(OP_lengths)[condcode] : codelink; in match()
54 def condcode : Operand<i32>;226 InstSE<(outs), (ins RC:$fs, RC:$ft, condcode:$cond),507 // Mips branch codes. These correspond to condcode in MipsInstrInfo.h.
13910 IRTemp condcode = newTemp( Ity_I32 ); in get_fp_cmp_CR_val() local13914 assign( condcode, in get_fp_cmp_CR_val()13932 return condcode; in get_fp_cmp_CR_val()