Lines Matching refs:inverted_p
5189 OPERANDS[1] if !INVERTED_P, otherwise it is the inverse of
5195 bool inverted_p)
5200 branch[!inverted_p] = LARCH_BRANCH ("b%C1z", "%2,%0");
5201 branch[inverted_p] = LARCH_BRANCH ("b%N1z", "%2,%0");
5205 branch[!inverted_p] = LARCH_BRANCH ("b%C1", "%2,%z3,%0");
5206 branch[inverted_p] = LARCH_BRANCH ("b%N1", "%2,%z3,%0");
5215 OPERANDS[1] if !INVERTED_P, otherwise it is the inverse of
5221 bool inverted_p)
5238 inverted_p = !inverted_p;
5244 branch[!inverted_p] = LARCH_BRANCH ("b", "%0");
5245 branch[inverted_p] = "\t# branch never";
5263 branch[!inverted_p] = LARCH_BRANCH ("b%C1", "%2,%3,%0");
5264 branch[inverted_p] = LARCH_BRANCH ("b%N1", "%2,%3,%0");
5284 branch[!inverted_p] = LARCH_BRANCH ("b%C1", "%2,$r0,%0");
5285 branch[inverted_p] = LARCH_BRANCH ("b%N1", "%2,$r0,%0");