Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.cpp913 RegisterValue r2_value, r3_value, f0_value, f1_value, f2_value; in GetReturnValueObjectImpl() local
983 reg_ctx->ReadRegister(f1_info, f1_value); in GetReturnValueObjectImpl()
984 f1_value.GetData(f1_data); in GetReturnValueObjectImpl()
989 reg_ctx->ReadRegister(f1_info, f1_value); in GetReturnValueObjectImpl()
990 f1_value.GetData(f1_data); in GetReturnValueObjectImpl()
H A DABISysV_mips.cpp910 RegisterValue f1_value; in GetReturnValueObjectImpl() local
912 reg_ctx->ReadRegister(f1_info, f1_value); in GetReturnValueObjectImpl()
923 f1_value.GetData(f1_data); in GetReturnValueObjectImpl()
931 f1_value.GetData(f1_data); in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp581 RegisterValue f1_value; in GetReturnValueObjectSimple() local
582 if (reg_ctx->ReadRegister(f1_info, f1_value)) { in GetReturnValueObjectSimple()
584 if (f1_value.GetData(data)) { in GetReturnValueObjectSimple()