Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1561 uint8_t vfp_count = 0; in GetReturnValueObjectImpl() local
1625 vfp_count = (*byte_size == 8 ? 1 : 2); in GetReturnValueObjectImpl()
1692 vfp_count = 2; in GetReturnValueObjectImpl()
1712 vfp_count = (*base_byte_size == 8 ? homogeneous_count in GetReturnValueObjectImpl()
1720 vfp_count = homogeneous_count; in GetReturnValueObjectImpl()
1751 vfp_count = (num_children << 1); in GetReturnValueObjectImpl()
1778 for (uint32_t reg_index = 0; reg_index < vfp_count; reg_index++) { in GetReturnValueObjectImpl()