Home | History | Annotate | Download | only in X86

Lines Matching refs:COND_S

3988         return X86::COND_S;
18075 X86CC = X86::COND_S;
18079 X86CC = X86::COND_S;
26706 // This allows use of COND_S / COND_NS (see TranslateX86CC) which eliminates
26935 /// (brcond/cmov/setcc .., (cmp (atomic_load_add x, 1), 0), COND_S)
26983 if (CC == X86::COND_S && Addend == 1)