Home
last modified time | relevance | path

Searched refs:kMaxFpOffset (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/binary_translation/calling_conventions/include/berberis/calling_conventions/
Dcalling_conventions_riscv64.h51 CallingConventions(StackOnly) : int_offset_(kMaxIntOffset), fp_offset_(kMaxFpOffset) {} in CallingConventions()
73 if (fp_offset_ < kMaxFpOffset) { in GetNextFpArgLoc()
120 static constexpr unsigned kMaxFpOffset = 8u; variable