Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_i386.cpp284 RegisterValue st0_value, fstat_value, ftag_value; in SetReturnValueObject() local
324 st0_value.SetLongDouble(value_long_dbl); in SetReturnValueObject()
328 reg_ctx->WriteRegister(st0_info, st0_value) && in SetReturnValueObject()
466 RegisterValue st0_value; in GetReturnValueObjectSimple() local
468 if (reg_ctx->ReadRegister(st0_info, st0_value)) { in GetReturnValueObjectSimple()
470 if (st0_value.GetData(data)) { in GetReturnValueObjectSimple()