Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp437 RegisterValue f0_value; in SetReturnValueObject() local
452 f0_value.SetBytes(buffer, 8, byte_order); in SetReturnValueObject()
453 reg_ctx->WriteRegister(f0_info, f0_value); in SetReturnValueObject()
547 RegisterValue f0_value; in GetReturnValueObjectSimple() local
548 if (reg_ctx->ReadRegister(f0_info, f0_value)) { in GetReturnValueObjectSimple()
550 if (f0_value.GetData(data)) { in GetReturnValueObjectSimple()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.cpp809 RegisterValue f0_value; in GetReturnValueObjectImpl() local
812 reg_ctx->ReadRegister(f0_info, f0_value); in GetReturnValueObjectImpl()
814 f0_value.GetData(f0_data); in GetReturnValueObjectImpl()
874 RegisterValue r2_value, r3_value, f0_value, f1_value, f2_value; in GetReturnValueObjectImpl() local
918 reg_ctx->ReadRegister(f0_info, f0_value); in GetReturnValueObjectImpl()
921 f0_value.GetData(f0_data); in GetReturnValueObjectImpl()
H A DABISysV_mips.cpp859 RegisterValue f0_value; in GetReturnValueObjectImpl() local
861 reg_ctx->ReadRegister(f0_info, f0_value); in GetReturnValueObjectImpl()
862 f0_value.GetData(f0_data); in GetReturnValueObjectImpl()