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

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_target_gm107.cpp 227 case OP_SHR:
nv50_ir_lowering_gm107.cpp 242 bld.mkOp2(OP_SHR , TYPE_U32, tmp1, tmp0, bld.mkImm(16));
nv50_ir_target_nvc0.cpp 121 { OP_SHR, 0x0, 0x0, 0x0, 0x0, 0x2, 0x2 },
334 if ((i->op == OP_SHL || i->op == OP_SHR) && typeSizeof(i->sType) == 8 &&
607 case OP_SHR:
nv50_ir_peephole.cpp 631 case OP_SHR:
981 i->op = OP_SHR;
    [all...]
nv50_ir_lowering_nvc0.cpp 204 operation antiop = op == OP_SHR ? OP_SHL : OP_SHR;
205 if (op == OP_SHR)
223 if (op == OP_SHR)
237 if (lo->op == OP_SHR)
307 case OP_SHR:
    [all...]
nv50_ir_lowering_nv50.cpp 122 i[8] = bld->mkOp2(OP_SHR, fTy, r[0], t[1], bld->mkImm(halfSize * 8));
    [all...]
nv50_ir_target_nv50.cpp 98 { OP_SHR, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2 },
nv50_ir_emit_gk110.cpp 945 if (i->op == OP_SHR) {
960 if (i->op == OP_SHR) {
    [all...]
nv50_ir_emit_nv50.cpp     [all...]
nv50_ir.h 68 OP_SHR,
    [all...]
nv50_ir_emit_nvc0.cpp 964 if (i->op == OP_SHR) {
    [all...]
nv50_ir_from_tgsi.cpp     [all...]
nv50_ir_emit_gm107.cpp     [all...]
  /external/lua/src/
lopcodes.h 200 OP_SHR,/* A B C R(A) := RK(B) >> RK(C) */
luac.c 359 case OP_SHR:
lvm.c 663 case OP_BAND: case OP_BOR: case OP_BXOR: case OP_SHL: case OP_SHR:
981 vmcase(OP_SHR) {
    [all...]
ldebug.c 518 case OP_BOR: case OP_BXOR: case OP_SHL: case OP_SHR: {

Completed in 798 milliseconds