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 }, 441 case OP_FLOOR: in isModSupported() 576 case OP_FLOOR: in getThroughput()
|
D | nv50_ir_target_nv50.cpp | 461 case OP_FLOOR: in isModSupported()
|
D | nv50_ir_emit_gm107.cpp | 752 case OP_FLOOR: rnd = ROUND_MI; break; in emitF2F() 795 case OP_FLOOR: rnd = ROUND_M; break; in emitF2I() 837 case OP_FLOOR: rnd = ROUND_M; break; in emitI2F() 3102 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 | 1064 case OP_FLOOR: i->rnd = f2f ? ROUND_MI : ROUND_M; break; in emitCVT() 1120 if (i->op == OP_CEIL || i->op == OP_FLOOR || i->op == OP_TRUNC) { in emitCVT() 2687 case OP_FLOOR: in emitInstruction()
|
D | nv50_ir_from_tgsi.cpp | 3127 val0 = mkOp1v(OP_FLOOR, TYPE_F32, getSSA(), src0); in handleInstruction() 3141 val1 = mkOp1v(OP_FLOOR, TYPE_F32, dst0[0] ? dst0[0] : getSSA(), val0); in handleInstruction() 3247 mkOp1(OP_FLOOR, TYPE_F32, val0, src0); in handleInstruction() 3765 mkOp1(OP_FLOOR, TYPE_F64, dst, src0); in handleInstruction()
|
D | nv50_ir_emit_gk110.cpp | 1023 case OP_FLOOR: rnd = f2f ? ROUND_MI : ROUND_M; break; in emitCVT() 2492 case OP_FLOOR: in emitInstruction()
|
D | nv50_ir_peephole.cpp | 1923 case OP_FLOOR: in handleCVT_CVT()
|