Searched refs:f0_value (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
H A D | ABISysV_s390x.cpp | 437 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()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ |
H A D | ABISysV_mips64.cpp | 848 RegisterValue f0_value; in GetReturnValueObjectImpl() local 851 reg_ctx->ReadRegister(f0_info, f0_value); in GetReturnValueObjectImpl() 853 f0_value.GetData(f0_data); in GetReturnValueObjectImpl() 913 RegisterValue r2_value, r3_value, f0_value, f1_value, f2_value; in GetReturnValueObjectImpl() local 957 reg_ctx->ReadRegister(f0_info, f0_value); in GetReturnValueObjectImpl() 960 f0_value.GetData(f0_data); in GetReturnValueObjectImpl()
|
H A D | ABISysV_mips.cpp | 897 RegisterValue f0_value; in GetReturnValueObjectImpl() local 899 reg_ctx->ReadRegister(f0_info, f0_value); in GetReturnValueObjectImpl() 900 f0_value.GetData(f0_data); in GetReturnValueObjectImpl()
|