Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ABI/X86/
DABISysV_x86_64.cpp497 const RegisterInfo *altivec_reg = in GetReturnValueObjectSimple() local
499 if (altivec_reg == nullptr) in GetReturnValueObjectSimple()
500 altivec_reg = reg_ctx->GetRegisterInfoByName("mm0", 0); in GetReturnValueObjectSimple()
502 if (altivec_reg) { in GetReturnValueObjectSimple()
503 if (*byte_size <= altivec_reg->byte_size) { in GetReturnValueObjectSimple()
510 if (reg_ctx->ReadRegister(altivec_reg, reg_value)) { in GetReturnValueObjectSimple()
513 altivec_reg, heap_data_up->GetBytes(), in GetReturnValueObjectSimple()
525 } else if (*byte_size <= altivec_reg->byte_size * 2) { in GetReturnValueObjectSimple()
536 if (reg_ctx->ReadRegister(altivec_reg, reg_value) && in GetReturnValueObjectSimple()
541 altivec_reg, heap_data_up->GetBytes(), in GetReturnValueObjectSimple()
[all …]
/external/llvm-project/lldb/source/Plugins/ABI/PowerPC/
DABISysV_ppc.cpp613 const RegisterInfo *altivec_reg = reg_ctx->GetRegisterInfoByName("v2", 0); in GetReturnValueObjectSimple() local
614 if (altivec_reg) { in GetReturnValueObjectSimple()
615 if (*byte_size <= altivec_reg->byte_size) { in GetReturnValueObjectSimple()
622 if (reg_ctx->ReadRegister(altivec_reg, reg_value)) { in GetReturnValueObjectSimple()
625 altivec_reg, heap_data_up->GetBytes(), in GetReturnValueObjectSimple()