Searched defs:intParmRegs (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_abi.h | 35 constexpr AArch64reg intParmRegs[kNumIntParmRegs] = {R0, R1, R2, R3, R4, R5, R6, R7}; variable
|
| D | aarch64_call_conv.h | 171 static constexpr AArch64reg intParmRegs[kNumIntParmRegs] = {R0}; variable 238 …static constexpr AArch64reg intParmRegs[kNumIntParmRegs] = {R19, R20, R21, R22, R23, R24, R25, R26… variable
|