Searched refs:OP_FLOOR (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_gm107.cpp | 238 case OP_FLOOR: in getLatency() 276 case OP_FLOOR: in getReadLatency()
|
D | nv50_ir_target_nvc0.cpp | 115 { OP_FLOOR, 0x1, 0x1, 0x0, 0x8, 0x1, 0x0 }, 440 case OP_FLOOR: in isModSupported() 575 case OP_FLOOR: in getThroughput()
|
D | nv50_ir_target_nv50.cpp | 461 case OP_FLOOR: in isModSupported()
|
D | nv50_ir_emit_gm107.cpp | 760 case OP_FLOOR: rnd = ROUND_MI; break; in emitF2F() 803 case OP_FLOOR: rnd = ROUND_M; break; in emitF2I() 845 case OP_FLOOR: rnd = ROUND_M; break; in emitI2F() 3202 case OP_FLOOR: in emitInstruction()
|
D | nv50_ir_emit_nv50.cpp | 1351 case OP_FLOOR: rnd = f2f ? ROUND_MI : ROUND_M; break; in emitCVT() 1936 case OP_FLOOR: in emitInstruction()
|
D | nv50_ir.h | 73 OP_FLOOR, enumerator
|
D | nv50_ir_emit_nvc0.cpp | 1084 case OP_FLOOR: i->rnd = f2f ? ROUND_MI : ROUND_M; break; in emitCVT() 1140 if (i->op == OP_CEIL || i->op == OP_FLOOR || i->op == OP_TRUNC) { in emitCVT() 2779 case OP_FLOOR: in emitInstruction()
|
D | nv50_ir_from_tgsi.cpp | 3330 val0 = mkOp1v(OP_FLOOR, TYPE_F32, getSSA(), src0); in handleInstruction() 3344 val1 = mkOp1v(OP_FLOOR, TYPE_F32, dst0[0] ? dst0[0] : getSSA(), val0); in handleInstruction() 3429 mkOp1(OP_FLOOR, TYPE_F32, val0, src0); in handleInstruction() 4036 mkOp1(OP_FLOOR, TYPE_F64, dst, src0); in handleInstruction()
|
D | nv50_ir_emit_gk110.cpp | 1063 case OP_FLOOR: rnd = f2f ? ROUND_MI : ROUND_M; break; in emitCVT() 2611 case OP_FLOOR: in emitInstruction()
|
D | nv50_ir_peephole.cpp | 1986 case OP_FLOOR: in handleCVT_CVT()
|