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