Searched refs:OP_FLOOR (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_gm107.cpp | 249 case OP_FLOOR: in getLatency() 288 case OP_FLOOR: in getReadLatency()
|
D | nv50_ir_target_nvc0.cpp | 115 { OP_FLOOR, 0x1, 0x1, 0x0, 0x8, 0x1, 0x0 }, 488 case OP_FLOOR: in isModSupported() 624 case OP_FLOOR: in getThroughput()
|
D | nv50_ir_target_nv50.cpp | 466 case OP_FLOOR: in isModSupported()
|
D | nv50_ir_target_gv100.cpp | 247 case OP_FLOOR: in getOpInfo()
|
D | nv50_ir_emit_gv100.cpp | 261 case OP_FLOOR: subop = 1; break; in emitFRND() 1743 case OP_FLOOR: in emitInstruction()
|
D | nv50_ir_emit_gm107.cpp | 798 case OP_FLOOR: rnd = ROUND_MI; break; in emitF2F() 841 case OP_FLOOR: rnd = ROUND_M; break; in emitF2I() 883 case OP_FLOOR: rnd = ROUND_M; break; in emitI2F() 3474 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_emit_nvc0.cpp | 1090 case OP_FLOOR: i->rnd = f2f ? ROUND_MI : ROUND_M; break; in emitCVT() 1146 if (i->op == OP_CEIL || i->op == OP_FLOOR || i->op == OP_TRUNC) { in emitCVT() 2786 case OP_FLOOR: in emitInstruction()
|
D | nv50_ir.h | 78 OP_FLOOR, enumerator
|
D | nv50_ir_from_tgsi.cpp | 3247 val0 = mkOp1v(OP_FLOOR, TYPE_F32, getSSA(), src0); in handleInstruction() 3261 val1 = mkOp1v(OP_FLOOR, TYPE_F32, dst0[0] ? dst0[0] : getSSA(), val0); in handleInstruction() 3346 mkOp1(OP_FLOOR, TYPE_F32, val0, src0); in handleInstruction() 3966 mkOp1(OP_FLOOR, TYPE_F64, dst, src0); in handleInstruction()
|
D | nv50_ir_emit_gk110.cpp | 1067 case OP_FLOOR: rnd = f2f ? ROUND_MI : ROUND_M; break; in emitCVT() 2616 case OP_FLOOR: in emitInstruction()
|
D | nv50_ir_from_nir.cpp | 427 return OP_FLOOR; in getOperation()
|
D | nv50_ir_peephole.cpp | 2132 case OP_FLOOR: in handleCVT_CVT()
|