Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_call_conv.h117 static constexpr AArch64reg floatParmRegs[kNumFloatParmRegs] = {}; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_call_conv.h113 const std::vector<X64reg> floatParmRegs = { variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_abi.cpp25 std::vector<AArch64reg> floatParmRegs = {V0, V1, V2, V3, V4, V5, V6, V7}; variable