Home
last modified time | relevance | path

Searched refs:OP_SHLADD (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_target_nvc0.cpp109 { 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()
Dnv50_ir_target_gm107.cpp234 case OP_SHLADD: in getLatency()
Dnv50_ir_target_gv100.cpp370 case OP_SHLADD: return &opInfo_LEA; in getOpInfo()
455 if (op == OP_SHLADD) in isOpSupported()
Dnv50_ir_peephole.cpp348 } 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()
Dnv50_ir_target_nv50.cpp456 case OP_SHLADD: in isOpSupported()
Dnv50_ir.h60 OP_SHLADD, enumerator
Dnv50_ir_emit_gv100.cpp1986 case OP_SHLADD: in emitInstruction()
Dnv50_ir_emit_gk110.cpp2582 case OP_SHLADD: in emitInstruction()
Dnv50_ir_emit_nvc0.cpp2755 case OP_SHLADD: in emitInstruction()
Dnv50_ir_emit_gm107.cpp3537 case OP_SHLADD: in emitInstruction()
Dnv50_ir_lowering_nvc0.cpp710 if (s == 1 && i->op == OP_SHLADD) in replaceZero()