Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Doptimized_fast_call.cpp139 __ B(Condition::NE, &arg4); in OptimizedFastCallAndPushArgv()
151 __ B(Condition::NE, &arg5); in OptimizedFastCallAndPushArgv()
163 __ B(Condition::NE, &arg6); in OptimizedFastCallAndPushArgv()
176 __ B(Condition::NE, &arg7); in OptimizedFastCallAndPushArgv()
188 __ B(Condition::NE, &arg8); in OptimizedFastCallAndPushArgv()
199 __ B(Condition::NE, &argc); in OptimizedFastCallAndPushArgv()
368 __ B(Condition::NE, &arg1); in JSFastCallWithArgVAndPushArgv()
382 __ B(Condition::NE, &arg2); in JSFastCallWithArgVAndPushArgv()
396 __ B(Condition::NE, &arg3); in JSFastCallWithArgVAndPushArgv()
409 __ B(Condition::NE, in JSFastCallWithArgVAndPushArgv()
[all...]
H A Dasm_interpreter_call.cpp159 __ B(Condition::NE, &slowPathEntry); in JSCallCommonEntry()
747 __ B(Condition::NE, &notUndefined); in ResumeRspAndDispatch()
765 __ B(Condition::NE, &notEcmaObject); in ResumeRspAndDispatch()
865 __ B(Condition::NE, &notUndefined);
881 __ B(Condition::NE, &notEcmaObject);
1259 __ B(NE, &checkMark);
1267 __ B(NE, &needCallNotShare);
1283 __ B(NE, &needCallNotShare);
1296 __ B(NE, &needShareBarrier);
1423 __ B(NE,
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlcr_gate_meta_data.h46 NE, member in panda::ecmascript::kungfu::ICmpCondition
H A Dlcr_circuit_builder.h352 return BinaryCmp(circuit_->Icmp(static_cast<uint64_t>(ICmpCondition::NE)), x, y, comment); in NotEqual()
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
H A Dencoder32_test_1.cpp390 if constexpr (CC == Condition::NE) { in TestJumpCC()
392 std::cerr << "zero NE test fail \n"; in TestJumpCC()
410 if constexpr (CC == Condition::NE) { in TestJumpCC()
427 EXPECT_TRUE((TestJumpCC<int8_t, Condition::NE>(this))); in TEST_F()
429 EXPECT_TRUE((TestJumpCC<int16_t, Condition::NE>(this))); in TEST_F()
431 EXPECT_TRUE((TestJumpCC<int32_t, Condition::NE>(this))); in TEST_F()
432 EXPECT_TRUE((TestJumpCC<int64_t, Condition::NE>(this))); in TEST_F()
435 EXPECT_TRUE((TestJumpCC<uint8_t, Condition::NE>(this))); in TEST_F()
437 EXPECT_TRUE((TestJumpCC<uint16_t, Condition::NE>(this))); in TEST_F()
439 EXPECT_TRUE((TestJumpCC<uint32_t, Condition::NE>(thi in TEST_F()
[all...]
H A Dencoder32_test_2.cpp688 case Condition::NE: in TestSelect()
712 EXPECT_TRUE((TestSelect<uint32_t, Condition::NE>(this))); in TEST_F()
717 EXPECT_TRUE((TestSelect<uint64_t, Condition::NE>(this))); in TEST_F()
722 EXPECT_TRUE((TestSelect<int32_t, Condition::NE>(this))); in TEST_F()
727 EXPECT_TRUE((TestSelect<int64_t, Condition::NE>(this))); in TEST_F()
1010 test->GetEncoder()->EncodeJump(retryLabel, result, Condition::NE); in TestStoreExclusive()
/arkcompiler/runtime_core/compiler/tests/aarch32/
H A Dencoder32_test.cpp792 if constexpr (cc == Condition::NE) { in TestJumpCC()
814 if constexpr (cc == Condition::NE) { in TestJumpCC()
831 EXPECT_TRUE((TestJumpCC<int8_t, Condition::NE>(this))); in TEST_F()
833 EXPECT_TRUE((TestJumpCC<int16_t, Condition::NE>(this))); in TEST_F()
835 EXPECT_TRUE((TestJumpCC<int32_t, Condition::NE>(this))); in TEST_F()
836 EXPECT_TRUE((TestJumpCC<int64_t, Condition::NE>(this))); in TEST_F()
839 EXPECT_TRUE((TestJumpCC<uint8_t, Condition::NE>(this))); in TEST_F()
841 EXPECT_TRUE((TestJumpCC<uint16_t, Condition::NE>(this))); in TEST_F()
843 EXPECT_TRUE((TestJumpCC<uint32_t, Condition::NE>(this))); in TEST_F()
845 EXPECT_TRUE((TestJumpCC<uint64_t, Condition::NE>(thi in TEST_F()
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dencode_visitor.cpp736 encoder->EncodeJump(slowPath->GetLabel(), tmpReg1, Condition::NE); in VisitRefTypeCheck()
775 enc->GetEncoder()->EncodeJump(slowPath->GetLabel(), src, Condition::NE); in VisitDeoptimizeIf()
1102 encoder->EncodeJump(label, classReg, Condition::NE); in VisitInitClass()
1119 encoder->EncodeJump(slowPath->GetLabel(), tmpI8, Imm(initValue), Condition::NE); in VisitInitClass()
1201 encoder->EncodeJump(label, dst, Condition::NE); in VisitGetGlobalVarAddress()
1237 encoder->EncodeJump(label, dst, Condition::NE); in EncodeLoadAndInitClassInAot()
1280 encoder->EncodeJump(slowPath->GetLabel(), stateReg, Imm(initValue), Condition::NE); in VisitLoadAndInitClass()
1551 encoder->EncodeJump(slowPath->GetLabel(), tmpReg, classReg, Condition::NE); in FillUnresolvedClass()
1565 encoder->EncodeJump(throwLabel, typeReg, Imm(runtime->GetReferenceTypeMask()), Condition::NE); in FillObjectClass()
1594 encoder->EncodeJump(loopLabel, tmpReg, classReg, Condition::NE); in FillOtherClass()
[all...]
H A Dtype_info.h302 NE, // not equal to 0 enumerator
H A Dcodegen.cpp823 return Condition::NE; in ConvertCc()
1323 encoder->EncodeJump(label, dst, Condition::NE); in CreateLoadClassFromPLT()
1578 GetEncoder()->EncodeJump(label, methodReg, Condition::NE); in EmitResolveVirtualAot()
2688 enc->EncodeJump(lblMarkCardAndExit, tmp, Condition::NE); in EncodeOnlineIrtocRegionTwoRegsBarrier()
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dencoder64_test_2.cpp694 case Condition::NE: in TestSelect()
718 EXPECT_TRUE((TestSelect<uint32_t, Condition::NE>(this))); in TEST_F()
723 EXPECT_TRUE((TestSelect<uint64_t, Condition::NE>(this))); in TEST_F()
728 EXPECT_TRUE((TestSelect<int32_t, Condition::NE>(this))); in TEST_F()
733 EXPECT_TRUE((TestSelect<int64_t, Condition::NE>(this))); in TEST_F()
H A Dencoder64_test_1.cpp486 if constexpr (CC == Condition::NE) { in TestJumpCCMainLoop()
540 if constexpr (CC == Condition::NE) { in TestJumpCC()
553 EXPECT_TRUE((TestJumpCC<int32_t, Condition::NE>(this))); in TEST_F()
554 EXPECT_TRUE((TestJumpCC<int64_t, Condition::NE>(this))); in TEST_F()
557 EXPECT_TRUE((TestJumpCC<uint32_t, Condition::NE>(this))); in TEST_F()
559 EXPECT_TRUE((TestJumpCC<uint64_t, Condition::NE>(this))); in TEST_F()
561 // TestJumpCC<float, Condition::NE> in TEST_F()
563 // TestJumpCC<double, Condition::NE> in TEST_F()
/arkcompiler/runtime_core/bytecode_optimizer/
H A Dbytecode_optimizer_isapi.rb210 @cc_cases ||= %w[EQ NE LT LE GT GE]
/arkcompiler/runtime_core/compiler/tests/amd64/
H A Dencoder64_test.cpp930 if constexpr (cc == Condition::NE) { in TestJumpCC()
952 if constexpr (cc == Condition::NE) { in TestJumpCC()
968 EXPECT_TRUE((TestJumpCC<int32_t, Condition::NE>(this))); in TEST_F()
969 EXPECT_TRUE((TestJumpCC<int64_t, Condition::NE>(this))); in TEST_F()
972 EXPECT_TRUE((TestJumpCC<uint32_t, Condition::NE>(this))); in TEST_F()
974 EXPECT_TRUE((TestJumpCC<uint64_t, Condition::NE>(this))); in TEST_F()
976 // TestJumpCC<float, Condition::NE> in TEST_F()
978 // TestJumpCC<double, Condition::NE> in TEST_F()
2947 case Condition::NE: in TestSelect()
2971 EXPECT_TRUE((TestSelect<uint32_t, Condition::NE>(thi in TEST_F()
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dencoder64_test_1.cpp504 if constexpr (CC == Condition::NE) { in TestJumpCC()
524 if constexpr (CC == Condition::NE) { in TestJumpCC()
540 EXPECT_TRUE((TestJumpCC<int32_t, Condition::NE>(this))); in TEST_F()
541 EXPECT_TRUE((TestJumpCC<int64_t, Condition::NE>(this))); in TEST_F()
544 EXPECT_TRUE((TestJumpCC<uint32_t, Condition::NE>(this))); in TEST_F()
546 EXPECT_TRUE((TestJumpCC<uint64_t, Condition::NE>(this))); in TEST_F()
548 // TestJumpCC<float, Condition::NE> in TEST_F()
550 // TestJumpCC<double, Condition::NE> in TEST_F()
H A Dencoder64_test_2.cpp864 case Condition::NE: in TestSelect()
888 EXPECT_TRUE((TestSelect<uint32_t, Condition::NE>(this))); in TEST_F()
893 EXPECT_TRUE((TestSelect<uint64_t, Condition::NE>(this))); in TEST_F()
898 EXPECT_TRUE((TestSelect<int32_t, Condition::NE>(this))); in TEST_F()
903 EXPECT_TRUE((TestSelect<int64_t, Condition::NE>(this))); in TEST_F()
1189 test->GetEncoder()->EncodeJump(retryLabel, result, Condition::NE); in TestStoreExclusive()
/arkcompiler/runtime_core/static_core/irtoc/lang/
H A Dinstruction.rb236 [:EQ, :NE, :GE, :GT, :LE, :LT, :A, :AE, :B, :BE].each do |x| define_method(x) do |&block|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64_constants.h76 NE = 1, enumerator
H A Dmacro_assembler_aarch64.cpp80 assembler.B(aarch64::NE, &label); in Jnz()
/arkcompiler/runtime_core/compiler/tests/aarch64/
H A Dencoder64_test.cpp929 if constexpr (cc == Condition::NE) { in TestJumpCC()
951 if constexpr (cc == Condition::NE) { in TestJumpCC()
967 EXPECT_TRUE((TestJumpCC<int32_t, Condition::NE>(this))); in TEST_F()
968 EXPECT_TRUE((TestJumpCC<int64_t, Condition::NE>(this))); in TEST_F()
971 EXPECT_TRUE((TestJumpCC<uint32_t, Condition::NE>(this))); in TEST_F()
973 EXPECT_TRUE((TestJumpCC<uint64_t, Condition::NE>(this))); in TEST_F()
975 // TestJumpCC<float, Condition::NE> in TEST_F()
977 // TestJumpCC<double, Condition::NE> in TEST_F()
3063 case Condition::NE: in TestSelect()
3087 EXPECT_TRUE((TestSelect<uint32_t, Condition::NE>(thi in TEST_F()
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H A Dencode.cpp41 case Condition::NE: in Convert()
463 GetMasm()->B(Convert(Condition::NE), label); in EncodeBitTestAndBranch()
591 case Condition::NE: in CompareZeroHelper()
632 // HI is same as NE in EncodeJump()
633 cc = Condition::NE; in EncodeJump()
971 GetMasm()->Mov(Convert(Condition::NE), VixlReg(dst), VixlImm(NANF)); in EncodeFpToBits()
980 GetMasm()->Mov(Convert(Condition::NE), VixlReg(dst), VixlImm(0)); in EncodeFpToBits()
981 GetMasm()->Mov(Convert(Condition::NE), VixlRegU(dst), VixlImm(NAND_HIGH)); in EncodeFpToBits()
1351 GetMasm()->Mov(Convert(Condition::NE), VixlReg(dst), VixlImm(0x1)); in EncodeCastToBool()
1354 GetMasm()->Mov(Convert(Condition::NE), VixlRe in EncodeCastToBool()
[all...]
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dbytecode_optimizer_isapi.rb258 @cc_cases ||= %w[EQ NE LT LE GT GE]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dencode.cpp49 case Condition::NE: in Convert()
371 case Condition::NE: in EncodeJump()
1152 EncodeJump(exit, cur, val, Condition::NE); in EncodeCompareAndSwap()
1155 EncodeJump(loop, res, Imm(0), Condition::NE); in EncodeCompareAndSwap()
1183 EncodeJump(restart, cur, last, Condition::NE); in EncodeUnsafeGetAndSet()
1186 EncodeJump(retryLdaxr, dst, Imm(0), Condition::NE); in EncodeUnsafeGetAndSet()
1218 EncodeJump(restart, cur, last, Condition::NE); in EncodeUnsafeGetAndAdd()
1221 EncodeJump(retryLdaxr, dst, Imm(0), Condition::NE); in EncodeUnsafeGetAndAdd()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
H A Dcodegen_intrinsics_ets.cpp272 enc->EncodeJump(labelStrNotNull, str, Condition::NE); in CreateStringBuilderAppendString()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
H A Dencode.cpp43 case Condition::NE: in ArchCcInt()
82 case Condition::NE: in ArchCcFloat()
131 case Condition::NE: in CcMatchesNan()
574 GetMasm()->j(ArchCc(Condition::NE), *label); in EncodeBitTestAndBranch()

Completed in 53 milliseconds

12