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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp1573 uint8_t vfp_count = 0; local
1637 vfp_count = (*byte_size == 8 ? 1 : 2);
1704 vfp_count = 2;
1725 vfp_count = (*base_byte_size == 8 ? homogeneous_count
1733 vfp_count = homogeneous_count;
1764 vfp_count = (num_children << 1);
1791 for (uint32_t reg_index = 0; reg_index < vfp_count; reg_index++) {

Completed in 50 milliseconds