/arkcompiler/runtime_core/static_core/verification/util/tests/ |
H A D | environment.cpp | 49 static const auto EQ = NAME.OfString("="); // NOLINT(readability-static-accessed-through-instance) in EnvOptions() local 50 static const auto BOOL_TRUE = EQ.OfString("true"); // NOLINT(readability-static-accessed-through-instance) in EnvOptions() 94 static const auto KV_PAIR = ~WS >> NAME >> ~WS >> EQ >> ~WS >> VALUE >> ~WS >> DELIM |= KV_PAIR_HANDLER; in EnvOptions()
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
H A D | optimized_call.cpp | 111 __ B(Condition::EQ, &aligned); in IncreaseStackForArguments() 160 __ B(Condition::EQ, &lJSCallWithArgVAndPushArgv); in JSFunctionEntry() 535 __ B(Condition::EQ, &lCall0); in JSCallInternal() 537 __ B(Condition::EQ, &lCall1); in JSCallInternal() 539 __ B(Condition::EQ, &lCall2); in JSCallInternal() 541 __ B(Condition::EQ, &lCall3); in JSCallInternal() 601 __ B(Condition::EQ, &jsBoundFunction); in JSCallInternal() 603 __ B(Condition::EQ, &jsProxy); in JSCallInternal() 757 __ B(Condition::EQ, &lCall0); in FastCallToAsmInterBridge() 759 __ B(Condition::EQ, in FastCallToAsmInterBridge() [all...] |
H A D | optimized_fast_call.cpp | 281 __ B(Condition::EQ, &call);
in JSFastCallWithArgV() 288 __ B(Condition::EQ, &call);
in JSFastCallWithArgV() 295 __ B(Condition::EQ, &call);
in JSFastCallWithArgV() 302 __ B(Condition::EQ, &call);
in JSFastCallWithArgV() 309 __ B(Condition::EQ, &call);
in JSFastCallWithArgV() 316 __ B(Condition::EQ, &call);
in JSFastCallWithArgV()
|
H A D | asm_interpreter_call.cpp | 97 __ B(Condition::EQ, ¬Callable); in AsmInterpEntryDispatch() 294 __ B(Condition::EQ, pushCallThis); in JSCallCommonSlowPath() 307 __ B(Condition::EQ, &pushArgs0); in JSCallCommonSlowPath() 937 __ B(Condition::EQ, &dispatch); 1553 __ B(Condition::EQ, &pushVregs); 1628 __ B(Condition::EQ, &baselineCodeUndefined); 1632 __ B(Condition::EQ, &baselineCodeUndefined);
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | lcr_gate_meta_data.h | 41 EQ = 1, member in panda::ecmascript::kungfu::ICmpCondition
|
/arkcompiler/ets_runtime/compiler_service/include/ |
H A D | aot_compiler_constants.h | 40 constexpr const char* EQ = "="; member
|
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
H A D | encoder32_test_1.cpp | 384 if constexpr (CC == Condition::EQ) { in TestJumpCC() 386 std::cerr << "zero EQ test fail \n"; in TestJumpCC() 404 if constexpr (CC == Condition::EQ) { in TestJumpCC() 406 std::cerr << "non-zero EQ test fail " << tmp << " \n"; in TestJumpCC() 412 std::cerr << "non-zero EQ test fail " << tmp << " \n"; in TestJumpCC() 426 EXPECT_TRUE((TestJumpCC<int8_t, Condition::EQ>(this))); in TEST_F() 428 EXPECT_TRUE((TestJumpCC<int16_t, Condition::EQ>(this))); in TEST_F() 430 EXPECT_TRUE((TestJumpCC<int32_t, Condition::EQ>(this))); in TEST_F() 433 EXPECT_TRUE((TestJumpCC<int64_t, Condition::EQ>(this))); in TEST_F() 434 EXPECT_TRUE((TestJumpCC<uint8_t, Condition::EQ>(thi in TEST_F() [all...] |
H A D | encoder32_test_2.cpp | 685 case Condition::EQ: in TestSelect() 711 EXPECT_TRUE((TestSelect<uint32_t, Condition::EQ>(this))); in TEST_F() 716 EXPECT_TRUE((TestSelect<uint64_t, Condition::EQ>(this))); in TEST_F() 721 EXPECT_TRUE((TestSelect<int32_t, Condition::EQ>(this))); in TEST_F() 726 EXPECT_TRUE((TestSelect<int64_t, Condition::EQ>(this))); in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
H A D | encode_visitor.cpp | 681 DeoptimizeType::NULL_CHECK, Condition::EQ); in VisitNullCheck() 722 encoder->EncodeJump(slowPath->GetBackLabel(), refReg, Condition::EQ); in VisitRefTypeCheck() 732 encoder->EncodeJump(slowPath->GetBackLabel(), tmpReg, tmpReg1, Condition::EQ); in VisitRefTypeCheck() 744 DeoptimizeType::ZERO_CHECK, Condition::EQ); in VisitZeroCheck() 933 enc->GetEncoder()->EncodeJump(slowPath->GetLabel(), tmpReg, Condition::EQ); in VisitResolveObjectField() 1173 encoder->EncodeJump(slowPath->GetLabel(), dst, Condition::EQ); in FillLoadClassUnresolved() 1307 encoder->EncodeJump(slowPath->GetLabel(), dst, Condition::EQ); in VisitUnresolvedLoadAndInitClass() 1355 enc->GetEncoder()->EncodeJump(slowPath->GetLabel(), tmpReg, Condition::EQ); in VisitResolveObjectFieldStatic() 1497 encoder->EncodeJump(slowPath->GetLabel(), dst, Condition::EQ); in VisitUnresolvedLoadType() 1545 encoder->EncodeJump(slowPath->GetLabel(), classReg, Condition::EQ); in FillUnresolvedClass() [all...] |
H A D | codegen.cpp | 821 return Condition::EQ; in ConvertCc() 846 return Condition::EQ; in ConvertCc() 848 return Condition::EQ; in ConvertCc() 1360 GetEncoder()->EncodeJump(endLabel, alignmentReg, Condition::EQ); in CreateAlignmentValue() 1555 GetEncoder()->EncodeJump(slowPath->GetLabel(), methodReg, Condition::EQ); in EmitResolveUnknownVirtual() 1725 GetEncoder()->EncodeJump(slowPath->GetLabel(), tmp.GetReg(), Condition::EQ); in EmitResolveStatic() 1863 enc->EncodeJump(label, entrypointReg, Condition::EQ); in CreatePreWRB() 2031 enc->EncodeJump(label, reg, Condition::EQ); in CheckObject() 2461 GetEncoder()->EncodeJump(slowPath->GetLabel(), dst, Condition::EQ); in CreateStringHashCode() 2465 GetEncoder()->EncodeJump(slowPath->GetLabel(), hashReg, Condition::EQ); in CreateStringHashCode() [all...] |
H A D | type_info.h | 301 EQ, // equal to 0 enumerator
|
/arkcompiler/runtime_core/compiler/tests/aarch32/ |
H A D | encoder32_test.cpp | 786 if constexpr (cc == Condition::EQ) { in TestJumpCC() 788 std::cerr << "zero EQ test fail \n"; in TestJumpCC() 794 std::cerr << "zero EQ test fail \n"; in TestJumpCC() 808 if constexpr (cc == Condition::EQ) { in TestJumpCC() 810 std::cerr << "non-zero EQ test fail " << tmp << " \n"; in TestJumpCC() 816 std::cerr << "non-zero EQ test fail " << tmp << " \n"; in TestJumpCC() 830 EXPECT_TRUE((TestJumpCC<int8_t, Condition::EQ>(this))); in TEST_F() 832 EXPECT_TRUE((TestJumpCC<int16_t, Condition::EQ>(this))); in TEST_F() 834 EXPECT_TRUE((TestJumpCC<int32_t, Condition::EQ>(this))); in TEST_F() 837 EXPECT_TRUE((TestJumpCC<int64_t, Condition::EQ>(thi in TEST_F() [all...] |
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
H A D | encoder64_test_2.cpp | 691 case Condition::EQ: in TestSelect() 717 EXPECT_TRUE((TestSelect<uint32_t, Condition::EQ>(this))); in TEST_F() 722 EXPECT_TRUE((TestSelect<uint64_t, Condition::EQ>(this))); in TEST_F() 727 EXPECT_TRUE((TestSelect<int32_t, Condition::EQ>(this))); in TEST_F() 732 EXPECT_TRUE((TestSelect<int64_t, Condition::EQ>(this))); in TEST_F()
|
H A D | encoder64_test_1.cpp | 480 if constexpr (CC == Condition::EQ) { in TestJumpCCMainLoop() 482 std::cerr << "non-zero EQ test fail " << tmp << " \n"; in TestJumpCCMainLoop() 488 std::cerr << "non-zero EQ test fail " << tmp << " \n"; in TestJumpCCMainLoop() 534 if constexpr (CC == Condition::EQ) { in TestJumpCC() 536 std::cerr << "zero EQ test fail \n"; in TestJumpCC() 542 std::cerr << "zero EQ test fail \n"; in TestJumpCC() 552 EXPECT_TRUE((TestJumpCC<int32_t, Condition::EQ>(this))); in TEST_F() 555 EXPECT_TRUE((TestJumpCC<int64_t, Condition::EQ>(this))); in TEST_F() 556 EXPECT_TRUE((TestJumpCC<uint32_t, Condition::EQ>(this))); in TEST_F() 558 EXPECT_TRUE((TestJumpCC<uint64_t, Condition::EQ>(thi in TEST_F() [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
H A D | assembler_aarch64_test.cpp | 254 __ B(Condition::EQ, &label1); in HWTEST_F_L0() 290 __ B(Condition::EQ, &label1); in HWTEST_F_L0()
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
H A D | bytecode_optimizer_isapi.rb | 210 @cc_cases ||= %w[EQ NE LT LE GT GE]
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
H A D | extend_assembler.cpp | 126 B(Condition::EQ, &aligned); in Align16()
|
H A D | assembler_aarch64_constants.h | 75 EQ = 0, enumerator
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
H A D | encode.cpp | 39 case Condition::EQ: in Convert() 465 GetMasm()->B(Convert(Condition::EQ), label); in EncodeBitTestAndBranch() 490 GetMasm()->Tst(Convert(Condition::EQ), VixlReg(src), VixlImm(value)); in TestImmHelper() 501 GetMasm()->Cmn(Convert(Condition::EQ), VixlReg(src), VixlImm(-value)); in CompareNegImmHelper() 537 GetMasm()->Cmp(Convert(Condition::EQ), VixlReg(src), VixlImm(value)); in ComparePosImmHelper() 590 case Condition::EQ: in CompareZeroHelper() 636 // LS is same as EQ in EncodeJump() 637 cc = Condition::EQ; in EncodeJump() 1130 GetMasm()->Mov(Convert(Condition::EQ), VixlReg(dst), VixlImm(1)); in EncodeIsInf() 1258 EncodeJump(low, highBits, Condition::EQ); in EncodeCountLeadingZeroBits() [all...] |
/arkcompiler/runtime_core/compiler/tests/amd64/ |
H A D | encoder64_test.cpp | 924 if constexpr (cc == Condition::EQ) { in TestJumpCC() 926 std::cerr << "zero EQ test fail \n"; in TestJumpCC() 932 std::cerr << "zero EQ test fail \n"; in TestJumpCC() 946 if constexpr (cc == Condition::EQ) { in TestJumpCC() 948 std::cerr << "non-zero EQ test fail " << tmp << " \n"; in TestJumpCC() 954 std::cerr << "non-zero EQ test fail " << tmp << " \n"; in TestJumpCC() 967 EXPECT_TRUE((TestJumpCC<int32_t, Condition::EQ>(this))); in TEST_F() 970 EXPECT_TRUE((TestJumpCC<int64_t, Condition::EQ>(this))); in TEST_F() 971 EXPECT_TRUE((TestJumpCC<uint32_t, Condition::EQ>(this))); in TEST_F() 973 EXPECT_TRUE((TestJumpCC<uint64_t, Condition::EQ>(thi in TEST_F() [all...] |
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
H A D | encoder64_test_1.cpp | 498 if constexpr (CC == Condition::EQ) { in TestJumpCC() 500 std::cerr << "zero EQ test fail \n"; in TestJumpCC() 506 std::cerr << "zero EQ test fail \n"; in TestJumpCC() 518 if constexpr (CC == Condition::EQ) { in TestJumpCC() 520 std::cerr << "non-zero EQ test fail " << tmp << " \n"; in TestJumpCC() 526 std::cerr << "non-zero EQ test fail " << tmp << " \n"; in TestJumpCC() 539 EXPECT_TRUE((TestJumpCC<int32_t, Condition::EQ>(this))); in TEST_F() 542 EXPECT_TRUE((TestJumpCC<int64_t, Condition::EQ>(this))); in TEST_F() 543 EXPECT_TRUE((TestJumpCC<uint32_t, Condition::EQ>(this))); in TEST_F() 545 EXPECT_TRUE((TestJumpCC<uint64_t, Condition::EQ>(thi in TEST_F() [all...] |
H A D | encoder64_test_2.cpp | 861 case Condition::EQ: in TestSelect() 887 EXPECT_TRUE((TestSelect<uint32_t, Condition::EQ>(this))); in TEST_F() 892 EXPECT_TRUE((TestSelect<uint64_t, Condition::EQ>(this))); in TEST_F() 897 EXPECT_TRUE((TestSelect<int32_t, Condition::EQ>(this))); in TEST_F() 902 EXPECT_TRUE((TestSelect<int64_t, Condition::EQ>(this))); in TEST_F()
|
/arkcompiler/runtime_core/static_core/irtoc/lang/ |
H A D | instruction.rb | 235 # Generate concise functions for creating condition code: If().CC(:CC_EQ) => If().EQ 236 [:EQ, :NE, :GE, :GT, :LE, :LT, :A, :AE, :B, :BE].each do |x| define_method(x) do |&block|
|
/arkcompiler/runtime_core/compiler/tests/aarch64/ |
H A D | encoder64_test.cpp | 923 if constexpr (cc == Condition::EQ) { in TestJumpCC() 925 std::cerr << "zero EQ test fail \n"; in TestJumpCC() 931 std::cerr << "zero EQ test fail \n"; in TestJumpCC() 945 if constexpr (cc == Condition::EQ) { in TestJumpCC() 947 std::cerr << "non-zero EQ test fail " << tmp << " \n"; in TestJumpCC() 953 std::cerr << "non-zero EQ test fail " << tmp << " \n"; in TestJumpCC() 966 EXPECT_TRUE((TestJumpCC<int32_t, Condition::EQ>(this))); in TEST_F() 969 EXPECT_TRUE((TestJumpCC<int64_t, Condition::EQ>(this))); in TEST_F() 970 EXPECT_TRUE((TestJumpCC<uint32_t, Condition::EQ>(this))); in TEST_F() 972 EXPECT_TRUE((TestJumpCC<uint64_t, Condition::EQ>(thi in TEST_F() [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]
|