Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkan-docs/src/config/ifdef-mismatch/
H A Dextension.rb57 pop_count = 0
61 pop_count += 1
70 (pop_count - 1).times do
/third_party/node/deps/v8/src/compiler/
H A Dcommon-operator-reducer.cc319 Node* pop_count = NodeProperties::GetValueInput(node, 0); in ReduceReturn() local
361 Node* ret = graph()->NewNode(node->op(), pop_count, value_inputs[i], in ReduceReturn()
377 Node* ret = graph()->NewNode(node->op(), pop_count, value_inputs[i], in ReduceReturn()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_conditionaljumptracker.cpp170 src->pop_count = 1; in fixup_pop()
H A Dsfn_assembler.cpp1045 m_bc->cf_last->pop_count = 1; in emit_else()
1073 m_bc->cf_last->pop_count = 1; in emit_endif()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc_dump.cpp189 if (n.bc.pop_count) in dump()
190 s << " POP:" << n.bc.pop_count; in dump()
H A 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()
H A Dsb_bc_builder.cpp168 .POP_COUNT(bc.pop_count) in build_cf()
180 .POP_COUNT(bc.pop_count) in build_cf()
197 .POP_COUNT(bc.pop_count) in build_cf()
H A 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()
H A Dsb_bc.h452 unsigned pop_count:3; member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h197 unsigned pop_count; member
H A Deg_asm.c144 S_SQ_CF_WORD1_POP_COUNT(cf->pop_count) | in eg_bytecode_cf_build()
H A Dr600_asm.c1820 S_SQ_CF_WORD1_POP_COUNT(cf->pop_count) | in r600_bytecode_cf_build()
2336 if (cf->pop_count) in r600_bytecode_disasm()
2337 fprintf(stderr, "POP:%X ", cf->pop_count); in r600_bytecode_disasm()
H A Dr600_shader.c2676 cf_jump->pop_count = 1; in generate_gs_copy_shader()
2678 cf_pop->pop_count = 1; in generate_gs_copy_shader()
2863 cf_jump->pop_count = 1; in generate_gs_copy_shader()
2865 cf_pop->pop_count = 1; in generate_gs_copy_shader()
3361 cf_jump->pop_count = 1; in r600_emit_tess_factor()
3363 cf_pop->pop_count = 1; in r600_emit_tess_factor()
10440 ctx->bc->cf_last->pop_count = pops; in pops()
10593 ctx->bc->cf_last->pop_count = pops;
10622 ctx->bc->cf_last->pop_count = 1;
10685 ctx->bc->cf_last->pop_count in tgsi_else()
[all...]
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc1974 int pop_count = static_cast<int>(call_descriptor->ParameterSlotCount()); in AssembleArchTrap() local
1975 pop_count += (pop_count & 1); // align in AssembleArchTrap()
1976 __ Drop(pop_count); in AssembleArchTrap()
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.cc3097 Node* pop_count = ret->InputAt(0); in VisitReturn() local
3098 value_locations[0] = (pop_count->opcode() == IrOpcode::kInt32Constant || in VisitReturn()
3099 pop_count->opcode() == IrOpcode::kInt64Constant) in VisitReturn()
3100 ? g.UseImmediate(pop_count) in VisitReturn()
3101 : g.UseRegister(pop_count); in VisitReturn()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc418 int pop_count = static_cast<int>(call_descriptor->ParameterSlotCount()); in GenerateCallToTrap() local
419 pop_count += (pop_count & 1); // align in GenerateCallToTrap()
420 __ Drop(pop_count); in GenerateCallToTrap()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc3915 int pop_count = static_cast<int>(call_descriptor->ParameterSlotCount()); in AssembleArchTrap() local
3916 pop_count += (pop_count & 1); // align in AssembleArchTrap()
3917 __ Drop(pop_count); in AssembleArchTrap()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc3584 int pop_count = static_cast<int>(call_descriptor->ParameterSlotCount()); in AssembleArchTrap() local
3585 pop_count += (pop_count & 1); // align in AssembleArchTrap()
3586 __ Drop(pop_count); in AssembleArchTrap()
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc3867 int pop_count = static_cast<int>(call_descriptor->ParameterSlotCount()); in AssembleArchTrap() local
3868 __ Drop(pop_count); in AssembleArchTrap()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc3592 int pop_count = static_cast<int>(call_descriptor->ParameterSlotCount()); in AssembleArchInstruction()
3593 __ Drop(pop_count); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc3262 int pop_count = static_cast<int>(call_descriptor->ParameterSlotCount()); in AssembleArchTrap() local
3263 __ Drop(pop_count); in AssembleArchTrap()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc3726 int pop_count = static_cast<int>(call_descriptor->ParameterSlotCount()); in AssembleArchTrap() local
3727 __ Drop(pop_count); in AssembleArchTrap()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc14466 TNode<IntPtrT> pop_count = GetLengthWithReceiver();
14467 assembler_->PopAndReturn(pop_count, value);

Completed in 94 milliseconds