Searched refs:fpr (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/bridges/source/cpp_uno/gcc3_linux_s390/ |
H A D | uno2cpp.cxx | 51 sal_Int32 overflow = 0, gpr = 0, fpr = 0; in invoke_count_words() local 58 if (fpr < 2) fpr++; else overflow+=2; in invoke_count_words() 62 if (fpr < 2) fpr++; else overflow++; in invoke_count_words() 93 sal_Int32 gpr = 0, fpr = 0; in invoke_copy_to_stack() local 100 if (fpr < 2) in invoke_copy_to_stack() 101 *((double*) d_fpr) = *((double *)pStackLongs), d_fpr++, fpr++; in invoke_copy_to_stack() 109 if (fpr < 2) { in invoke_copy_to_stack() 111 *((float*) d_fpr) = *((float *)pStackLongs), d_fpr++, fpr++; in invoke_copy_to_stack()
|
/aoo4110/main/bridges/source/cpp_uno/gcc3_linux_powerpc/ |
H A D | uno2cpp.cxx | 71 double fpr[8]; // storage for fpregisters, map to f1-f8 local 145 fpr[f++] = *((double *)pStackLongs); /* store in register */ 173 fpr[f++] = *((float *)pStackLongs); 265 : : "r" (gpr), "r" (fpr)
|
/aoo4110/main/bridges/source/cpp_uno/gcc3_macosx_powerpc/ |
H A D | uno2cpp.cxx | 70 double fpr[13]; // storage for fpregisters, map to f1-f13 in callVirtualMethod() local 127 fpr[f++] = *((double *)pStackLongs); /* store in register */ in callVirtualMethod() 140 fpr[f++] = *((float *)pStackLongs); in callVirtualMethod() 234 : : "r" (gpr), "r" (fpr) in callVirtualMethod()
|
/aoo4110/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/ |
H A D | uno2cpp.cxx | 71 double fpr[8]; // storage for fpregisters, map to f1-f8 local 145 fpr[f++] = *((double *)pStackLongs); /* store in register */ 173 fpr[f++] = *((float *)pStackLongs); 265 : : "r" (gpr), "r" (fpr)
|
Completed in 23 milliseconds