Lines Matching refs:condt
669 unsigned int i, off, condt; in build_body() local
934 condt = MIPS_COND_EQ | MIPS_COND_K; in build_body()
939 condt = MIPS_COND_EQ | MIPS_COND_X; in build_body()
943 condt = MIPS_COND_GE | MIPS_COND_K; in build_body()
948 condt = MIPS_COND_GE | MIPS_COND_X; in build_body()
952 condt = MIPS_COND_GT | MIPS_COND_K; in build_body()
957 condt = MIPS_COND_GT | MIPS_COND_X; in build_body()
960 if ((condt & MIPS_COND_GE) || in build_body()
961 (condt & MIPS_COND_GT)) { in build_body()
962 if (condt & MIPS_COND_K) { /* K */ in build_body()
976 if (condt & MIPS_COND_GT) { in build_body()
979 if (condt & MIPS_COND_K) in build_body()
1000 if (condt & MIPS_COND_K) { /* K */ in build_body()