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 D | aarch64_abi.cpp | 23 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 D | aarch64_cgfunc.cpp | 616 * 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 D | aarch64_call_conv.h | 114 static constexpr AArch64reg intReturnRegs[kNumIntRetRegs] = {R0, R1, R2, R3, R4, R5, R6, R7};
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | inst_test.cpp | 485 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 8 milliseconds