Searched refs:altivec_reg (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
H A D | ABISysV_x86_64.cpp | 499 const RegisterInfo *altivec_reg = in GetReturnValueObjectSimple() local 501 if (altivec_reg == nullptr) in GetReturnValueObjectSimple() 502 altivec_reg = reg_ctx->GetRegisterInfoByName("mm0", 0); in GetReturnValueObjectSimple() 504 if (altivec_reg) { in GetReturnValueObjectSimple() 505 if (*byte_size <= altivec_reg->byte_size) { in GetReturnValueObjectSimple() 512 if (reg_ctx->ReadRegister(altivec_reg, reg_value)) { in GetReturnValueObjectSimple() 515 *altivec_reg, heap_data_up->GetBytes(), in GetReturnValueObjectSimple() 527 } else if (*byte_size <= altivec_reg->byte_size * 2) { in GetReturnValueObjectSimple() 538 if (reg_ctx->ReadRegister(altivec_reg, reg_value) && in GetReturnValueObjectSimple() 543 *altivec_reg, heap_data_up->GetBytes(), in GetReturnValueObjectSimple() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
H A D | ABISysV_ppc.cpp | 614 const RegisterInfo *altivec_reg = reg_ctx->GetRegisterInfoByName("v2", 0); in GetReturnValueObjectSimple() local 615 if (altivec_reg) { in GetReturnValueObjectSimple() 616 if (*byte_size <= altivec_reg->byte_size) { in GetReturnValueObjectSimple() 623 if (reg_ctx->ReadRegister(altivec_reg, reg_value)) { in GetReturnValueObjectSimple() 626 *altivec_reg, heap_data_up->GetBytes(), in GetReturnValueObjectSimple()
|