/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
H A D | optimized_fast_call.cpp | 139 __ 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 D | asm_interpreter_call.cpp | 159 __ B(Condition::NE, &slowPathEntry); in JSCallCommonEntry() 747 __ B(Condition::NE, ¬Undefined); in ResumeRspAndDispatch() 765 __ B(Condition::NE, ¬EcmaObject); in ResumeRspAndDispatch() 865 __ B(Condition::NE, ¬Undefined); 881 __ B(Condition::NE, ¬EcmaObject); 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 D | lcr_gate_meta_data.h | 46 NE, member in panda::ecmascript::kungfu::ICmpCondition
|
H A D | lcr_circuit_builder.h | 352 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 D | encoder32_test_1.cpp | 390 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 D | encoder32_test_2.cpp | 688 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 D | encoder32_test.cpp | 792 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 D | encode_visitor.cpp | 736 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 D | type_info.h | 302 NE, // not equal to 0 enumerator
|
H A D | codegen.cpp | 823 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 D | encoder64_test_2.cpp | 694 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 D | encoder64_test_1.cpp | 486 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 D | bytecode_optimizer_isapi.rb | 210 @cc_cases ||= %w[EQ NE LT LE GT GE]
|
/arkcompiler/runtime_core/compiler/tests/amd64/ |
H A D | encoder64_test.cpp | 930 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 D | encoder64_test_1.cpp | 504 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 D | encoder64_test_2.cpp | 864 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 D | instruction.rb | 236 [: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 D | assembler_aarch64_constants.h | 76 NE = 1, enumerator
|
H A D | macro_assembler_aarch64.cpp | 80 assembler.B(aarch64::NE, &label); in Jnz()
|
/arkcompiler/runtime_core/compiler/tests/aarch64/ |
H A D | encoder64_test.cpp | 929 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 D | encode.cpp | 41 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 D | bytecode_optimizer_isapi.rb | 258 @cc_cases ||= %w[EQ NE LT LE GT GE]
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
H A D | encode.cpp | 49 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 D | codegen_intrinsics_ets.cpp | 272 enc->EncodeJump(labelStrNotNull, str, Condition::NE); in CreateStringBuilderAppendString()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
H A D | encode.cpp | 43 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()
|