Lines Matching refs:condt
742 unsigned int i, off, load_order, condt; in build_body() local
1045 condt = MIPS_COND_EQ | MIPS_COND_K; in build_body()
1050 condt = MIPS_COND_EQ | MIPS_COND_X; in build_body()
1054 condt = MIPS_COND_GE | MIPS_COND_K; in build_body()
1059 condt = MIPS_COND_GE | MIPS_COND_X; in build_body()
1063 condt = MIPS_COND_GT | MIPS_COND_K; in build_body()
1068 condt = MIPS_COND_GT | MIPS_COND_X; in build_body()
1071 if ((condt & MIPS_COND_GE) || in build_body()
1072 (condt & MIPS_COND_GT)) { in build_body()
1073 if (condt & MIPS_COND_K) { /* K */ in build_body()
1087 if (condt & MIPS_COND_GT) { in build_body()
1090 if (condt & MIPS_COND_K) in build_body()
1111 if (condt & MIPS_COND_K) { /* K */ in build_body()