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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_gv100.cpp38 i->sType, bld.mkImm(0), i->getSrc(2))->ftz = i->ftz;
195 xsetp->ftz = i->ftz;
242 xadd->ftz = i->ftz;
H A Dnv50_ir_emit_nvc0.cpp561 if (i->ftz)
588 assert(!i->ftz);
617 if (i->ftz)
620 assert(!neg && !i->saturate && !i->ftz && !i->postFactor);
637 assert(!i->ftz);
690 if (i->ftz)
711 assert(!i->ftz);
1030 if (i->ftz)
1126 if (i->ftz)
1214 if (i->ftz)
[all...]
H A Dnv50_ir.cpp576 ftz = 0;
768 i->ftz = ftz;
H A Dnv50_ir_emit_gv100.h131 emitField(pos, len, insn->dnz << 1 | insn->ftz);
H A Dnv50_ir_emit_gk110.cpp168 #define FTZ_(b) if (i->ftz) code[(0x##b) / 32] |= 1 << ((0x##b) % 32)
535 assert(!i->ftz);
616 assert(!i->ftz);
694 assert(!i->ftz);
H A Dnv50_ir_emit_gv100.cpp484 emitField(80, 1, insn->ftz);
503 emitField(80, 1, insn->ftz);
H A Dnv50_ir.h959 unsigned ftz : 1; // flush denormal to zero member in class:nv50_ir::Instruction
H A Dnv50_ir_print.cpp732 PRINT("%s%s", dnz ? "dnz " : (ftz ? "ftz " : ""), DataTypeStr[dType]);
H A Dnv50_ir_peephole.cpp3729 this->ftz != that->ftz ||
H A Dnv50_ir_emit_gm107.cpp476 emitField(pos, len, insn->dnz << 1 | insn->ftz);
H A Dnv50_ir_lowering_nvc0.cpp169 i->ftz = true;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.5.7.rst53 - nvc0/ir: set ftz when sources are floats, not just destinations
H A D20.2.0.rst2924 - gv100/ir: set ftz bit on floating point operations
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_emit_nvc0.cpp563 if (i->ftz)
590 assert(!i->ftz);
619 if (i->ftz)
622 assert(!neg && !i->saturate && !i->ftz && !i->postFactor);
639 assert(!i->ftz);
692 if (i->ftz)
713 assert(!i->ftz);
1032 if (i->ftz)
1128 if (i->ftz)
1216 if (i->ftz)
[all...]
H A Dnv50_ir.cpp574 ftz = 0;
764 i->ftz = ftz;
H A Dnv50_ir_emit_gk110.cpp170 #define FTZ_(b) if (i->ftz) code[(0x##b) / 32] |= 1 << ((0x##b) % 32)
537 assert(!i->ftz);
618 assert(!i->ftz);
696 assert(!i->ftz);
H A Dnv50_ir_print.cpp692 PRINT("%s%s", dnz ? "dnz " : (ftz ? "ftz " : ""), DataTypeStr[dType]);
H A Dnv50_ir.h907 unsigned ftz : 1; // flush denormal to zero member in class:nv50_ir::Instruction
H A Dnv50_ir_peephole.cpp3655 this->ftz != that->ftz ||
H A Dnv50_ir_emit_gm107.cpp472 emitField(pos, len, insn->dnz << 1 | insn->ftz);
H A Dnv50_ir_lowering_nvc0.cpp169 i->ftz = true;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/lib/
H A Dgm107.asm181 f2f ftz f64 f32 $r5 $r6
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/lib/
H A Dgm107.asm181 f2f ftz f64 f32 $r5 $r6

Completed in 115 milliseconds