Home | History | Annotate | Download | only in assembler

Lines Matching refs:ConditionBE

50         BelowOrEqual = X86Assembler::ConditionBE,
73 DoubleGreaterThanOrEqualOrUnordered = X86Assembler::ConditionBE | DoubleConditionBitInvert,
75 DoubleLessThanOrEqualOrUnordered = X86Assembler::ConditionBE,
78 !((X86Assembler::ConditionE | X86Assembler::ConditionNE | X86Assembler::ConditionA | X86Assembler::ConditionAE | X86Assembler::ConditionB | X86Assembler::ConditionBE) & DoubleConditionBits),