Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_i386.cpp285 const RegisterInfo *st0_info = reg_ctx->GetRegisterInfoByName("st0", 0); in SetReturnValueObject() local
328 reg_ctx->WriteRegister(st0_info, st0_value) && in SetReturnValueObject()
465 const RegisterInfo *st0_info = reg_ctx->GetRegisterInfoByName("st0", 0); in GetReturnValueObjectSimple() local
468 if (reg_ctx->ReadRegister(st0_info, st0_value)) { in GetReturnValueObjectSimple()