HomeSort by relevance Sort by last modified time
    Searched refs:OP_SHLADD (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_target_gm107.cpp 226 case OP_SHLADD:
nv50_ir_target_nvc0.cpp 109 { OP_SHLADD, 0x5, 0x0, 0x0, 0x0, 0x4, 0x6 },
342 if (k == 1 && i->op == OP_SHLADD) // special case
462 case OP_SHLADD:
nv50_ir_target_nv50.cpp 441 case OP_SHLADD:
nv50_ir_peephole.cpp 785 case OP_SHLADD:
917 case OP_SHLADD:
1058 target->isOpSupported(OP_SHLADD, i->dType)) {
1059 i->op = OP_SHLADD;
    [all...]
nv50_ir.h 60 OP_SHLADD,
    [all...]
nv50_ir_emit_gk110.cpp     [all...]
nv50_ir_emit_gm107.cpp     [all...]
nv50_ir_emit_nvc0.cpp     [all...]
nv50_ir_lowering_nvc0.cpp 661 if (s == 1 && i->op == OP_SHLADD)
    [all...]

Completed in 58 milliseconds