HomeSort by relevance Sort by last modified time
    Searched defs:ngpr (Results 1 - 10 of 10) sorted by null

  /external/libffi/src/x86/
ffi64.c 316 int i, ngpr, nsse; local
322 ngpr = nsse = 0;
328 ngpr++;
346 *pngpr = ngpr;
357 int gprcount, ssecount, i, avn, ngpr, nsse, flags; local
366 n = examine_argument (cif->rtype, classes, 1, &ngpr, &nsse);
396 if (examine_argument (cif->arg_types[i], classes, 0, &ngpr, &nsse) == 0
397 || gprcount + ngpr > MAX_GPR_REGS
410 gprcount += ngpr;
428 int gprcount, ssecount, ngpr, nsse, i, avn local
578 int gprcount, ssecount, ngpr, nsse; local
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/x86/
ffi64.c 316 int i, ngpr, nsse; local
322 ngpr = nsse = 0;
328 ngpr++;
346 *pngpr = ngpr;
357 int gprcount, ssecount, i, avn, ngpr, nsse, flags; local
366 n = examine_argument (cif->rtype, classes, 1, &ngpr, &nsse);
396 if (examine_argument (cif->arg_types[i], classes, 0, &ngpr, &nsse) == 0
397 || gprcount + ngpr > MAX_GPR_REGS
410 gprcount += ngpr;
428 int gprcount, ssecount, ngpr, nsse, i, avn local
578 int gprcount, ssecount, ngpr, nsse; local
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
x86-ffi64.c 310 int ngpr = 0; local
323 ngpr++;
346 *pngpr = ngpr;
360 int i, avn, n, ngpr, nsse; local
366 n = examine_argument (cif->rtype, classes, 1, &ngpr, &nsse);
400 if (examine_argument(cif->arg_types[i], classes, 0, &ngpr, &nsse) == 0
401 || gprcount + ngpr > MAX_GPR_REGS
414 gprcount += ngpr;
440 int gprcount, ssecount, ngpr, nsse, i, avn; local
476 n = examine_argument (arg_types[i], classes, 0, &ngpr, &nsse)
631 int ngpr, nsse; local
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/x86/
ffi64.c 316 int i, ngpr, nsse; local
322 ngpr = nsse = 0;
328 ngpr++;
346 *pngpr = ngpr;
357 int gprcount, ssecount, i, avn, ngpr, nsse, flags; local
366 n = examine_argument (cif->rtype, classes, 1, &ngpr, &nsse);
396 if (examine_argument (cif->arg_types[i], classes, 0, &ngpr, &nsse) == 0
397 || gprcount + ngpr > MAX_GPR_REGS
410 gprcount += ngpr;
428 int gprcount, ssecount, ngpr, nsse, i, avn local
578 int gprcount, ssecount, ngpr, nsse; local
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi_osx/x86/
x86-ffi64.c 312 int ngpr = 0; local
325 ngpr++;
348 *pngpr = ngpr;
362 int i, avn, n, ngpr, nsse; local
368 n = examine_argument (cif->rtype, classes, 1, &ngpr, &nsse);
402 if (examine_argument(cif->arg_types[i], classes, 0, &ngpr, &nsse) == 0
403 || gprcount + ngpr > MAX_GPR_REGS
416 gprcount += ngpr;
442 int gprcount, ssecount, ngpr, nsse, i, avn; local
478 n = examine_argument (arg_types[i], classes, 0, &ngpr, &nsse)
634 int ngpr, nsse; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.c 205 bc->ngpr = MAX2(bc->ngpr, G_028844_NUM_GPRS(value));
568 unsigned ngpr, nstack; local
572 ngpr = shader->bc.ngpr;
578 S_0288D4_NUM_GPRS(ngpr)
    [all...]
r600_asm.h 234 unsigned ngpr; member in struct:r600_bytecode
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_pass.h 687 unsigned ngpr; member in class:r600_sb::bc_finalizer
692 bc_finalizer(shader &sh) : pass(sh), last_export(), last_cf(), ngpr(),
sb_shader.h 308 unsigned ngpr, nstack; member in class:r600_sb::shader
sb_bc.h 588 unsigned ngpr; member in struct:r600_sb::shader_stats
600 shader_stats() : ndw(), ngpr(), nstack(), cf(), alu(), alu_clauses(),

Completed in 451 milliseconds