Home
last modified time | relevance | path

Searched defs:numFpRegs (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_args.cpp30 … std::map<uint32, X64reg> &pairReg, std::vector<uint32> &numFpRegs, in CollectRegisterArgs()
75 …gs::GetArgInfo(std::map<uint32, X64reg> &argsList, uint32 argIndex, std::vector<uint32> &numFpRegs, in GetArgInfo()
173 std::vector<uint32> numFpRegs; in MoveRegisterArgs() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_args.cpp31 … std::map<uint32, AArch64reg> &pairReg, std::vector<uint32> &numFpRegs, in CollectRegisterArgs()
76 …ch64MoveRegArgs::GetArgInfo(std::map<uint32, AArch64reg> &argsList, std::vector<uint32> &numFpRegs, in GetArgInfo()
238 void AArch64MoveRegArgs::GenerateStrInsn(const ArgInfo &argInfo, AArch64reg reg2, uint32 numFpRegs,… in GenerateStrInsn()
308 std::vector<uint32> numFpRegs; in MoveRegisterArgs() local
Daarch64_cgfunc.cpp3347 uint32 numFpRegs = FloatParamRegRequired(static_cast<MIRStructType *>(ty), fpSize); in LmbcStructReturnLoad() local
6842 uint32 numFpRegs = param->GetNumRegs(); in AssignLmbcFormalParams() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp1846 uint32 numFpRegs = FloatParamRegRequired(structType, fpSize); in CreateLmbcFormalParamInfo() local