Searched defs:r1 (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/ |
| D | arkts-regular-expression.ts | 20 export let r1 = new RegExp(/\ba\w*/, 'g'); variable
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | fast_divisor.h | 48 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/ |
| D | bounds_analysis_test.cpp | 53 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
|
| D | inst_test.cpp | 491 Register r1 = 1; in TEST_F() local
|
| D | encoder_operands.cpp | 385 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()
|
| D | aarch64_mop_split.h | 64 auto r1 = static_cast<int64>(r0 & ((1u << alignment) - 1)); in SplitGetRemained() local
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | reg_encoder.cpp | 101 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/ |
| D | definefieldbyname2.js | 59 r1 = 18; field in A
|
| /arkcompiler/ets_runtime/test/moduletest/string/ |
| D | string.js | 117 var r1 = a3.split("尼", 44); variable
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | function.cpp | 1978 auto *const r1 = s1->ReturnType(); in IsReturnTypeSubstitutable() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 575 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
|