Home
last modified time | relevance | path

Searched refs:fprArgSize_ (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/arch/
H A Dhelpers.h246 fprArgSize_ = RoundUp(fprArgSize_, NUM_BYTES); in Count()
247 if (fprArgSize_ < ExtArchTraits<A>::FP_ARG_NUM_BYTES) { in Count()
248 fprArgSize_ += NUM_BYTES; in Count()
287 size_t fprArgSize_ = 0; member in ark::arch::ArgCounter

Completed in 2 milliseconds