HomeSort by relevance Sort by last modified time
    Searched full:pop_count (Results 1 - 18 of 18) sorted by null

  /external/llvm/lib/Target/R600/
EvergreenInstructions.td 614 let POP_COUNT = 0;
618 let POP_COUNT = 0;
622 let POP_COUNT = 0;
626 let POP_COUNT = 0;
631 let POP_COUNT = 0;
636 let POP_COUNT = 0;
639 def CF_JUMP_EG : CF_CLAUSE_EG<10, (ins i32imm:$ADDR, i32imm:$POP_COUNT),
640 "JUMP @$ADDR POP:$POP_COUNT"> {
643 def CF_PUSH_EG : CF_CLAUSE_EG<11, (ins i32imm:$ADDR, i32imm:$POP_COUNT),
644 "PUSH @$ADDR POP:$POP_COUNT"> {
    [all...]
R600InstrFormats.td 359 bits<3> POP_COUNT;
371 let Word1{2-0} = POP_COUNT;
397 bits<3> POP_COUNT;
406 let Word1{2-0} = POP_COUNT;
R600Instructions.td     [all...]
CaymanInstructions.td 66 let POP_COUNT = 0;
  /external/mesa3d/src/gallium/drivers/r600/
eg_asm.c 135 S_SQ_CF_WORD1_POP_COUNT(cf->pop_count);
r600_asm.h 158 unsigned pop_count; member in struct:r600_bytecode_cf
r600_asm.c     [all...]
r600_shader.c     [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc 690 int pop_count = descriptor->IsJSFunctionCall() local
693 __ Drop(pop_count);
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc 711 int pop_count = descriptor->IsJSFunctionCall() local
714 __ Drop(pop_count);
  /external/v8/src/compiler/x64/
code-generator-x64.cc 865 int pop_count = descriptor->IsJSFunctionCall() local
868 __ ret(pop_count * kPointerSize);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu_emit.c     [all...]
brw_structs.h 1208 GLuint pop_count:4; member in struct:brw_instruction::__anon17000::__anon17005
    [all...]
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc 785 int pop_count = descriptor->IsJSFunctionCall() local
788 __ ret(pop_count * kPointerSize);
    [all...]
  /external/v8/src/
hydrogen-instructions.h 1828 int pop_count() const { return pop_count_; } function in class:v8::FINAL
    [all...]
hydrogen.h 575 int pop_count() const { return pop_count_; } function in class:v8::internal::FINAL
    [all...]
hydrogen-instructions.cc     [all...]
hydrogen.cc 177 int pop_count = environment->pop_count(); local
180 new(zone()) HSimulate(ast_id, pop_count, zone(), removable);
    [all...]

Completed in 864 milliseconds