Lines Matching defs:cond
51 int cond;
58 cond = kvm_vcpu_get_condition(vcpu);
59 if (cond == 0xE)
64 if (cond < 0) {
74 /* The cond for this insn works out as the top 4 bits. */
75 cond = (it >> 4);
80 if (!((cc_map[cond] >> cpsr_cond) & 1))
98 unsigned long itbits, cond;
105 cond = (cpsr & 0xe000) >> 13;
111 itbits = cond = 0;
116 cpsr |= cond << 13;