Searched refs:OP_TRUNC (Results 1 – 21 of 21) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_gm107.cpp | 252 case OP_TRUNC: in getLatency() 303 case OP_TRUNC: in getReadLatency()
|
D | nv50_ir_target_nvc0.cpp | 116 { OP_TRUNC, 0x1, 0x1, 0x0, 0x8, 0x1, 0x0 }, 493 case OP_TRUNC: in isModSupported() 629 case OP_TRUNC: in getThroughput()
|
D | nv50_ir_target_nv50.cpp | 478 case OP_TRUNC: in isModSupported()
|
D | nv50_ir_target_gv100.cpp | 248 case OP_TRUNC: in getOpInfo()
|
D | nv50_ir_emit_gm107.cpp | 800 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()
|
D | nv50_ir_emit_gv100.cpp | 263 case OP_TRUNC: subop = 3; break; in emitFRND() 1785 case OP_TRUNC: in emitInstruction()
|
D | nv50_ir_emit_nv50.cpp | 1360 case OP_TRUNC: rnd = f2f ? ROUND_ZI : ROUND_Z; break; in emitCVT() 2024 case OP_TRUNC: in emitInstruction()
|
D | nv50_ir_emit_nvc0.cpp | 1089 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()
|
D | nv50_ir.h | 79 OP_TRUNC, enumerator
|
D | nv50_ir_emit_gk110.cpp | 1066 case OP_TRUNC: rnd = f2f ? ROUND_ZI : ROUND_Z; break; in emitCVT() 2624 case OP_TRUNC: in emitInstruction()
|
D | nv50_ir_from_nir.cpp | 491 return OP_TRUNC; in getOperation()
|
D | nv50_ir_peephole.cpp | 2152 case OP_TRUNC: in handleCVT_CVT()
|
D | nv50_ir_lowering_nvc0.cpp | 3114 bld.mkOp1(OP_TRUNC, i->dType, value, value); in handleMOD()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | simplify.c | 1150 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 …]
|
D | cse.c | 96 case OP_TRUNC: in cse_collect() 243 case OP_TRUNC: in insn_compare()
|
D | sparse.c | 209 case OP_TRUNC: in check_one_instruction()
|
D | scheck.c | 168 case OP_TRUNC: t = slice(btor, insn, a); break; in unop()
|
D | example.c | 78 [OP_TRUNC] = "trunc", 1419 case OP_TRUNC: in generate_one_insn()
|
D | linearize.c | 258 [OP_TRUNC] = "trunc", 444 case OP_TRUNC: in show_instruction() 1343 return OP_TRUNC; in get_cast_opcode()
|
D | sparse-llvm.c | 1021 case OP_TRUNC: in output_insn()
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
D | IR.rst | 272 .. op:: OP_TRUNC
|