/third_party/libunwind/src/ia64/ |
D | Grbs.c | 128 unw_word_t nregs, bsp = c->bsp, curr = c->rbs_curr, n; in rbs_find_stacked() local 149 nregs = rse_num_regs (bsp, c->rbs_area[curr].end); in rbs_find_stacked() 151 if (regs_to_skip < nregs) in rbs_find_stacked() 170 regs_to_skip -= nregs; in rbs_find_stacked() 199 rbs_cover_and_flush (struct cursor *c, unw_word_t nregs, in rbs_cover_and_flush() argument 209 c->bsp = rse_skip_regs (bsp, nregs); in rbs_cover_and_flush() 215 if (likely (n >= nregs)) in rbs_cover_and_flush() 232 nregs -= n; /* account for registers already on the rbs */ in rbs_cover_and_flush() 234 assert (rse_skip_regs (c->bsp, -nregs) == rse_skip_regs (rbs->end, 0)); in rbs_cover_and_flush() 239 nregs += rse_num_regs (rbs->end, bsp); in rbs_cover_and_flush() [all …]
|
D | unwind_i.h | 527 extern int rbs_cover_and_flush (struct cursor *c, unw_word_t nregs,
|
/third_party/libffi/src/x86/ |
D | ffi.c | 231 int nregs; /* number of register parameters */ member 312 if (pabi->nregs > 0) in ffi_call_int() 337 if (t != FFI_TYPE_FLOAT && narg_reg < pabi->nregs) in ffi_call_int() 444 if (pabi->nregs > 0) in ffi_closure_inner() 472 if (t != FFI_TYPE_FLOAT && narg_reg < pabi->nregs) in ffi_closure_inner() 719 if (pabi->nregs > 0) in ffi_raw_call() 734 for (i = 0, n = cif->nargs; narg_reg < pabi->nregs && i < n; i++) in ffi_raw_call()
|
/third_party/libffi/src/arm/ |
D | ffi.c | 794 int align = 1, nregs = h >> 8; in place_vfp_arg() local 797 align = 2, nregs *= 2; in place_vfp_arg() 803 while (reg + nregs <= 16) in place_vfp_arg() 806 for (s = reg; s < reg + nregs; s++) in place_vfp_arg() 822 reg += nregs; in place_vfp_arg()
|
/third_party/skia/src/core/ |
D | SkOpts.h | 81 int nregs, int loop, const int strides[], int nargs,
|
D | SkVM.h | 1042 int nregs() const;
|
D | SkVM.cpp | 2613 this->nregs(), this->loop(), fImpl->strides.data(), this->nargs(), in eval() 3102 int Program::nregs() const { return fImpl->regs; } in nregs() function in skvm::Program
|
/third_party/skia/src/opts/ |
D | SkVM_opts.h | 51 const int nregs, const int loop, in interpret_skvm() argument 73 if (nregs > (int)SK_ARRAY_COUNT(few_regs)) { in interpret_skvm() 77 many_regs.reset(new char[ sizeof(Slot) * (nregs + 1) ]); in interpret_skvm()
|
/third_party/flutter/skia/tests/ |
D | SkVMTest.cpp | 171 const int nregs = program.nregs(); in dump_program() local 174 o->writeDecAsText(nregs); in dump_program() 334 REPORTER_ASSERT(r, program.nregs() == 2); in DEF_TEST()
|
/third_party/flutter/skia/src/core/ |
D | SkVM.h | 484 int nregs() const { return fRegs; } in nregs() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | SVEInstrFormats.td | 4578 class sve_mem_est_si<bits<2> sz, bits<2> nregs, RegisterOperand VecList, 4590 let Inst{22-21} = nregs; 4601 multiclass sve_mem_est_si<bits<2> sz, bits<2> nregs, RegisterOperand VecList, 4603 def NAME : sve_mem_est_si<sz, nregs, VecList, asm, immtype>; 4609 class sve_mem_est_ss<bits<2> sz, bits<2> nregs, RegisterOperand VecList, 4621 let Inst{22-21} = nregs; 5782 class sve_mem_eld_si<bits<2> sz, bits<2> nregs, RegisterOperand VecList, 5794 let Inst{22-21} = nregs; 5805 multiclass sve_mem_eld_si<bits<2> sz, bits<2> nregs, RegisterOperand VecList, 5807 def NAME : sve_mem_eld_si<sz, nregs, VecList, asm, immtype>; [all …]
|