Searched refs:pop_count (Results 1 - 17 of 17) sorted by relevance

/external/autotest/client/site_tests/audio_ActiveStreamStress/
H A Daudio_ActiveStreamStress.py49 pop_count = 0
63 pop_count += 1
65 logging.info('Total streams closed: %d', pop_count)
73 pop_count += 1
75 logging.info('Total streams closed: %d', pop_count)
/external/mesa3d/src/gallium/drivers/r600/
H A Deg_asm.c135 S_SQ_CF_WORD1_POP_COUNT(cf->pop_count);
H A Dr600_asm.h158 unsigned pop_count; member in struct:r600_bytecode_cf
H A Dr600_asm.c1891 S_SQ_CF_WORD1_POP_COUNT(cf->pop_count);
2380 fprintf(stderr, "POP_COUNT:%X\n", cf->pop_count);
2474 fprintf(stderr, "POP_COUNT:%X\n", cf->pop_count);
H A Dr600_shader.c4929 ctx->bc->cf_last->pop_count = pops;
5036 ctx->bc->cf_last->pop_count = pops;
5065 ctx->bc->cf_last->pop_count = 1;
5088 ctx->bc->cf_last->pop_count = 1;
5105 ctx->bc->fc_stack[ctx->bc->fc_sp].start->pop_count = 1;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu_emit.c1239 if_inst->bits3.if_else.pop_count = 0;
1254 if_inst->bits3.if_else.pop_count = 0;
1266 else_inst->bits3.if_else.pop_count = 1;
1383 insn->bits3.if_else.pop_count = 1;
1408 insn->bits3.if_else.pop_count = p->if_depth_in_loop[p->loop_stack_depth];
1443 insn->bits3.if_else.pop_count = p->if_depth_in_loop[p->loop_stack_depth];
1571 insn->bits3.if_else.pop_count = 0;
H A Dbrw_structs.h1208 GLuint pop_count:4; member in struct:brw_instruction::__anon14174::__anon14179
/external/v8/src/compiler/arm64/
H A Dcode-generator-arm64.cc1435 int pop_count = static_cast<int>(descriptor->StackParameterCount()); local
1454 pop_count += (pop_count & 1);
1456 __ Drop(pop_count);
/external/v8/src/compiler/ppc/
H A Dcode-generator-ppc.cc1624 int pop_count = static_cast<int>(descriptor->StackParameterCount()); local
1642 __ LeaveFrame(StackFrame::MANUAL, pop_count * kPointerSize);
1650 __ LeaveFrame(StackFrame::MANUAL, pop_count * kPointerSize);
1653 __ Drop(pop_count);
/external/v8/src/compiler/mips/
H A Dcode-generator-mips.cc1505 int pop_count = static_cast<int>(descriptor->StackParameterCount()); local
1533 if (pop_count != 0) {
1534 __ DropAndRet(pop_count);
/external/v8/src/compiler/mips64/
H A Dcode-generator-mips64.cc1769 int pop_count = static_cast<int>(descriptor->StackParameterCount()); local
1770 if (pop_count != 0) {
1771 __ DropAndRet(pop_count);
/external/v8/src/compiler/x87/
H A Dcode-generator-x87.cc1865 int pop_count = static_cast<int>(descriptor->StackParameterCount()); local
1889 if (pop_count == 0) {
1892 __ Ret(pop_count * kPointerSize, ebx);
/external/v8/src/compiler/arm/
H A Dcode-generator-arm.cc1139 int pop_count = static_cast<int>(descriptor->StackParameterCount()); local
1171 __ Ret(pop_count);
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h1751 HSimulate(BailoutId ast_id, int pop_count, Zone* zone, argument
1754 pop_count_(pop_count),
1771 int pop_count() const { return pop_count_; } function in class:final
H A Dhydrogen.h541 int pop_count() const { return pop_count_; } function in class:v8::internal::final
H A Dhydrogen-instructions.cc2619 env->Drop(pop_count());
H A Dhydrogen.cc176 int pop_count = environment->pop_count(); local
179 new(zone()) HSimulate(ast_id, pop_count, zone(), removable);

Completed in 566 milliseconds