HomeSort by relevance Sort by last modified time
    Searched refs:setFlagsDef (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_inlines.h 222 void Instruction::setFlagsDef(int d, Value *val)
nv50_ir_lowering_nv50.cpp 91 i[3]->setFlagsDef(1, c[0]);
92 i[4]->setFlagsDef(0, c[1]); // actual result not required, just the carry
448 ->setFlagsDef(0, (cond = bld.getSSA(1, FILE_FLAGS)));
818 i->setFlagsDef(0, pred);
nv50_ir.h 635 inline void setFlagsDef(int d, Value *);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_inlines.h 222 void Instruction::setFlagsDef(int d, Value *val)