Lines Matching refs:condt
656 unsigned int i, off, condt; in build_body() local
921 condt = MIPS_COND_EQ | MIPS_COND_K; in build_body()
926 condt = MIPS_COND_EQ | MIPS_COND_X; in build_body()
930 condt = MIPS_COND_GE | MIPS_COND_K; in build_body()
935 condt = MIPS_COND_GE | MIPS_COND_X; in build_body()
939 condt = MIPS_COND_GT | MIPS_COND_K; in build_body()
944 condt = MIPS_COND_GT | MIPS_COND_X; in build_body()
947 if ((condt & MIPS_COND_GE) || in build_body()
948 (condt & MIPS_COND_GT)) { in build_body()
949 if (condt & MIPS_COND_K) { /* K */ in build_body()
963 if (condt & MIPS_COND_GT) { in build_body()
966 if (condt & MIPS_COND_K) in build_body()
987 if (condt & MIPS_COND_K) { /* K */ in build_body()