Lines Matching refs:pStackLongs
89 invoke_copy_to_stack(sal_Int32 * pStackLongs, char * pPT, sal_Int32* d_ov, sal_Int32 overflow) in invoke_copy_to_stack() argument
101 *((double*) d_fpr) = *((double *)pStackLongs), d_fpr++, fpr++; in invoke_copy_to_stack()
103 *((double*) d_ov ) = *((double *)pStackLongs), d_ov+=2; in invoke_copy_to_stack()
105 pStackLongs += 2; in invoke_copy_to_stack()
111 *((float*) d_fpr) = *((float *)pStackLongs), d_fpr++, fpr++; in invoke_copy_to_stack()
115 *((float*) d_ov ) = *((float *)pStackLongs), d_ov++; in invoke_copy_to_stack()
118 pStackLongs += 1; in invoke_copy_to_stack()
123 *((sal_Int64*) d_gpr) = *((sal_Int64*) pStackLongs), d_gpr+=2, gpr+=2; in invoke_copy_to_stack()
126 *((sal_Int64*) d_ov ) = *((sal_Int64*) pStackLongs), d_ov+=2, gpr=5; in invoke_copy_to_stack()
128 pStackLongs += 2; in invoke_copy_to_stack()
133 *((sal_uInt32*)d_gpr) = *((unsigned short*)pStackLongs), d_gpr++, gpr++; in invoke_copy_to_stack()
135 *((sal_uInt32*)d_ov ) = *((unsigned short*)pStackLongs), d_ov++; in invoke_copy_to_stack()
136 pStackLongs += 1; in invoke_copy_to_stack()
141 *((sal_Int32*)d_gpr) = *((signed short*)pStackLongs), d_gpr++, gpr++; in invoke_copy_to_stack()
143 *((sal_Int32*)d_ov ) = *((signed short*)pStackLongs), d_ov++; in invoke_copy_to_stack()
144 pStackLongs += 1; in invoke_copy_to_stack()
149 *((sal_uInt32*)d_gpr) = *((unsigned char*)pStackLongs), d_gpr++, gpr++; in invoke_copy_to_stack()
151 *((sal_uInt32*)d_ov ) = *((unsigned char*)pStackLongs), d_ov++; in invoke_copy_to_stack()
152 pStackLongs += 1; in invoke_copy_to_stack()
157 *((sal_Int32*)d_gpr) = *((signed char*)pStackLongs), d_gpr++, gpr++; in invoke_copy_to_stack()
159 *((sal_Int32*)d_ov ) = *((signed char*)pStackLongs), d_ov++; in invoke_copy_to_stack()
160 pStackLongs += 1; in invoke_copy_to_stack()
165 *((sal_Int32*)d_gpr) = *pStackLongs, d_gpr++, gpr++; in invoke_copy_to_stack()
167 *((sal_Int32*)d_ov ) = *pStackLongs, d_ov++; in invoke_copy_to_stack()
168 pStackLongs += 1; in invoke_copy_to_stack()
182 sal_Int32 * pStackLongs, in callVirtualMethod() argument
227 : "r" (pStackLongs), in callVirtualMethod()