Home
last modified time | relevance | path

Searched full:e1 (Results 1 – 25 of 49) sorted by relevance

12

/arkcompiler/runtime_core/libpandabase/serializer/
Dstruct_to_tuple.h39 SERIALIZE_INTERNAL_STRUCT_TO_TUPLE_IMPL(2, e0, e1);
40 SERIALIZE_INTERNAL_STRUCT_TO_TUPLE_IMPL(3, e0, e1, e2);
41 SERIALIZE_INTERNAL_STRUCT_TO_TUPLE_IMPL(4, e0, e1, e2, e3);
42 SERIALIZE_INTERNAL_STRUCT_TO_TUPLE_IMPL(5, e0, e1, e2, e3, e4);
43 SERIALIZE_INTERNAL_STRUCT_TO_TUPLE_IMPL(6, e0, e1, e2, e3, e4, e5);
44 SERIALIZE_INTERNAL_STRUCT_TO_TUPLE_IMPL(7, e0, e1, e2, e3, e4, e5, e6);
45 SERIALIZE_INTERNAL_STRUCT_TO_TUPLE_IMPL(8, e0, e1, e2, e3, e4, e5, e6, e7);
46 SERIALIZE_INTERNAL_STRUCT_TO_TUPLE_IMPL(9, e0, e1, e2, e3, e4, e5, e6, e7, e8);
47 SERIALIZE_INTERNAL_STRUCT_TO_TUPLE_IMPL(10, e0, e1, e2, e3, e4, e5, e6, e7, e8, e9);
48 SERIALIZE_INTERNAL_STRUCT_TO_TUPLE_IMPL(11, e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10);
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.h203 V(ZExtInt, (GateRef gate, GateRef e1)) \
204 V(SExtInt, (GateRef gate, GateRef e1)) \
205 V(FPExt, (GateRef gate, GateRef e1)) \
206 V(FPTrunc, (GateRef gate, GateRef e1)) \
209 V(IntRev, (GateRef gate, GateRef e1)) \
210 V(Add, (GateRef gate, GateRef e1, GateRef e2)) \
211 V(Sub, (GateRef gate, GateRef e1, GateRef e2)) \
212 V(Mul, (GateRef gate, GateRef e1, GateRef e2)) \
213 V(FloatDiv, (GateRef gate, GateRef e1, GateRef e2)) \
214 V(IntDiv, (GateRef gate, GateRef e1, GateRef e2)) \
[all …]
Dllvm_ir_builder.cpp1127 void LLVMIRBuilder::VisitMod(GateRef gate, GateRef e1, GateRef e2) in VisitMod() argument
1129 LLVMValueRef e1Value = gate2LValue_[e1]; in VisitMod()
1132 ASSERT(ConvertLLVMTypeFromGate(gate) == ConvertLLVMTypeFromGate(e1)); in VisitMod()
1270 void LLVMIRBuilder::VisitIntRev(GateRef gate, GateRef e1) in VisitIntRev() argument
1272 LLVMValueRef e1Value = gate2LValue_[e1]; in VisitIntRev()
1273 ASSERT(ConvertLLVMTypeFromGate(gate) == ConvertLLVMTypeFromGate(e1)); in VisitIntRev()
1381 void LLVMIRBuilder::VisitTruncFloatToInt(GateRef gate, GateRef e1) in VisitTruncFloatToInt() argument
1383 LLVMValueRef e1Value = gate2LValue_[e1]; in VisitTruncFloatToInt()
1384 auto machineType = acc_.GetMachineType(e1); in VisitTruncFloatToInt()
1408 void LLVMIRBuilder::VisitAdd(GateRef gate, GateRef e1, GateRef e2) in VisitAdd() argument
[all …]
/arkcompiler/runtime_core/verification/util/tests/
Dflags.cpp24 enum class Enum { E1, E2, E3 }; in TEST() enumerator
25 using F = panda::verifier::FlagsForEnum<size_t, Enum, Enum::E1, Enum::E2, Enum::E3>; in TEST()
30 EXPECT_FALSE(flags[Enum::E1]); in TEST()
33 EXPECT_FALSE(flags[Enum::E1]); in TEST()
38 flags[Enum::E1] = true; in TEST()
39 EXPECT_TRUE(flags[Enum::E1]); in TEST()
42 flags[Enum::E1] = false; in TEST()
43 EXPECT_FALSE(flags[Enum::E1]); in TEST()
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dthrow.yaml23 .record E1 <panda.extends=panda.Throwable> {}
30 .record E1 {}
233 - newobj v0, E1
287 - newobj v0, E1
336 isinstance E1
381 .catch E1, try_begin, try_end, catch_E1_block_begin
386 - values: [1, 0, 3, 4, E1]
436 isinstance E1
469 .catch E1, try_begin, try_end, catch_E1_block_begin
474 - values: [1, 2, 0, 0, E1]
[all …]
Dldstatic.obj.yaml473 .record E1 {}
475 E1 fObj <static>
502 newobj v0, E1
538 .record E1 {}
540 E1 fObj <static>
543 E1 fObj <static>
569 newobj v0, E1
Dststatic.obj.yaml743 .record E1 {}
745 E1 fObj <static>
755 newobj v0, E1
774 newobj v0, E1
810 .record E1 {}
812 E1 fObj <static>
815 E1 fObj <static>
824 newobj v0, E1
843 newobj v0, E1
Dststatic.64.yaml402 .record E1 {}
432 newobj v0, E1
468 .record E1 {}
500 newobj v0, E1
Dfldai.64.yaml146 - 'e1'
152 - '-e1'
Dfldai.yaml140 - 'e1'
146 - '-e1'
Dmovi.64.yaml198 - v1, 1e1
201 - v0, e1
Dldstatic.64.yaml397 .record E1 {}
426 newobj v0, E1
462 .record E1 {}
493 newobj v0, E1
Dststatic.yaml404 .record E1 {}
434 newobj v0, E1
470 .record E1 {}
502 newobj v0, E1
Dldstatic.yaml406 .record E1 {}
435 newobj v0, E1
471 .record E1 {}
502 newobj v0, E1
Djgtz.yaml398 .record E1 {}
437 .catch E1, begin, end, catch_E1_begin, catch_E1_end
Djeqz.yaml388 .record E1 {}
427 .catch E1, begin, end, catch_E1_begin, catch_E1_end
Djnez.yaml389 .record E1 {}
428 .catch E1, begin, end, catch_E1_begin, catch_E1_end
Djltz.yaml401 .record E1 {}
440 .catch E1, begin, end, catch_E1_begin, catch_E1_end
/arkcompiler/runtime_core/tests/cts-assembly/
Dexceptions-02.pa16 .record E1 {}
19 newobj v0, E1
35 .catch E1, try_begin, try_end, catch_block2_begin
/arkcompiler/runtime_core/compiler/tests/
Dtry_catch_resolving_test.cpp41 .record E1 {} in TEST_F()
44 newobj v0, E1 in TEST_F()
61 .catch E1, try_begin, try_end, catch_block2_begin in TEST_F()
90 .record E1 {} in TEST_F()
115 .catch E1, try_begin, try_end, catch_block1 in TEST_F()
/arkcompiler/runtime_core/libpandabase/tests/
Dexpected_test.cpp66 auto e1 = Expected<int, ErrorCode>(2); in TEST() local
67 EXPECT_EQ(e1.Value(), 2); in TEST()
82 const auto e1 = Expected<int, ErrorCode>(Unexpected(ErrorCode::First)); in TEST() local
83 EXPECT_EQ(e1.Error(), ErrorCode::First); in TEST()
/arkcompiler/ets_runtime/test/quickfix/closure/
Dbase.js16 var e1 = -1 variable
23 print("base: " + e1)
/arkcompiler/ets_runtime/test/quickfix/closure/patch/
Dbase.js16 var e1 = -10 variable
27 print("patch: " + e1)
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-var-decl.js25 var e1 = 2, e2;
/arkcompiler/runtime_core/libpandabase/os/
Dstacktrace.cpp199 … [](const VmaEntry &e1, const VmaEntry &e2) { return e1.end_addr < e2.end_addr; }); in FindVma() argument

12