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

/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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::__anon14435::__anon14440
/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::__anon27846::__anon27851
/external/chromium_org/v8/src/compiler/arm/
H A Dcode-generator-arm.cc690 int pop_count = descriptor->IsJSFunctionCall() local
693 __ Drop(pop_count);
/external/chromium_org/v8/src/compiler/arm64/
H A Dcode-generator-arm64.cc711 int pop_count = descriptor->IsJSFunctionCall() local
714 __ Drop(pop_count);
/external/chromium_org/v8/src/compiler/ia32/
H A Dcode-generator-ia32.cc785 int pop_count = descriptor->IsJSFunctionCall() local
788 __ ret(pop_count * kPointerSize);
/external/chromium_org/v8/src/compiler/x64/
H A Dcode-generator-x64.cc865 int pop_count = descriptor->IsJSFunctionCall() local
868 __ ret(pop_count * kPointerSize);
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h1807 int pop_count,
1811 pop_count_(pop_count),
1828 int pop_count() const { return pop_count_; } function in class:v8::FINAL
1806 HSimulate(BailoutId ast_id, int pop_count, Zone* zone, RemovableSimulate removable) argument
H A Dhydrogen.h575 int pop_count() const { return pop_count_; } function in class:v8::internal::FINAL
H A Dhydrogen-instructions.cc2597 env->Drop(pop_count());
H A Dhydrogen.cc177 int pop_count = environment->pop_count(); local
180 new(zone()) HSimulate(ast_id, pop_count, zone(), removable);

Completed in 1307 milliseconds