Home
last modified time | relevance | path

Searched refs:R1 (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_abi.cpp23 std::vector<AArch64reg> intReturnRegs = {R0, R1, R2, R3, R4, R5, R6, R7};
25 std::vector<AArch64reg> intParmRegs = {R0, R1, R2, R3, R4, R5, R6, R7};
H A Daarch64_cgfunc.cpp616 * R0 == Q1 * 8(4) + R1 in SplitAndGetRemained()
617 * ADDEND == Q0 * 32760(16380) + R1 in SplitAndGetRemained()
761 } else if (regOpnd->GetRegisterNumber() == R0 || regOpnd->GetRegisterNumber() == R1) { in SelectRegassign()
3719 pReg = useFpReg ? V1 : R1;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_call_conv.h114 static constexpr AArch64reg intReturnRegs[kNumIntRetRegs] = {R0, R1, R2, R3, R4, R5, R6, R7};
/arkcompiler/runtime_core/compiler/tests/
H A Dinst_test.cpp485 Register R1 = 1; in TEST_F() local
491 spill_fill_inst->AddMove(R0, R1, DataType::UINT64); in TEST_F()
492 spill_fill_inst->AddSpill(R1, slot1, DataType::UINT64); in TEST_F()

Completed in 10 milliseconds