Lines Matching refs:fpreg
53 void ** gpreg, void ** fpreg, void ** ovrflw, in cpp2uno_call() argument
83 fpreg++; in cpp2uno_call()
93 fpreg++; in cpp2uno_call()
131 float tmp = (float) (*((double *)fpreg)); in cpp2uno_call()
132 (*((float *) fpreg)) = tmp; in cpp2uno_call()
135 pCppArgs[nPos] = pUnoArgs[nPos] = fpreg; in cpp2uno_call()
137 fpreg++; in cpp2uno_call()
152 fpreg++; in cpp2uno_call()
168 fpreg++; in cpp2uno_call()
184 fpreg++; in cpp2uno_call()
198 fpreg++; in cpp2uno_call()
224 fpreg++; in cpp2uno_call()
338 void ** gpreg, void ** fpreg, void ** ovrflw, in cpp_mediate() argument
359 fprintf( stderr, "0x%lx (%f), ", fpreg[i], fpreg[i] ); in cpp_mediate()
417 gpreg, fpreg, ovrflw, pRegisterReturn ); in cpp_mediate()
432 gpreg, fpreg, ovrflw, pRegisterReturn ); in cpp_mediate()
481 gpreg, fpreg, ovrflw, pRegisterReturn ); in cpp_mediate()
513 double fpreg[axp::MAX_SSE_REGS]; in cpp_vtable_call() local
514 register double f16 asm("$f16"); fpreg[0] = f16; in cpp_vtable_call()
515 register double f17 asm("$f17"); fpreg[1] = f17; in cpp_vtable_call()
516 register double f18 asm("$f18"); fpreg[2] = f18; in cpp_vtable_call()
517 register double f19 asm("$f19"); fpreg[3] = f19; in cpp_vtable_call()
518 register double f20 asm("$f20"); fpreg[4] = f20; in cpp_vtable_call()
519 register double f21 asm("$f21"); fpreg[5] = f21; in cpp_vtable_call()
525 …rintf(stderr, "doubles are %f %f %f %f %f %f\n", fpreg[0], fpreg[1], fpreg[2], fpreg[3], fpreg[4],… in cpp_vtable_call()
528 cpp_mediate( nOffsetAndIndex, (void**)gpreg, (void**)fpreg, (void**)sp, in cpp_vtable_call()