Home
last modified time | relevance | path

Searched defs:r1 (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
Dbounds_analysis_test.cpp50 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
Dencoder_operands.cpp337 Reg r1(1U, INT64_TYPE), r2(2U, INT64_TYPE), rI(INVALID_REG_ID, INVALID_TYPE); in TEST() local
Dinst_test.cpp482 Register r1 = 1; in TEST_F() local
/arkcompiler/ets_runtime/test/typeinfer/classwithproperty/
Dclasswithproperty.ts38 let r1: string = c.x; variable
/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/moduletest/string/
Dstring.js113 var r1 = a3.split("尼", 44); variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_basic.cpp246 …[](const std::pair<uint32, uint32> &r2, const std::pair<uint32, uint32> &r1) { return r1.first >= … in CheckRangesOverlap() argument
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp2574 auto *const r1 = s1->ReturnType(); in IsReturnTypeSubstitutable() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp888 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