Lines Matching defs:condt
674 unsigned int i, off, condt;
951 condt = MIPS_COND_EQ | MIPS_COND_K;
956 condt = MIPS_COND_EQ | MIPS_COND_X;
960 condt = MIPS_COND_GE | MIPS_COND_K;
965 condt = MIPS_COND_GE | MIPS_COND_X;
969 condt = MIPS_COND_GT | MIPS_COND_K;
974 condt = MIPS_COND_GT | MIPS_COND_X;
977 if ((condt & MIPS_COND_GE) ||
978 (condt & MIPS_COND_GT)) {
979 if (condt & MIPS_COND_K) { /* K */
993 if (condt & MIPS_COND_GT) {
996 if (condt & MIPS_COND_K)
1017 if (condt & MIPS_COND_K) { /* K */