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

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_inlines.h 284 CmpInstruction *Instruction::asCmp()
291 const CmpInstruction *Instruction::asCmp() const
nv50_ir_print.cpp 658 if (asCmp())
659 PRINT(" %s%s", colour[TXT_INSN], CondCodeStr[asCmp()->setCond]);
nv50_ir_peephole.cpp 231 insn->asCmp()->setCond = reverseCondCode(insn->asCmp()->setCond);
234 insn->asCmp()->setCond = inverseCondCode(insn->asCmp()->setCond);
416 if (insn->asCmp() && insn->op != OP_SLCT)
417 return insn->asCmp();
    [all...]
nv50_ir.h 853 inline CmpInstruction *asCmp();
857 inline const CmpInstruction *asCmp() const;
    [all...]
nv50_ir_emit_gm107.cpp 1143 const CmpInstruction *insn = this->insn->asCmp();
1191 const CmpInstruction *insn = this->insn->asCmp();
    [all...]
nv50_ir_emit_gk110.cpp     [all...]
nv50_ir.cpp 1138 if (insn->asCmp())
nv50_ir_lowering_nv50.cpp     [all...]
nv50_ir_emit_nvc0.cpp     [all...]
nv50_ir_emit_nv50.cpp     [all...]
nv50_ir_lowering_nvc0.cpp 317 handleSET(i->asCmp());
    [all...]

Completed in 109 milliseconds