Searched defs:r1 (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | bounds_analysis_test.cpp | 50 BoundsRange r1 = BoundsRange(-1L, 5U); in TEST_F() local 68 BoundsRange r1 = BoundsRange(1U, 5U); in TEST_F() local 91 BoundsRange r1 = BoundsRange(-7L, 5U); in TEST_F() local 125 auto r1 = BoundsRange(2U); in TEST_F() local 544 auto r1 = BoundsRange(2U); in TEST_F() local 562 auto r1 = BoundsRange(2U); 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
|
| D | inst_test.cpp | 482 Register r1 = 1; in TEST_F() local
|
| /arkcompiler/ets_runtime/test/typeinfer/classwithproperty/ |
| D | classwithproperty.ts | 38 let r1: string = c.x; variable
|
| /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/test/moduletest/string/ |
| D | string.js | 113 var r1 = a3.split("尼", 44); variable
|
| /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/ets_frontend/ets2panda/checker/ets/ |
| D | function.cpp | 2574 auto *const r1 = s1->ReturnType(); in IsReturnTypeSubstitutable() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 888 int32 r1 = static_cast<uint32>(r0) & ((1u << static_cast<uint32>(alignment)) - 1); in CheckIfSplitOffsetWithAdd() local 964 …auto r1 = static_cast<int64>(static_cast<uint64>(r0) & ((1u << static_cast<uint64>(alignment)) - 1… in SplitAndGetRemained() local 3365 … RegOperand *r1 = &GetOrCreatePhysicalRegisterOperand(R1, k8ByteSize * kBitsPerByte, kRegTyInt); in LmbcStructReturnLoad() local
|