Home
last modified time | relevance | path

Searched defs:numFpRegs (Results 1 – 3 of 3) 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()
76std::vector<uint32> &numFpRegs, std::vector<uint32> &fpSize) const in GetArgInfo()
176 std::vector<uint32> numFpRegs; in MoveRegisterArgs() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp1922 uint32 numFpRegs = FloatParamRegRequired(structType, fpSize); in CreateLmbcFormalParamInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp2767 uint32 numFpRegs = FloatParamRegRequired(static_cast<MIRStructType *>(ty), fpSize); in LmbcStructReturnLoad() local
6256 uint32 numFpRegs = param->GetNumRegs(); in AssignLmbcFormalParams() local