Home
last modified time | relevance | path

Searched defs:intReturnRegs (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_call_conv.h202 const std::vector<X64reg> &intReturnRegs = GetCallConvInfo().GetIntReturnRegs(); in AllocateGPReturnRegister() local
209 const std::vector<X64reg> &intReturnRegs = GetCallConvInfo().GetIntReturnRegs(); in AllocateTwoGPReturnRegisters() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_call_conv.h114 static constexpr AArch64reg intReturnRegs[kNumIntRetRegs] = {R0, R1, R2, R3, R4, R5, R6, R7}; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_abi.cpp22 std::vector<AArch64reg> intReturnRegs = {R0, R1, R2, R3, R4, R5, R6, R7}; variable