Home | History | Annotate | Download | only in internal

Lines Matching refs:run_depth_cells

46     std::int32_t run_depth_cells = run_depth / Format::kDepth;
80 "movl %[run_depth_cells], %%eax\n\t"
134 "subl $2, %[run_depth_cells]\n\t"
137 "movl %[run_depth_cells], %%eax\n\t"
166 "decl %[run_depth_cells]\n\t"
197 [run_depth_cells] "g"(run_depth_cells)
219 const std::int64_t run_depth_cells = run_depth / Format::kDepth;
279 "movq %[run_depth_cells], %%r14\n\t"
398 "subq $2, %[run_depth_cells]\n\t"
401 "movq %[run_depth_cells], %%r14\n\t"
459 "decq %[run_depth_cells]\n\t"
501 [run_depth_cells] "r"(run_depth_cells)