HomeSort by relevance Sort by last modified time
    Searched refs:ngpr (Results 1 - 19 of 19) 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/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/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_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/sb/
sb_core.cpp 263 bc->ngpr = sh->ngpr;
sb_shader.cpp 43 uses_gradients(), safe_math(), ngpr(), nstack(), dce_flags() {}
500 s.ngpr = ngpr;
638 ngpr += s.ngpr;
650 sblog << "dw:" << ndw << ", gpr:" << ngpr << ", stk:" << nstack
673 sblog << ", gpr:" ; print_diff(ngpr, s.ngpr);
sb_bc_finalize.cpp 118 sh.ngpr = ngpr;
842 if (gpr < MAX_GPR - ctx.alu_temp_gprs && gpr >= ngpr)
843 ngpr = gpr + 1;
sb_bc_parser.cpp 84 sh->ngpr = bc->ngpr;
120 sh->add_gpr_array(0, bc->ngpr, 0x0F);
138 sh->add_gpr_array(0, pshader->bc.ngpr, 0x0F);
sb_bc.h 588 unsigned ngpr; member in struct:r600_sb::shader_stats
600 shader_stats() : ndw(), ngpr(), nstack(), cf(), alu(), alu_clauses(),
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_dump.cpp 417 s << "===== " << ndw << " dw ===== " << sh.ngpr
  /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
r600_asm.c 196 if (output->gpr >= bc->ngpr)
197 bc->ngpr = output->gpr + 1;
1243 if (nalu->src[i].sel >= bc->ngpr && nalu->src[i].sel < 128) {
1244 bc->ngpr = nalu->src[i].sel + 1;
1250 if (nalu->dst.sel >= bc->ngpr) {
1251 bc->ngpr = nalu->dst.sel + 1;
    [all...]
r600_state.c     [all...]
evergreen_state.c     [all...]
r600_shader.c     [all...]

Completed in 2478 milliseconds