Searched refs:OP_SHLADD (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_nvc0.cpp | 109 { OP_SHLADD, 0x5, 0x0, 0x0, 0x0, 0x4, 0x6 }, 338 if (k == 1 && i->op == OP_SHLADD) // special case in insnCanLoad() 463 case OP_SHLADD: in isModSupported()
|
D | nv50_ir_target_gm107.cpp | 226 case OP_SHLADD: in getLatency()
|
D | nv50_ir_target_nv50.cpp | 441 case OP_SHLADD: in isOpSupported()
|
D | nv50_ir_peephole.cpp | 781 case OP_SHLADD: in expr() 913 case OP_SHLADD: in opnd3() 1051 target->isOpSupported(OP_SHLADD, i->dType)) { in opnd() 1052 i->op = OP_SHLADD; in opnd() 2183 if (prog->getTarget()->isOpSupported(OP_SHLADD, add->dType)) in handleADD() 2219 add->op = OP_SHLADD; in tryADDToSHLADD()
|
D | nv50_ir.h | 60 OP_SHLADD, enumerator
|
D | nv50_ir_emit_gk110.cpp | 2454 case OP_SHLADD: in emitInstruction()
|
D | nv50_ir_emit_nvc0.cpp | 2649 case OP_SHLADD: in emitInstruction()
|
D | nv50_ir_emit_gm107.cpp | 3156 case OP_SHLADD: in emitInstruction()
|