Searched refs:ftz (Results 1 - 23 of 23) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_lowering_gv100.cpp | 38 i->sType, bld.mkImm(0), i->getSrc(2))->ftz = i->ftz; 195 xsetp->ftz = i->ftz; 242 xadd->ftz = i->ftz;
|
| H A D | nv50_ir_emit_nvc0.cpp | 561 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 D | nv50_ir.cpp | 576 ftz = 0; 768 i->ftz = ftz;
|
| H A D | nv50_ir_emit_gv100.h | 131 emitField(pos, len, insn->dnz << 1 | insn->ftz);
|
| H A D | nv50_ir_emit_gk110.cpp | 168 #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 D | nv50_ir_emit_gv100.cpp | 484 emitField(80, 1, insn->ftz); 503 emitField(80, 1, insn->ftz);
|
| H A D | nv50_ir.h | 959 unsigned ftz : 1; // flush denormal to zero member in class:nv50_ir::Instruction
|
| H A D | nv50_ir_print.cpp | 732 PRINT("%s%s", dnz ? "dnz " : (ftz ? "ftz " : ""), DataTypeStr[dType]);
|
| H A D | nv50_ir_peephole.cpp | 3729 this->ftz != that->ftz ||
|
| H A D | nv50_ir_emit_gm107.cpp | 476 emitField(pos, len, insn->dnz << 1 | insn->ftz);
|
| H A D | nv50_ir_lowering_nvc0.cpp | 169 i->ftz = true;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.5.7.rst | 53 - nvc0/ir: set ftz when sources are floats, not just destinations
|
| H A D | 20.2.0.rst | 2924 - gv100/ir: set ftz bit on floating point operations
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_emit_nvc0.cpp | 563 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 D | nv50_ir.cpp | 574 ftz = 0; 764 i->ftz = ftz;
|
| H A D | nv50_ir_emit_gk110.cpp | 170 #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 D | nv50_ir_print.cpp | 692 PRINT("%s%s", dnz ? "dnz " : (ftz ? "ftz " : ""), DataTypeStr[dType]);
|
| H A D | nv50_ir.h | 907 unsigned ftz : 1; // flush denormal to zero member in class:nv50_ir::Instruction
|
| H A D | nv50_ir_peephole.cpp | 3655 this->ftz != that->ftz ||
|
| H A D | nv50_ir_emit_gm107.cpp | 472 emitField(pos, len, insn->dnz << 1 | insn->ftz);
|
| H A D | nv50_ir_lowering_nvc0.cpp | 169 i->ftz = true;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/lib/ |
| H A D | gm107.asm | 181 f2f ftz f64 f32 $r5 $r6
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/lib/ |
| H A D | gm107.asm | 181 f2f ftz f64 f32 $r5 $r6
|
Completed in 115 milliseconds