Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/LoongArch/
H A DABISysV_loongarch.cpp360 static bool SetSizedFloat(Scalar &scalar, uint64_t raw_value, in SetSizedFloat() function
442 if (!SetSizedFloat(value.GetScalar(), raw_value, byte_size)) in GetValObjFromIntRegs()
469 if (!SetSizedFloat(value.GetScalar(), raw_value, byte_size)) in GetValObjFromFPRegs()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp410 static bool SetSizedFloat(Scalar &scalar, uint64_t raw_value, in SetSizedFloat() function
493 if (!SetSizedFloat(value.GetScalar(), raw_value, byte_size)) in GetReturnValueObjectSimple()
551 if (!SetSizedFloat(value.GetScalar(), raw_value, byte_size)) in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp472 static bool SetSizedFloat(Scalar &scalar, uint64_t raw_value, in SetSizedFloat() function
553 if (!SetSizedFloat(value.GetScalar(), raw_value, byte_size)) in GetValObjFromIntRegs()
598 if (!SetSizedFloat(value.GetScalar(), raw_value, byte_size)) in GetValObjFromFPRegs()