Home
last modified time | relevance | path

Searched refs:pop_count (Results 1 – 19 of 19) sorted by relevance

/external/autotest/client/site_tests/audio_ActiveStreamStress/
Daudio_ActiveStreamStress.py48 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/
Dcommon-operator-reducer.cc314 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()
Dinstruction-selector.cc2834 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/
Dsb_bc_dump.cpp184 if (n.bc.pop_count) in dump()
185 s << " POP:" << n.bc.pop_count; in dump()
Dsb_bc_builder.cpp166 .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()
Dsb_bc_decoder.cpp66 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()
Dsb_bc_finalize.cpp205 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()
Dsb_bc.h452 unsigned pop_count:3; member
/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h181 unsigned pop_count; member
Deg_asm.c142 S_SQ_CF_WORD1_POP_COUNT(cf->pop_count) | in eg_bytecode_cf_build()
Dr600_asm.c1694 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()
Dr600_shader.c2342 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/
Dcode-generator-arm64.cc2261 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/
Dcode-generator-mips64.cc3211 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/
Dcode-generator-ppc.cc2167 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/
Dcode-generator-mips.cc2973 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/
Dcode-generator-s390.cc2824 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/
Dcode-generator-arm.cc2915 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/
Dcode-stub-assembler.cc12186 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()