Searched defs:r2 (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | bounds_analysis_test.cpp | 55 BoundsRange r2 = BoundsRange(1U, 5U); in TEST_F() local 73 BoundsRange r2 = BoundsRange(-5L, -1L); in TEST_F() local 92 BoundsRange r2 = BoundsRange(9U, 13U); in TEST_F() local 126 auto r2 = BoundsRange(-2L); in TEST_F() local 546 auto r2 = BoundsRange(4U, 8U); in TEST_F() local 564 auto r2 = BoundsRange(4U, 8U); in TEST_F() local
|
| D | encoder_operands.cpp | 337 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/ |
| D | aarch64_memlayout.h | 29 void SetRegisters(AArch64reg r0, AArch64reg r1, AArch64reg r2, AArch64reg r3) in SetRegisters()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | reg_alloc_basic.cpp | 246 …[](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/ |
| D | mem_stats_gen_gc_test.cpp | 557 auto r2 = MakeAllocations<TargetSpace::TENURED_REGULAR, true>(); in HelpAllocTenured() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | function.cpp | 2575 auto *const r2 = s2->ReturnType(); in IsReturnTypeSubstitutable() local
|