Searched refs:NE (Results 1 - 10 of 10) sorted by relevance

/art/compiler/utils/arm/
H A Dassembler_arm.cc34 "EQ", "NE", "CS", "CC", "MI", "PL", "VS", "VC", "HI", "LS", "GE", "LT", "GT",
721 it(NE);
723 AddConstant(out_reg.AsCoreRegister(), SP, handle_scope_offset.Int32Value(), NE);
742 it(NE);
743 AddConstant(scratch.AsCoreRegister(), SP, handle_scope_offset.Int32Value(), NE);
761 it(NE);
763 in_reg.AsCoreRegister(), 0, NE);
819 b(slow->Entry(), NE);
H A Dconstants_arm.h107 NE = 1, // not equal enumerator in enum:art::arm::Condition
H A Dassembler_thumb2.h600 CHECK(cond == EQ || cond == NE);
H A Dassembler_thumb2.cc2104 Condition cond = n ? NE : EQ;
2542 b(label, NE);
H A Dassembler_arm32.cc1497 b(label, NE);
/art/compiler/utils/arm64/
H A Dassembler_arm64.h42 NE = 1, enumerator in enum:art::arm64::Condition
H A Dassembler_arm64.cc562 AddConstant(out_reg.AsCoreRegister(), SP, handle_scope_offs.Int32Value(), NE);
580 AddConstant(scratch.AsCoreRegister(), SP, handle_scope_offset.Int32Value(), NE);
/art/compiler/utils/
H A Dassembler_thumb_test.cc899 __ mov(R2, ShifterOperand(2), NE);
904 __ mov(R3, ShifterOperand(3), NE);
908 __ mov(R2, ShifterOperand(2), NE);
909 __ mov(R3, ShifterOperand(3), NE);
915 __ mov(R4, ShifterOperand(4), NE);
/art/compiler/optimizing/
H A Dbuilder.cc572 IF_XX(HNotEqual, NE);
H A Dcode_generator_arm.cc126 case kCondNE: return NE;
139 case kCondEQ: return NE;

Completed in 106 milliseconds