Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.cpp874 RegisterValue r2_value, r3_value, f0_value, f1_value, f2_value; in GetReturnValueObjectImpl() local
944 reg_ctx->ReadRegister(f1_info, f1_value); in GetReturnValueObjectImpl()
945 f1_value.GetData(f1_data); in GetReturnValueObjectImpl()
950 reg_ctx->ReadRegister(f1_info, f1_value); in GetReturnValueObjectImpl()
951 f1_value.GetData(f1_data); in GetReturnValueObjectImpl()
H A DABISysV_mips.cpp872 RegisterValue f1_value; in GetReturnValueObjectImpl() local
874 reg_ctx->ReadRegister(f1_info, f1_value); in GetReturnValueObjectImpl()
885 f1_value.GetData(f1_data); in GetReturnValueObjectImpl()
893 f1_value.GetData(f1_data); in GetReturnValueObjectImpl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp580 RegisterValue f1_value; in GetReturnValueObjectSimple() local
581 if (reg_ctx->ReadRegister(f1_info, f1_value)) { in GetReturnValueObjectSimple()
583 if (f1_value.GetData(data)) { in GetReturnValueObjectSimple()