Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ABI/Mips/
DABISysV_mips64.cpp911 RegisterValue r2_value, r3_value, f0_value, f1_value, f2_value; in GetReturnValueObjectImpl() local
981 reg_ctx->ReadRegister(f1_info, f1_value); in GetReturnValueObjectImpl()
982 f1_value.GetData(f1_data); in GetReturnValueObjectImpl()
987 reg_ctx->ReadRegister(f1_info, f1_value); in GetReturnValueObjectImpl()
988 f1_value.GetData(f1_data); in GetReturnValueObjectImpl()
DABISysV_mips.cpp909 RegisterValue f1_value; in GetReturnValueObjectImpl() local
911 reg_ctx->ReadRegister(f1_info, f1_value); in GetReturnValueObjectImpl()
922 f1_value.GetData(f1_data); in GetReturnValueObjectImpl()
930 f1_value.GetData(f1_data); in GetReturnValueObjectImpl()
/external/llvm-project/lldb/source/Plugins/ABI/PowerPC/
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()