| /arkcompiler/ets_frontend/ts2panda/tests/expression/ |
| D | functionExpression.test.ts | 30 Eq, 245 new Eq(new Imm(0), new VReg()), 252 new Eq(new Imm(1), new VReg()), 271 new Eq(new Imm(2), new VReg()), 278 new Eq(new Imm(3), new VReg()), 335 new Eq(new Imm(0), new VReg()),
|
| D | conditions.test.ts | 22 Eq, 143 new Eq(new Imm(4), trueReg),
|
| D | cmpBinary.test.ts | 22 Eq, 159 new Eq(new Imm(0), lhs),
|
| /arkcompiler/runtime_core/compiler/tools/ |
| D | benchmark_coverage.sh | 160 if [ "$compiler_status" -eq 0 ] 198 if [ $assert -ne 0 ] || [ $compiled -eq 0 ] 286 if [ "$is_cctor" -eq 1 ] 289 elif [ "$is_ctor" -eq 1 ] 306 if [ "$compiler_status" -eq 0 ] 343 if [ $indent -eq 0 ] 349 if [ $assert -ne 0 ] || [ $compiled -eq 0 ]
|
| D | ir_builder_coverage.sh | 86 if [ $indent -eq 0 ] ; then
|
| /arkcompiler/runtime_core/verification/util/tests/ |
| D | environment.cpp | 48 …static const auto EQ = NAME.of_string("="); // NOLINT(readability-static-accessed-through… in EnvOptions() local 49 …static const auto BOOL_TRUE = EQ.of_string("true"); // NOLINT(readability-static-accessed-through… in EnvOptions() 94 …static const auto KV_PAIR = ~WS >> NAME >> ~WS >> EQ >> ~WS >> VALUE >> ~WS >> DELIM |= KV_PAIR_HA… in EnvOptions()
|
| /arkcompiler/runtime_core/docs/ |
| D | PBC2IR.md | 34 | jeq.obj | bool Compare EQ, IfImm | 36 | jeqz.obj | i64 Constant 0, bool Compare EQ, IfImm | 38 | jeqz | i64 Constant 0, bool Compare EQ, IfImm | 44 | jeq | bool Compare EQ, IfImm |
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | ic_compareop_test.cpp | 88 JSTaggedValue resInSlowPath1 = SlowRuntimeStub::Eq(thread, arg1Handle.GetTaggedValue(), in HWTEST_F_L0() 90 …JSTaggedValue resInSlowPath2 = SlowRuntimeStub::Eq(thread, Str1.GetTaggedValue(), arg1Handle.GetTa… in HWTEST_F_L0() 91 …JSTaggedValue resInSlowPath3 = SlowRuntimeStub::Eq(thread, Str1.GetTaggedValue(), arg3Handle.GetTa… in HWTEST_F_L0() 92 …JSTaggedValue resInSlowPath4 = SlowRuntimeStub::Eq(thread, Str1.GetTaggedValue(), arg4Handle.GetTa… in HWTEST_F_L0() 93 JSTaggedValue resInSlowPath5 = SlowRuntimeStub::Eq(thread, booleanObjHandle.GetTaggedValue(), in HWTEST_F_L0() 95 …JSTaggedValue resInSlowPath9 = SlowRuntimeStub::Eq(thread, JSTaggedValue::Undefined(), JSTaggedVal… in HWTEST_F_L0() 96 …JSTaggedValue resInSlowPath10 = SlowRuntimeStub::Eq(thread, JSTaggedValue::Undefined(), JSTaggedVa… in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | lda.null.yaml | 25 - file-name: "eq"
|
| D | jeqz.obj.yaml | 444 jeqz.obj eq 447 eq: 513 jeqz.obj eq 516 eq:
|
| /arkcompiler/runtime_core/cross_values/ |
| D | diff_check_values.sh | 31 if [ ${res} -eq 1 ]; then
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | if_conversion_doc.md | 118 3.b Compare EQ u32 v1, v2 -> (v4) 140 3.b Compare EQ u32 v1, v2 -> (v10)
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-parser.h | 152 bool ParseMetaListComma(bool &comma, bool eq); 153 bool MeetExpMetaList(bool eq); 154 bool BuildMetaListAttr(bool &eq, std::string &attribute_name, std::string &attribute_value);
|
| D | assembly-parser.cpp | 2297 bool Parser::ParseMetaListComma(bool &comma, bool eq) in ParseMetaListComma() argument 2299 if (!eq && comma && *context_ != Token::Type::DEL_COMMA) { in ParseMetaListComma() 2304 if (!eq && comma) { in ParseMetaListComma() 2313 bool Parser::MeetExpMetaList(bool eq) in MeetExpMetaList() argument 2315 if (!eq && *context_ != Token::Type::ID) { in MeetExpMetaList() 2320 if (eq && *context_ != Token::Type::ID && *context_ != Token::Type::ID_STRING) { in MeetExpMetaList() 2326 if (!eq && !PrefixedValidName()) { in MeetExpMetaList() 2334 bool Parser::BuildMetaListAttr(bool &eq, std::string &attribute_name, std::string &attribute_value) in BuildMetaListAttr() argument 2336 if (eq && *context_ == Token::Type::ID_STRING) { in BuildMetaListAttr() 2343 } else if (eq) { in BuildMetaListAttr() [all …]
|
| /arkcompiler/ets_frontend/ts2panda/tests/ |
| D | autoGeneratedIdentifierName.test.ts | 38 Eq, 90 new Eq(new Imm(0), new VReg()),
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
| D | assembler_aarch64_test.cpp | 250 "00000004:54000080 \tb.eq\t0x14\n" in HWTEST_F_L0() 260 __ B(Condition::EQ, &label1); in HWTEST_F_L0() 281 "00000004:540000e0 \tb.eq\t0x20\n" in HWTEST_F_L0() 296 __ B(Condition::EQ, &label1); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | optimized_call.cpp | 109 __ B(Condition::EQ, &aligned); in IncreaseStackForArguments() 158 __ B(Condition::EQ, &lJSCallNewWithArgV); in JSFunctionEntry() 487 __ B(Condition::EQ, &jsBoundFunction); in JSCallInternal() 489 __ B(Condition::EQ, &jsProxy); in JSCallInternal() 587 __ B(Condition::EQ, &jsBoundFunction); in ConstructorJSCallInternal() 589 __ B(Condition::EQ, &jsProxy); in ConstructorJSCallInternal() 715 __ B(Condition::EQ, ©BoundArgument); in JSBoundFunctionCallInternal() 729 __ B(Condition::EQ, &pushCallTarget); in JSBoundFunctionCallInternal() 877 __ B(Condition::EQ, &aligned); in PopJSFunctionArgs() 1217 __ B(Condition::EQ, &stackOverflow); in DeoptHandlerAsm()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | encode.cpp | 127 GetMasm()->B(Convert(Condition::EQ), label); in EncodeBitTestAndBranch() 153 GetMasm()->Tst(Convert(Condition::EQ), VixlReg(src), VixlImm(value)); in TestImmHelper() 164 GetMasm()->Cmn(Convert(Condition::EQ), VixlReg(src), VixlImm(-value)); in CompareNegImmHelper() 183 GetMasm()->Cmp(Convert(Condition::EQ), VixlReg(src), VixlImm(value)); in ComparePosImmHelper() 250 case Condition::EQ: in CompareZeroHelper() 292 // LS is same as EQ in EncodeJump() 293 cc = Condition::EQ; in EncodeJump() 774 GetMasm()->Mov(Convert(Condition::EQ), VixlReg(dst), VixlImm(1)); in EncodeIsInf() 816 EncodeJump(low, high_bits, Condition::EQ); in EncodeCountLeadingZeroBits() 864 GetMasm()->add(vixl::aarch32::eq, VixlReg(dst), VixlReg(dst), 1); in EncodeRound() [all …]
|
| /arkcompiler/ets_frontend/ts2panda/tests/watch_expression/ |
| D | addWatch.test.ts | 41 Eq, 627 new Eq(new Imm(3), new VReg()), 800 new Eq(new Imm(0), new VReg()), 806 new Eq(new Imm(1), new VReg()), 830 new Eq(new Imm(5), new VReg()), 836 new Eq(new Imm(6), new VReg()),
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 821 return Condition::EQ; in ConvertCc() 846 return Condition::EQ; in ConvertCc() 848 return Condition::EQ; in ConvertCc() 1490 GetEncoder()->EncodeJump(end_label, alignment_reg, Condition::EQ); in CreateAlignmentValue() 1521 GetEncoder()->EncodeJump(slow_path->GetLabel(), tmp.GetReg(), Condition::EQ); in EmitGetUnresolvedCalleeMethod() 1685 GetEncoder()->EncodeJump(slow_path->GetLabel(), method, Condition::EQ); in CreateUnresolvedVirtualMethodLoad() 2020 enc->EncodeJump(label, tmp_b, Condition::EQ); in CreatePreWRB() 2032 enc->EncodeJump(label, tmp_ref, Condition::EQ); in CreatePreWRB() 2050 enc->EncodeJump(label, tmp_ref, Condition::EQ); in CreatePreWRB() 2122 enc->EncodeJump(label, reg1, Condition::EQ); in CreatePostInterRegionBarrier() [all …]
|
| /arkcompiler/runtime_core/runtime/bridge/arch/aarch64/ |
| D | interpreter_to_compiled_code_bridge_aarch64.S | 151 cinc w3, w3, eq // tagged value, use additional GP reg 280 cset x1, eq 438 cset x1, eq
|
| /arkcompiler/runtime_core/irtoc/lang/ |
| D | instruction.rb | 189 # Generate concise functions for creating condition code: If().CC(:CC_EQ) => If().EQ 190 [:EQ, :NE, :GE, :GT, :LE, :LT].each do |x| define_method(x) do |&block|
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | codegen_arm64.rb | 90 __ B(vixl::aarch64::Condition::eq, #{target});)
|
| /arkcompiler/runtime_core/compiler/tests/aarch32/ |
| D | encoder32_test.cpp | 794 if constexpr (cc == Condition::EQ) { in TestJumpCC() 796 std::cerr << "zero EQ test fail \n"; in TestJumpCC() 802 std::cerr << "zero EQ test fail \n"; in TestJumpCC() 816 if constexpr (cc == Condition::EQ) { in TestJumpCC() 818 std::cerr << "non-zero EQ test fail " << tmp << " \n"; in TestJumpCC() 824 std::cerr << "non-zero EQ test fail " << tmp << " \n"; in TestJumpCC() 838 EXPECT_TRUE((TestJumpCC<int8_t, Condition::EQ>(this))); in TEST_F() 840 EXPECT_TRUE((TestJumpCC<int16_t, Condition::EQ>(this))); in TEST_F() 842 EXPECT_TRUE((TestJumpCC<int32_t, Condition::EQ>(this))); in TEST_F() 845 EXPECT_TRUE((TestJumpCC<int64_t, Condition::EQ>(this))); in TEST_F() [all …]
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| 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>(this))); in TEST_F() [all …]
|