Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dassembler_arm.cc749 it(NE); in CreateHandleScopeEntry()
751 AddConstant(out_reg.AsCoreRegister(), SP, handle_scope_offset.Int32Value(), NE); in CreateHandleScopeEntry()
770 it(NE); in CreateHandleScopeEntry()
771 AddConstant(scratch.AsCoreRegister(), SP, handle_scope_offset.Int32Value(), NE); in CreateHandleScopeEntry()
789 it(NE); in LoadReferenceFromHandleScope()
791 in_reg.AsCoreRegister(), 0, NE); in LoadReferenceFromHandleScope()
847 b(slow->Entry(), NE); in ExceptionPoll()
Dconstants_arm.h104 NE = 1, // not equal enumerator
Dassembler_arm32_test.cc104 conditions_.push_back(arm::Condition::NE); in SetUpHelpers()
120 conditions_.push_back(arm::Condition::NE); in SetUpHelpers()
Dassembler_thumb2.h617 CHECK(cond == EQ || cond == NE); in ResetTypeAndCondition()
Dassembler_thumb2.cc2269 Condition cond = n ? NE : EQ; in Bind()
2733 b(label, NE); in CompareAndBranchIfNonZero()
Dassembler_arm32.cc1612 b(label, NE); in CompareAndBranchIfNonZero()
/art/compiler/utils/
Dassembler_thumb_test.cc828 __ mov(R2, ShifterOperand(2), NE); in TEST()
833 __ mov(R3, ShifterOperand(3), NE); in TEST()
837 __ mov(R2, ShifterOperand(2), NE); in TEST()
838 __ mov(R3, ShifterOperand(3), NE); in TEST()
844 __ mov(R4, ShifterOperand(4), NE); in TEST()
/art/compiler/optimizing/
Dcode_generator_arm.cc324 case kCondNE: return NE; in ARMCondition()
337 case kCondEQ: return NE; in ARMOppositeCondition()
958 __ b(true_target, NE); in GenerateTestAndBranch()
2835 __ b(&fail, NE); in GenerateWideAtomicStore()
3561 __ b(slow_path->GetEntryLabel(), NE); in GenerateSuspendCheck()
3928 __ b(&zero, NE); in VisitInstanceOf()
3937 __ b(slow_path->GetEntryLabel(), NE); in VisitInstanceOf()
3980 __ b(slow_path->GetEntryLabel(), NE); in VisitCheckCast()
Dintrinsics_arm.cc643 __ b(&loop_head, NE); in GenUnsafePut()
Dbuilder.cc1423 IF_XX(HNotEqual, NE); in AnalyzeDexInstruction()