Home
last modified time | relevance | path

Searched refs:OP_TRUNC (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_gm107.cpp252 case OP_TRUNC: in getLatency()
303 case OP_TRUNC: in getReadLatency()
Dnv50_ir_target_nvc0.cpp116 { OP_TRUNC, 0x1, 0x1, 0x0, 0x8, 0x1, 0x0 },
493 case OP_TRUNC: in isModSupported()
629 case OP_TRUNC: in getThroughput()
Dnv50_ir_target_nv50.cpp478 case OP_TRUNC: in isModSupported()
Dnv50_ir_target_gv100.cpp248 case OP_TRUNC: in getOpInfo()
Dnv50_ir_emit_gm107.cpp800 case OP_TRUNC: rnd = ROUND_ZI; break; in emitF2F()
843 case OP_TRUNC: rnd = ROUND_Z; break; in emitF2I()
885 case OP_TRUNC: rnd = ROUND_Z; break; in emitI2F()
3485 case OP_TRUNC: in emitInstruction()
Dnv50_ir_emit_gv100.cpp263 case OP_TRUNC: subop = 3; break; in emitFRND()
1785 case OP_TRUNC: in emitInstruction()
Dnv50_ir_emit_nv50.cpp1360 case OP_TRUNC: rnd = f2f ? ROUND_ZI : ROUND_Z; break; in emitCVT()
2024 case OP_TRUNC: in emitInstruction()
Dnv50_ir_emit_nvc0.cpp1089 case OP_TRUNC: i->rnd = f2f ? ROUND_ZI : ROUND_Z; break; in emitCVT()
1144 if (i->op == OP_CEIL || i->op == OP_FLOOR || i->op == OP_TRUNC) { in emitCVT()
2794 case OP_TRUNC: in emitInstruction()
Dnv50_ir.h79 OP_TRUNC, enumerator
Dnv50_ir_emit_gk110.cpp1066 case OP_TRUNC: rnd = f2f ? ROUND_ZI : ROUND_Z; break; in emitCVT()
2624 case OP_TRUNC: in emitInstruction()
Dnv50_ir_from_nir.cpp491 return OP_TRUNC; in getOperation()
Dnv50_ir_peephole.cpp2152 case OP_TRUNC: in handleCVT_CVT()
Dnv50_ir_lowering_nvc0.cpp3114 bld.mkOp1(OP_TRUNC, i->dType, value, value); in handleMOD()
/third_party/ltp/tools/sparse/sparse-src/
Dsimplify.c1150 case OP_TRUNC: in simplify_seteq_setne()
1421 case OP_TRUNC: in simplify_compare_constant()
2117 case OP_TRUNC: in simplify_constant_unop()
2283 case OP_TRUNC: in simplify_cast()
2286 def->opcode = OP_TRUNC; in simplify_cast()
2329 case OP_TRUNC: in simplify_cast()
2344 case OP_TRUNC: in simplify_cast()
2349 def->opcode = OP_TRUNC; in simplify_cast()
2359 case OP_TRUNC: in simplify_cast()
2366 if (insn->opcode != OP_TRUNC) in simplify_cast()
[all …]
Dcse.c96 case OP_TRUNC: in cse_collect()
243 case OP_TRUNC: in insn_compare()
Dsparse.c209 case OP_TRUNC: in check_one_instruction()
Dscheck.c168 case OP_TRUNC: t = slice(btor, insn, a); break; in unop()
Dexample.c78 [OP_TRUNC] = "trunc",
1419 case OP_TRUNC: in generate_one_insn()
Dlinearize.c258 [OP_TRUNC] = "trunc",
444 case OP_TRUNC: in show_instruction()
1343 return OP_TRUNC; in get_cast_opcode()
Dsparse-llvm.c1021 case OP_TRUNC: in output_insn()
/third_party/ltp/tools/sparse/sparse-src/Documentation/
DIR.rst272 .. op:: OP_TRUNC