Lines Matching refs:condition
453 condition codes. This is like an Ist_Put */
4825 case 'C': /* %C = condition code */
5333 /* Load condition code into register REG */
6297 the relevant condition holds. A 64-bit value is computed. */
7229 return s390_emit_load_cc(buf, dst); /* Load condition code into DST */
7294 /* Load condition code into DST */
7428 s390_insn_is_BRCL(const UChar *p, UChar condition)
7430 return p[0] == 0xc0 && p[1] == ((condition << 4) | 0x04);