Home | History | Annotate | Download | only in assembler

Lines Matching defs:NotEqual

105         NotEqual = ARMv7Assembler::ConditionNE,
661 // ConditionNE jumps if NotEqual *or* unordered - force the unordered cases not to jump.
669 Jump notEqual = makeBranch(ARMv7Assembler::ConditionNE);
673 notEqual.link(this);
717 Jump notEqual = makeBranch(ARMv7Assembler::ConditionNE);
721 notEqual.link(this);
1053 return branch32(NotEqual, addressTempRegister, dataTempRegister);
1062 return branch32(NotEqual, addressTempRegister, dataTempRegister);