Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_nvc0.cpp109 { OP_SHLADD, 0x5, 0x0, 0x0, 0x0, 0x4, 0x6 },
342 if (k == 1 && i->op == OP_SHLADD) // special case in insnCanLoad()
462 case OP_SHLADD: in isModSupported()
Dnv50_ir_target_gm107.cpp226 case OP_SHLADD: in getLatency()
Dnv50_ir_target_nv50.cpp441 case OP_SHLADD: in isOpSupported()
Dnv50_ir_peephole.cpp785 case OP_SHLADD: in expr()
917 case OP_SHLADD: in opnd3()
1058 target->isOpSupported(OP_SHLADD, i->dType)) { in opnd()
1059 i->op = OP_SHLADD; in opnd()
2246 if (prog->getTarget()->isOpSupported(OP_SHLADD, add->dType)) in handleADD()
2282 add->op = OP_SHLADD; in tryADDToSHLADD()
Dnv50_ir.h60 OP_SHLADD, enumerator
Dnv50_ir_emit_gk110.cpp2570 case OP_SHLADD: in emitInstruction()
Dnv50_ir_emit_nvc0.cpp2741 case OP_SHLADD: in emitInstruction()
Dnv50_ir_emit_gm107.cpp3256 case OP_SHLADD: in emitInstruction()
Dnv50_ir_lowering_nvc0.cpp661 if (s == 1 && i->op == OP_SHLADD) in replaceZero()