Home
last modified time | relevance | path

Searched defs:intParmRegs (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_call_conv.h126 static constexpr AArch64reg intParmRegs[kNumIntParmRegs] = {R0}; variable
194 …static constexpr AArch64reg intParmRegs[kNumIntParmRegs] = {R19, R20, R21, R22, R23, R24, R25, R26… variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_abi.cpp25 std::vector<AArch64reg> intParmRegs = {R0, R1, R2, R3, R4, R5, R6, R7}; variable