Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp2316 bool isFpReg = IsPrimitiveFloat(primType) || IsPrimitiveVector(primType); in SelectReturnSendOfStructInRegs() local
7288 bool isFpReg = !IsPrimitiveInteger(primType) || IsPrimitiveVectorFloat(primType); in SelectParmListSmallStruct() local