Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ABI/SystemZ/
DABISysV_s390x.cpp436 RegisterValue f0_value; in SetReturnValueObject() local
451 f0_value.SetBytes(buffer, 8, byte_order); in SetReturnValueObject()
452 reg_ctx->WriteRegister(f0_info, f0_value); in SetReturnValueObject()
546 RegisterValue f0_value; in GetReturnValueObjectSimple() local
547 if (reg_ctx->ReadRegister(f0_info, f0_value)) { in GetReturnValueObjectSimple()
549 if (f0_value.GetData(data)) { in GetReturnValueObjectSimple()
/external/llvm-project/lldb/source/Plugins/ABI/Mips/
DABISysV_mips64.cpp846 RegisterValue f0_value; in GetReturnValueObjectImpl() local
849 reg_ctx->ReadRegister(f0_info, f0_value); in GetReturnValueObjectImpl()
851 f0_value.GetData(f0_data); in GetReturnValueObjectImpl()
911 RegisterValue r2_value, r3_value, f0_value, f1_value, f2_value; in GetReturnValueObjectImpl() local
955 reg_ctx->ReadRegister(f0_info, f0_value); in GetReturnValueObjectImpl()
958 f0_value.GetData(f0_data); in GetReturnValueObjectImpl()
DABISysV_mips.cpp896 RegisterValue f0_value; in GetReturnValueObjectImpl() local
898 reg_ctx->ReadRegister(f0_info, f0_value); in GetReturnValueObjectImpl()
899 f0_value.GetData(f0_data); in GetReturnValueObjectImpl()