Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/calling_conventions/include/berberis/calling_conventions/
Dcalling_conventions_arm64.h52 unsigned size_in_regs = size > 8 ? 2 : 1; in GetNextIntArgLoc() local
53 unsigned alignment_in_regs = size_in_regs; in GetNextIntArgLoc()
56 if (aligned_int_offset + size_in_regs <= kMaxIntOffset) { in GetNextIntArgLoc()
59 int_offset_ = aligned_int_offset + size_in_regs; in GetNextIntArgLoc()
Dcalling_conventions_x86_64.h49 unsigned size_in_regs = size > 8 ? 2 : 1; in GetNextIntArgLoc() local
51 if (int_offset_ + size_in_regs <= kMaxIntOffset) { in GetNextIntArgLoc()
53 int_offset_ += size_in_regs; in GetNextIntArgLoc()