Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/
Darkts-regular-expression.ts20 export let r1 = new RegExp(/\ba\w*/, 'g'); variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dfast_divisor.h48 uint64_t r1 = highOne - q1 * anc; in FastConstSignedDivisor() local
109 uint64_t r1 = highOne - q1 * nc; in FastConstUnsignedDivisor() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dbounds_analysis_test.cpp53 BoundsRange r1 = BoundsRange(-1L, 5U); in TEST_F() local
71 BoundsRange r1 = BoundsRange(1U, 5U); in TEST_F() local
94 BoundsRange r1 = BoundsRange(-7L, 5U); in TEST_F() local
128 auto r1 = BoundsRange(2U); in TEST_F() local
569 auto r1 = BoundsRange(2U); in TEST_F() local
587 auto r1 = BoundsRange(2U); in TEST_F() local
Dinst_test.cpp491 Register r1 = 1; 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()
Daarch64_mop_split.h64 auto r1 = static_cast<int64>(r0 & ((1u << alignment) - 1)); in SplitGetRemained() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dreg_encoder.cpp101 static compiler::Register RegsDiff(compiler::Register r1, compiler::Register r2) in RegsDiff()
112 static compiler::Register RegsSum(compiler::Register r1, compiler::Register r2) in RegsSum()
/arkcompiler/ets_runtime/test/aottest/definefieldbyname2/
Ddefinefieldbyname2.js59 r1 = 18; field in A
/arkcompiler/ets_runtime/test/moduletest/string/
Dstring.js117 var r1 = a3.split("尼", 44); variable
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp1978 auto *const r1 = s1->ReturnType(); in IsReturnTypeSubstitutable() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp575 int32 r1 = static_cast<uint32>(r0) & ((1u << static_cast<uint32>(alignment)) - 1); in CheckIfSplitOffsetWithAdd() local
623 …auto r1 = static_cast<int64>(static_cast<uint64>(r0) & ((1u << static_cast<uint64>(alignment)) - 1… in SplitAndGetRemained() local