Searched refs:OP_SHLADD (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_target_nvc0.cpp | 109 { OP_SHLADD, 0x5, 0x0, 0x0, 0x0, 0x4, 0x6 }, 382 if (k == 1 && i->op == OP_SHLADD) // special case in insnCanLoad() 515 case OP_SHLADD: in isModSupported()
|
D | nv50_ir_target_gm107.cpp | 234 case OP_SHLADD: in getLatency()
|
D | nv50_ir_target_gv100.cpp | 370 case OP_SHLADD: return &opInfo_LEA; in getOpInfo() 455 if (op == OP_SHLADD) in isOpSupported()
|
D | nv50_ir_peephole.cpp | 348 } else if (insn->op == OP_SHLADD) { in visit() 851 case OP_SHLADD: in expr() 983 case OP_SHLADD: in opnd3() 1021 target->isOpSupported(OP_SHLADD, TYPE_U32)) { in createMul() 1026 Instruction *insn = bld.mkOp3(OP_SHLADD, TYPE_U32, res, a, bld.mkImm(shl), a); in createMul() 2449 if (prog->getTarget()->isOpSupported(OP_SHLADD, add->dType)) in handleADD() 2485 add->op = OP_SHLADD; in tryADDToSHLADD()
|
D | nv50_ir_target_nv50.cpp | 456 case OP_SHLADD: in isOpSupported()
|
D | nv50_ir.h | 60 OP_SHLADD, enumerator
|
D | nv50_ir_emit_gv100.cpp | 1986 case OP_SHLADD: in emitInstruction()
|
D | nv50_ir_emit_gk110.cpp | 2582 case OP_SHLADD: in emitInstruction()
|
D | nv50_ir_emit_nvc0.cpp | 2755 case OP_SHLADD: in emitInstruction()
|
D | nv50_ir_emit_gm107.cpp | 3537 case OP_SHLADD: in emitInstruction()
|
D | nv50_ir_lowering_nvc0.cpp | 710 if (s == 1 && i->op == OP_SHLADD) in replaceZero()
|