MCPcopy Create free account
hub / github.com/anjo76/angelscript / GetReturnedDouble

Function GetReturnedDouble

sdk/angelscript/source/as_callfunc_mips.cpp:268–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268asQWORD GetReturnedDouble()
269{
270 asQWORD d = 0;
271
272 asm("sdc1 $f0, %0\n" : "=m"(d));
273
274 return d;
275}
276
277// asQWORD mipsFunc(asUINT argSize, asDWORD *argBuffer, void *func, SFloatRegs &floatRegs);
278// $2,$3 $4 $5 $6 $7

Callers 1

CallSystemFunctionNativeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected