Home
last modified time | relevance | path

Searched defs:r2 (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dfast_divisor.h50 uint64_t r2 = highOne - q2 * ad; in FastConstSignedDivisor() local
109 uint64_t r2 = (highOne - 1U) - q2 * divisor; in FastConstUnsignedDivisor() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dbounds_analysis_test.cpp58 BoundsRange r2 = BoundsRange(1U, 5U); in TEST_F() local
76 BoundsRange r2 = BoundsRange(-5L, -1L); in TEST_F() local
95 BoundsRange r2 = BoundsRange(9U, 13U); in TEST_F() local
129 auto r2 = BoundsRange(-2L); in TEST_F() local
571 auto r2 = BoundsRange(4U, 8U); in TEST_F() local
589 auto r2 = BoundsRange(4U, 8U); in TEST_F() local
Dencoder_operands.cpp385 Reg r1(1U, INT64_TYPE), r2(2U, INT64_TYPE), rI(INVALID_REG_ID, INVALID_TYPE); in TEST() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_memlayout.h29 void SetRegisters(AArch64reg r0, AArch64reg r1, AArch64reg r2, AArch64reg r3) in SetRegisters()
/arkcompiler/ets_runtime/test/aottest/definefieldbyname2/
Ddefinefieldbyname2.js85 r2 = 18; field in A
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_basic.cpp241 …[](const std::pair<uint32, uint32> &r2, const std::pair<uint32, uint32> &r1) { return r1.first >= … in CheckRangesOverlap() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmem_stats_gen_gc_test.cpp630 auto r2 = MakeAllocations<TargetSpace::TENURED_REGULAR, true>(); in HelpAllocTenured() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp1711 auto *const r2 = s2->ReturnType(); in IsReturnTypeSubstitutable() local