Home
last modified time | relevance | path

Searched refs:floatArgs (Results 1 – 25 of 32) sorted by relevance

12

/dports/games/openspades/openspades-0.1.3/Sources/AngelScript/source/
H A Das_callfunc_sh4.cpp198 int floatArgs = 0; in CallCDeclFunction() local
203 splitArgs(args, argNum, intArgs, floatArgs, restArgs, flags); in CallCDeclFunction()
205 return sh4Func(intArgs << 2, floatArgs << 2, restArgs << 2, func); in CallCDeclFunction()
215 int floatArgs = 0; in CallThisCallFunction() local
222 splitArgs(args, argNum, intArgs, floatArgs, restArgs, flags); in CallThisCallFunction()
224 return sh4Func(intArgs << 2, floatArgs << 2, restArgs << 2, func); in CallThisCallFunction()
233 int floatArgs = 0; in CallThisCallFunction_objLast() local
239 splitArgs(args, argNum, intArgs, floatArgs, restArgs, flags); in CallThisCallFunction_objLast()
250 return sh4Func(intArgs << 2, floatArgs << 2, restArgs << 2, func); in CallThisCallFunction_objLast()
H A Das_callfunc_ppc.cpp404 int intArgs = baseArgCount, floatArgs = 0, doubleArgs = 0; in CallCDeclFunction() local
405 stackArgs( pArgs, pArgsType, intArgs, floatArgs, doubleArgs ); in CallCDeclFunction()
406 numTotalArgs = intArgs + floatArgs + 2*doubleArgs; // doubles occupy two slots in CallCDeclFunction()
441 int intArgs = baseArgCount, floatArgs = 0, doubleArgs = 0; in CallThisCallFunction() local
442 stackArgs( pArgs, pArgsType, intArgs, floatArgs, doubleArgs ); in CallThisCallFunction()
443 numTotalArgs = intArgs + floatArgs + 2*doubleArgs; // doubles occupy two slots in CallThisCallFunction()
467 int intArgs = baseArgCount, floatArgs = 0, doubleArgs = 0; in CallThisCallFunction_objLast() local
468 stackArgs( pArgs, pArgsType, intArgs, floatArgs, doubleArgs ); in CallThisCallFunction_objLast()
469 int numTotalArgs = intArgs + floatArgs + doubleArgs; in CallThisCallFunction_objLast()
475 int argPos = intArgs + floatArgs + (doubleArgs * 2); in CallThisCallFunction_objLast()
H A Das_callfunc_ppc_64.cpp463 int intArgs = baseArgCount, floatArgs = 0, doubleArgs = 0, longArgs = 0; in CallCDeclFunction() local
464 stackArgs( pArgs, pArgsType, intArgs, floatArgs, doubleArgs, longArgs ); in CallCDeclFunction()
465 numTotalArgs = intArgs + floatArgs + doubleArgs + longArgs; in CallCDeclFunction()
500 int intArgs = baseArgCount, floatArgs = 0, doubleArgs = 0, longArgs = 0; in CallThisCallFunction() local
501 stackArgs( pArgs, pArgsType, intArgs, floatArgs, doubleArgs, longArgs ); in CallThisCallFunction()
502 numTotalArgs = intArgs + floatArgs + doubleArgs + longArgs; in CallThisCallFunction()
526 int intArgs = baseArgCount, floatArgs = 0, doubleArgs = 0, longArgs = 0; in CallThisCallFunction_objLast() local
527 stackArgs( pArgs, pArgsType, intArgs, floatArgs, doubleArgs, longArgs ); in CallThisCallFunction_objLast()
528 int numTotalArgs = intArgs + floatArgs + doubleArgs; in CallThisCallFunction_objLast()
534 int argPos = intArgs + floatArgs + (doubleArgs * 2) + (longArgs *2); in CallThisCallFunction_objLast()
H A Das_callfunc_mips.cpp440 int floatArgs = 0;
445 splitArgs(args, argNum, intArgs, floatArgs, restArgs, flags);
447 return mipsFunc(intArgs << 2, floatArgs << 2, restArgs << 2, func);
457 int floatArgs = 0;
464 splitArgs(args, argNum, intArgs, floatArgs, restArgs, flags);
466 return mipsFunc(intArgs << 2, floatArgs << 2, restArgs << 2, func);
476 int floatArgs = 0;
481 splitArgs(args, argNum, intArgs, floatArgs, restArgs, flags);
494 return mipsFunc(intArgs << 2, floatArgs << 2, restArgs << 2, func);
H A Das_callfunc_x64_mingw.cpp51 static asQWORD __attribute__((noinline)) CallX64(const asQWORD *args, const asQWORD *floatArgs, con… in CallX64() argument
133 : "m" (ret), "r" (args), "r" (floatArgs), "r" (paramSize), "r" (func) in CallX64()
H A Das_callfunc_x64_msvc.cpp50 extern "C" asQWORD CallX64(const asQWORD *args, const asQWORD *floatArgs, int paramSize, asQWORD fu…
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/angelscript/source/
H A Das_callfunc_sh4.cpp198 int floatArgs = 0; in CallCDeclFunction() local
203 splitArgs(args, argNum, intArgs, floatArgs, restArgs, flags); in CallCDeclFunction()
205 return sh4Func(intArgs << 2, floatArgs << 2, restArgs << 2, func); in CallCDeclFunction()
215 int floatArgs = 0; in CallThisCallFunction() local
222 splitArgs(args, argNum, intArgs, floatArgs, restArgs, flags); in CallThisCallFunction()
224 return sh4Func(intArgs << 2, floatArgs << 2, restArgs << 2, func); in CallThisCallFunction()
233 int floatArgs = 0; in CallThisCallFunction_objLast() local
239 splitArgs(args, argNum, intArgs, floatArgs, restArgs, flags); in CallThisCallFunction_objLast()
250 return sh4Func(intArgs << 2, floatArgs << 2, restArgs << 2, func); in CallThisCallFunction_objLast()
H A Das_callfunc_ppc_64.cpp467 int intArgs = baseArgCount, floatArgs = 0, doubleArgs = 0, longArgs = 0; in CallCDeclFunction() local
468 stackArgs( pArgs, pArgsType, intArgs, floatArgs, doubleArgs, longArgs ); in CallCDeclFunction()
469 numTotalArgs = intArgs + floatArgs + doubleArgs + longArgs; in CallCDeclFunction()
504 int intArgs = baseArgCount, floatArgs = 0, doubleArgs = 0, longArgs = 0; in CallThisCallFunction() local
505 stackArgs( pArgs, pArgsType, intArgs, floatArgs, doubleArgs, longArgs ); in CallThisCallFunction()
506 numTotalArgs = intArgs + floatArgs + doubleArgs + longArgs; in CallThisCallFunction()
530 int intArgs = baseArgCount, floatArgs = 0, doubleArgs = 0, longArgs = 0; in CallThisCallFunction_objLast() local
531 stackArgs( pArgs, pArgsType, intArgs, floatArgs, doubleArgs, longArgs ); in CallThisCallFunction_objLast()
532 int numTotalArgs = intArgs + floatArgs + doubleArgs; in CallThisCallFunction_objLast()
538 int argPos = intArgs + floatArgs + (doubleArgs * 2) + (longArgs *2); in CallThisCallFunction_objLast()
H A Das_callfunc_ppc.cpp404 int intArgs = baseArgCount, floatArgs = 0, doubleArgs = 0; in CallCDeclFunction() local
405 stackArgs( pArgs, pArgsType, intArgs, floatArgs, doubleArgs ); in CallCDeclFunction()
406 numTotalArgs = intArgs + floatArgs + 2*doubleArgs; // doubles occupy two slots in CallCDeclFunction()
441 int intArgs = baseArgCount, floatArgs = 0, doubleArgs = 0; in CallThisCallFunction() local
442 stackArgs( pArgs, pArgsType, intArgs, floatArgs, doubleArgs ); in CallThisCallFunction()
443 numTotalArgs = intArgs + floatArgs + 2*doubleArgs; // doubles occupy two slots in CallThisCallFunction()
467 int intArgs = baseArgCount, floatArgs = 0, doubleArgs = 0; in CallThisCallFunction_objLast() local
468 stackArgs( pArgs, pArgsType, intArgs, floatArgs, doubleArgs ); in CallThisCallFunction_objLast()
469 int numTotalArgs = intArgs + floatArgs + doubleArgs; in CallThisCallFunction_objLast()
475 int argPos = intArgs + floatArgs + (doubleArgs * 2); in CallThisCallFunction_objLast()
H A Das_callfunc_mips.cpp440 int floatArgs = 0;
445 splitArgs(args, argNum, intArgs, floatArgs, restArgs, flags);
447 return mipsFunc(intArgs << 2, floatArgs << 2, restArgs << 2, func);
457 int floatArgs = 0;
464 splitArgs(args, argNum, intArgs, floatArgs, restArgs, flags);
466 return mipsFunc(intArgs << 2, floatArgs << 2, restArgs << 2, func);
476 int floatArgs = 0;
481 splitArgs(args, argNum, intArgs, floatArgs, restArgs, flags);
494 return mipsFunc(intArgs << 2, floatArgs << 2, restArgs << 2, func);
H A Das_callfunc_x64_mingw.cpp51 static asQWORD __attribute__((noinline)) CallX64(const asQWORD *args, const asQWORD *floatArgs, con… in CallX64() argument
133 : "m" (ret), "r" (args), "r" (floatArgs), "r" (paramSize), "r" (func) in CallX64()
H A Das_callfunc_x64_msvc.cpp50 extern "C" asQWORD CallX64(const asQWORD *args, const asQWORD *floatArgs, int paramSize, asQWORD fu…
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/AngelScript/source/
H A Das_callfunc_sh4.cpp198 int floatArgs = 0; in CallCDeclFunction() local
203 splitArgs(args, argNum, intArgs, floatArgs, restArgs, flags); in CallCDeclFunction()
205 return sh4Func(intArgs << 2, floatArgs << 2, restArgs << 2, func); in CallCDeclFunction()
215 int floatArgs = 0; in CallThisCallFunction() local
222 splitArgs(args, argNum, intArgs, floatArgs, restArgs, flags); in CallThisCallFunction()
224 return sh4Func(intArgs << 2, floatArgs << 2, restArgs << 2, func); in CallThisCallFunction()
233 int floatArgs = 0; in CallThisCallFunction_objLast() local
239 splitArgs(args, argNum, intArgs, floatArgs, restArgs, flags); in CallThisCallFunction_objLast()
250 return sh4Func(intArgs << 2, floatArgs << 2, restArgs << 2, func); in CallThisCallFunction_objLast()
H A Das_callfunc_ppc.cpp404 int intArgs = baseArgCount, floatArgs = 0, doubleArgs = 0; in CallCDeclFunction() local
405 stackArgs( pArgs, pArgsType, intArgs, floatArgs, doubleArgs ); in CallCDeclFunction()
406 numTotalArgs = intArgs + floatArgs + 2*doubleArgs; // doubles occupy two slots in CallCDeclFunction()
441 int intArgs = baseArgCount, floatArgs = 0, doubleArgs = 0; in CallThisCallFunction() local
442 stackArgs( pArgs, pArgsType, intArgs, floatArgs, doubleArgs ); in CallThisCallFunction()
443 numTotalArgs = intArgs + floatArgs + 2*doubleArgs; // doubles occupy two slots in CallThisCallFunction()
467 int intArgs = baseArgCount, floatArgs = 0, doubleArgs = 0; in CallThisCallFunction_objLast() local
468 stackArgs( pArgs, pArgsType, intArgs, floatArgs, doubleArgs ); in CallThisCallFunction_objLast()
469 int numTotalArgs = intArgs + floatArgs + doubleArgs; in CallThisCallFunction_objLast()
475 int argPos = intArgs + floatArgs + (doubleArgs * 2); in CallThisCallFunction_objLast()
H A Das_callfunc_ppc_64.cpp467 int intArgs = baseArgCount, floatArgs = 0, doubleArgs = 0, longArgs = 0; in CallCDeclFunction() local
468 stackArgs( pArgs, pArgsType, intArgs, floatArgs, doubleArgs, longArgs ); in CallCDeclFunction()
469 numTotalArgs = intArgs + floatArgs + doubleArgs + longArgs; in CallCDeclFunction()
504 int intArgs = baseArgCount, floatArgs = 0, doubleArgs = 0, longArgs = 0; in CallThisCallFunction() local
505 stackArgs( pArgs, pArgsType, intArgs, floatArgs, doubleArgs, longArgs ); in CallThisCallFunction()
506 numTotalArgs = intArgs + floatArgs + doubleArgs + longArgs; in CallThisCallFunction()
530 int intArgs = baseArgCount, floatArgs = 0, doubleArgs = 0, longArgs = 0; in CallThisCallFunction_objLast() local
531 stackArgs( pArgs, pArgsType, intArgs, floatArgs, doubleArgs, longArgs ); in CallThisCallFunction_objLast()
532 int numTotalArgs = intArgs + floatArgs + doubleArgs; in CallThisCallFunction_objLast()
538 int argPos = intArgs + floatArgs + (doubleArgs * 2) + (longArgs *2); in CallThisCallFunction_objLast()
H A Das_callfunc_mips.cpp440 int floatArgs = 0;
445 splitArgs(args, argNum, intArgs, floatArgs, restArgs, flags);
447 return mipsFunc(intArgs << 2, floatArgs << 2, restArgs << 2, func);
457 int floatArgs = 0;
464 splitArgs(args, argNum, intArgs, floatArgs, restArgs, flags);
466 return mipsFunc(intArgs << 2, floatArgs << 2, restArgs << 2, func);
476 int floatArgs = 0;
481 splitArgs(args, argNum, intArgs, floatArgs, restArgs, flags);
494 return mipsFunc(intArgs << 2, floatArgs << 2, restArgs << 2, func);
H A Das_callfunc_x64_mingw.cpp51 static asQWORD __attribute__((noinline)) CallX64(const asQWORD *args, const asQWORD *floatArgs, con… in CallX64() argument
133 : "m" (ret), "r" (args), "r" (floatArgs), "r" (paramSize), "r" (func) in CallX64()
H A Das_callfunc_x64_msvc.cpp50 extern "C" asQWORD CallX64(const asQWORD *args, const asQWORD *floatArgs, int paramSize, asQWORD fu…
/dports/lang/angelscript/sdk/angelscript/source/
H A Das_callfunc_sh4.cpp198 int floatArgs = 0; in CallCDeclFunction() local
203 splitArgs(args, argNum, intArgs, floatArgs, restArgs, flags); in CallCDeclFunction()
205 return sh4Func(intArgs << 2, floatArgs << 2, restArgs << 2, func); in CallCDeclFunction()
215 int floatArgs = 0; in CallThisCallFunction() local
222 splitArgs(args, argNum, intArgs, floatArgs, restArgs, flags); in CallThisCallFunction()
224 return sh4Func(intArgs << 2, floatArgs << 2, restArgs << 2, func); in CallThisCallFunction()
233 int floatArgs = 0; in CallThisCallFunction_objLast() local
239 splitArgs(args, argNum, intArgs, floatArgs, restArgs, flags); in CallThisCallFunction_objLast()
250 return sh4Func(intArgs << 2, floatArgs << 2, restArgs << 2, func); in CallThisCallFunction_objLast()
H A Das_callfunc_ppc_64.cpp467 int intArgs = baseArgCount, floatArgs = 0, doubleArgs = 0, longArgs = 0; in CallCDeclFunction() local
468 stackArgs( pArgs, pArgsType, intArgs, floatArgs, doubleArgs, longArgs ); in CallCDeclFunction()
469 numTotalArgs = intArgs + floatArgs + doubleArgs + longArgs; in CallCDeclFunction()
504 int intArgs = baseArgCount, floatArgs = 0, doubleArgs = 0, longArgs = 0; in CallThisCallFunction() local
505 stackArgs( pArgs, pArgsType, intArgs, floatArgs, doubleArgs, longArgs ); in CallThisCallFunction()
506 numTotalArgs = intArgs + floatArgs + doubleArgs + longArgs; in CallThisCallFunction()
530 int intArgs = baseArgCount, floatArgs = 0, doubleArgs = 0, longArgs = 0; in CallThisCallFunction_objLast() local
531 stackArgs( pArgs, pArgsType, intArgs, floatArgs, doubleArgs, longArgs ); in CallThisCallFunction_objLast()
532 int numTotalArgs = intArgs + floatArgs + doubleArgs; in CallThisCallFunction_objLast()
538 int argPos = intArgs + floatArgs + (doubleArgs * 2) + (longArgs *2); in CallThisCallFunction_objLast()
H A Das_callfunc_ppc.cpp404 int intArgs = baseArgCount, floatArgs = 0, doubleArgs = 0; in CallCDeclFunction() local
405 stackArgs( pArgs, pArgsType, intArgs, floatArgs, doubleArgs ); in CallCDeclFunction()
406 numTotalArgs = intArgs + floatArgs + 2*doubleArgs; // doubles occupy two slots in CallCDeclFunction()
441 int intArgs = baseArgCount, floatArgs = 0, doubleArgs = 0; in CallThisCallFunction() local
442 stackArgs( pArgs, pArgsType, intArgs, floatArgs, doubleArgs ); in CallThisCallFunction()
443 numTotalArgs = intArgs + floatArgs + 2*doubleArgs; // doubles occupy two slots in CallThisCallFunction()
467 int intArgs = baseArgCount, floatArgs = 0, doubleArgs = 0; in CallThisCallFunction_objLast() local
468 stackArgs( pArgs, pArgsType, intArgs, floatArgs, doubleArgs ); in CallThisCallFunction_objLast()
469 int numTotalArgs = intArgs + floatArgs + doubleArgs; in CallThisCallFunction_objLast()
475 int argPos = intArgs + floatArgs + (doubleArgs * 2); in CallThisCallFunction_objLast()
H A Das_callfunc_mips.cpp440 int floatArgs = 0;
445 splitArgs(args, argNum, intArgs, floatArgs, restArgs, flags);
447 return mipsFunc(intArgs << 2, floatArgs << 2, restArgs << 2, func);
457 int floatArgs = 0;
464 splitArgs(args, argNum, intArgs, floatArgs, restArgs, flags);
466 return mipsFunc(intArgs << 2, floatArgs << 2, restArgs << 2, func);
476 int floatArgs = 0;
481 splitArgs(args, argNum, intArgs, floatArgs, restArgs, flags);
494 return mipsFunc(intArgs << 2, floatArgs << 2, restArgs << 2, func);
H A Das_callfunc_x64_mingw.cpp51 static asQWORD __attribute__((noinline)) CallX64(const asQWORD *args, const asQWORD *floatArgs, con… in CallX64() argument
133 : "m" (ret), "r" (args), "r" (floatArgs), "r" (paramSize), "r" (func) in CallX64()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/OpenCLPasses/Atomics/
H A DResolveOCLAtomics.cpp117 const bool floatArgs = !noSources && src0->getType()->isFloatingPointTy(); in processOCLAtomic() local
132 genIsaIntrinID = floatArgs ? in processOCLAtomic()
138 genIsaIntrinID = floatArgs ? in processOCLAtomic()
150 genIsaIntrinID = floatArgs ? in processOCLAtomic()
156 genIsaIntrinID = floatArgs ? in processOCLAtomic()
/dports/graphics/pixie/Pixie/src/ri/
H A Drib.y113 static CArray<float> floatArgs; // The array of float arguments variable
149 #define getFloat(__n) (floatArgs.array + __n)
647 floatArgs.push($2);
653 floatArgs.push($1);
746 vals[i] = (RtPointer) (floatArgs.array + parameters[i].valuesStart);
759 parameters[numParameters].valuesStart = floatArgs.numItems-$2;
783 floatArgs.numItems = 0;
1028 if ((floatArgs.numItems & 1) || ((floatArgs.numItems % 6) != 0)) {
1031 int n = floatArgs.numItems/6;
1043 if (($2 != $3) || ((floatArgs.numItems % 6) != 0)) {
[all …]

12