Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1562 uint8_t vfp_byte_size = 0; in GetReturnValueObjectImpl() local
1624 vfp_byte_size = 8; in GetReturnValueObjectImpl()
1691 vfp_byte_size = *byte_size / 2; in GetReturnValueObjectImpl()
1711 vfp_byte_size = 8; in GetReturnValueObjectImpl()
1719 vfp_byte_size = *base_byte_size; in GetReturnValueObjectImpl()
1738 vfp_byte_size != *base_byte_size) in GetReturnValueObjectImpl()
1741 vfp_byte_size = *base_byte_size; in GetReturnValueObjectImpl()
1750 vfp_byte_size = (vfp_byte_size >> 1); in GetReturnValueObjectImpl()
1781 if (vfp_byte_size == 4) in GetReturnValueObjectImpl()
1783 else if (vfp_byte_size == 8) in GetReturnValueObjectImpl()
[all …]