/external/autotest/client/site_tests/audio_ActiveStreamStress/ |
D | audio_ActiveStreamStress.py | 48 pop_count = 0 62 pop_count += 1 64 logging.info('Total streams closed: %d', pop_count) 72 pop_count += 1 74 logging.info('Total streams closed: %d', pop_count)
|
/external/v8/src/compiler/ |
D | common-operator-reducer.cc | 314 Node* pop_count = NodeProperties::GetValueInput(node, 0); in ReduceReturn() local 356 Node* ret = graph()->NewNode(node->op(), pop_count, value_inputs[i], in ReduceReturn() 372 Node* ret = graph()->NewNode(node->op(), pop_count, value_inputs[i], in ReduceReturn()
|
D | instruction-selector.cc | 2834 Node* pop_count = ret->InputAt(0); in VisitReturn() local 2835 value_locations[0] = (pop_count->opcode() == IrOpcode::kInt32Constant || in VisitReturn() 2836 pop_count->opcode() == IrOpcode::kInt64Constant) in VisitReturn() 2837 ? g.UseImmediate(pop_count) in VisitReturn() 2838 : g.UseRegister(pop_count); in VisitReturn()
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_dump.cpp | 184 if (n.bc.pop_count) in dump() 185 s << " POP:" << n.bc.pop_count; in dump()
|
D | sb_bc_builder.cpp | 166 .POP_COUNT(bc.pop_count) in build_cf() 178 .POP_COUNT(bc.pop_count) in build_cf() 195 .POP_COUNT(bc.pop_count) in build_cf()
|
D | sb_bc_decoder.cpp | 66 bc.pop_count = w1.get_POP_COUNT(); in decode_cf() 77 bc.pop_count = w1.get_POP_COUNT(); in decode_cf() 97 bc.pop_count = w1.get_POP_COUNT(); in decode_cf()
|
D | sb_bc_finalize.cpp | 205 if_pop->bc.pop_count = 1; in finalize_if() 235 nelse->bc.pop_count = 1; in finalize_if() 239 if_jump->bc.pop_count = 1; in finalize_if()
|
D | sb_bc.h | 452 unsigned pop_count:3; member
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.h | 181 unsigned pop_count; member
|
D | eg_asm.c | 142 S_SQ_CF_WORD1_POP_COUNT(cf->pop_count) | in eg_bytecode_cf_build()
|
D | r600_asm.c | 1694 S_SQ_CF_WORD1_POP_COUNT(cf->pop_count) | in r600_bytecode_cf_build() 2197 if (cf->pop_count) in r600_bytecode_disasm() 2198 fprintf(stderr, "POP:%X ", cf->pop_count); in r600_bytecode_disasm()
|
D | r600_shader.c | 2342 cf_jump->pop_count = 1; in generate_gs_copy_shader() 2344 cf_pop->pop_count = 1; in generate_gs_copy_shader() 2529 cf_jump->pop_count = 1; in generate_gs_copy_shader() 2531 cf_pop->pop_count = 1; in generate_gs_copy_shader() 3026 cf_jump->pop_count = 1; in r600_emit_tess_factor() 3028 cf_pop->pop_count = 1; in r600_emit_tess_factor() 9640 ctx->bc->cf_last->pop_count = pops; in pops() 9793 ctx->bc->cf_last->pop_count = pops; 9822 ctx->bc->cf_last->pop_count = 1; 9879 ctx->bc->cf_last->pop_count = 1; in tgsi_else() [all …]
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 2261 int pop_count = in AssembleArchTrap() local 2263 pop_count += (pop_count & 1); // align in AssembleArchTrap() 2264 __ Drop(pop_count); in AssembleArchTrap() 2540 int pop_count = static_cast<int>(call_descriptor->StackParameterCount()); in AssembleReturn() local 2560 pop_count += g.ToConstant(pop).ToInt32(); in AssembleReturn() 2561 __ DropArguments(pop_count); in AssembleReturn() 2564 __ Add(pop_reg, pop_reg, pop_count); in AssembleReturn()
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 3211 int pop_count = in AssembleArchTrap() local 3213 pop_count += (pop_count & 1); // align in AssembleArchTrap() 3214 __ Drop(pop_count); in AssembleArchTrap() 3559 int pop_count = static_cast<int>(call_descriptor->StackParameterCount()); in AssembleReturn() local 3561 pop_count += g.ToConstant(pop).ToInt32(); in AssembleReturn() 3567 if (pop_count != 0) { in AssembleReturn() 3568 __ DropAndRet(pop_count); in AssembleReturn()
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 2167 int pop_count = in AssembleArchTrap() local 2169 __ Drop(pop_count); in AssembleArchTrap() 2451 int pop_count = static_cast<int>(call_descriptor->StackParameterCount()); in AssembleReturn() local 2497 pop_count += g.ToConstant(pop).ToInt32(); in AssembleReturn() 2501 __ Drop(pop_count); in AssembleReturn()
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 2973 int pop_count = in AssembleArchTrap() local 2975 __ Drop(pop_count); in AssembleArchTrap() 3272 int pop_count = static_cast<int>(call_descriptor->StackParameterCount()); in AssembleReturn() local 3311 pop_count += g.ToConstant(pop).ToInt32(); in AssembleReturn() 3317 if (pop_count != 0) { in AssembleReturn() 3318 __ DropAndRet(pop_count); in AssembleReturn()
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 2824 int pop_count = in AssembleArchTrap() local 2826 __ Drop(pop_count); in AssembleArchTrap() 3064 int pop_count = static_cast<int>(call_descriptor->StackParameterCount()); in AssembleReturn() local 3103 pop_count += g.ToConstant(pop).ToInt32(); in AssembleReturn() 3107 __ Drop(pop_count); in AssembleReturn()
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 2915 int pop_count = in AssembleArchTrap() local 2917 __ Drop(pop_count); in AssembleArchTrap() 3131 int pop_count = static_cast<int>(call_descriptor->StackParameterCount()); in AssembleReturn() local 3178 pop_count += g.ToConstant(pop).ToInt32(); in AssembleReturn() 3182 __ Drop(pop_count); in AssembleReturn()
|
/external/v8/src/ |
D | code-stub-assembler.cc | 12186 Node* pop_count; in PopAndReturn() local 12188 pop_count = assembler_->IntPtrOrSmiAdd( in PopAndReturn() 12191 pop_count = argc_; in PopAndReturn() 12194 assembler_->PopAndReturn(assembler_->ParameterToIntPtr(pop_count, argc_mode_), in PopAndReturn()
|