Searched defs:numFpRegs (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_args.cpp | 30 … 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/ |
| D | aarch64_args.cpp | 31 … 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
|
| D | aarch64_cgfunc.cpp | 3347 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/ |
| D | cgfunc.cpp | 1846 uint32 numFpRegs = FloatParamRegRequired(structType, fpSize); in CreateLmbcFormalParamInfo() local
|