Searched refs:roundmode (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | midgard_compile.c | 518 roundmode = MIDGARD_RTZ; \ 596 mir_copy_src(midgard_instruction *ins, nir_alu_instr *instr, unsigned i, unsigned to, bool *abs, bool *neg, bool *not, enum midgard_roundmode *roundmode, bool is_int, unsigned bcast_count) argument 611 if (roundmode) { 613 *roundmode = MIDGARD_RTE; 616 *roundmode = MIDGARD_RTZ; 619 *roundmode = MIDGARD_RTN; 622 *roundmode = MIDGARD_RTP; 723 enum midgard_roundmode roundmode = MIDGARD_RTE; local in function:emit_alu 956 .roundmode = roundmode, [all...] |
| H A D | compiler.h | 127 enum midgard_roundmode roundmode; member in struct:midgard_instruction
|
| H A D | midgard_emit.c | 595 assert(ins->roundmode <= 0x3); 596 ins->op += ins->roundmode;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.2.0.rst | 594 - pan/mdg: Add roundmode enum 595 - pan/mdg: Add opcode roundmode property 597 - pan/mdg: Implement \*_rtz conversions with roundmode 598 - pan/mdg: Fold roundmode into applicable instructions
|
| H A D | 20.1.0.rst | 567 - pan/bi: Pack outmod and roundmode with FMA 589 - pan/bi: Fix outmod/roundmode flip
|
| H A D | 21.0.0.rst | 581 - pan/bi: Set roundmode to RTZ for f2u operations
|
Completed in 43 milliseconds