Home | History | Annotate | Download | only in arm64

Lines Matching defs:Ccmp

125 void MacroAssembler::Ccmp(const Register& rn,
133 ConditionalCompareMacro(rn, operand, nzcv, cond, CCMP);
144 ConditionalCompareMacro(rn, -operand.ImmediateValue(), nzcv, cond, CCMP);
1464 // If cmp result is lt, the following ccmp will clear all flags.
1467 Ccmp(scratch, LAST_NONCALLABLE_SPEC_OBJECT_TYPE, NoFlag, ge);