/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_winsys.h | 50 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDl() argument 53 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHDl() 59 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDo() argument 62 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHDo() 71 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDs() argument 75 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHDs() 84 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHD() argument 89 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHD() 103 PUSH_RESRC(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_RESRC() argument 107 PUSH_MTHD(push, subc, mthd, bin, r->bo, r->offset + data, in PUSH_RESRC() [all …]
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_winsys.h | 74 NVC0_FIFO_PKHDR_SQ(int subc, int mthd, unsigned size) in NVC0_FIFO_PKHDR_SQ() argument 76 return 0x20000000 | (size << 16) | (subc << 13) | (mthd >> 2); in NVC0_FIFO_PKHDR_SQ() 80 NVC0_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) in NVC0_FIFO_PKHDR_NI() argument 82 return 0x60000000 | (size << 16) | (subc << 13) | (mthd >> 2); in NVC0_FIFO_PKHDR_NI() 86 NVC0_FIFO_PKHDR_IL(int subc, int mthd, uint16_t data) in NVC0_FIFO_PKHDR_IL() argument 89 return 0x80000000 | (data << 16) | (subc << 13) | (mthd >> 2); in NVC0_FIFO_PKHDR_IL() 93 NVC0_FIFO_PKHDR_1I(int subc, int mthd, unsigned size) in NVC0_FIFO_PKHDR_1I() argument 95 return 0xa0000000 | (size << 16) | (subc << 13) | (mthd >> 2); in NVC0_FIFO_PKHDR_1I() 113 BEGIN_NVC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NVC0() argument 118 PUSH_DATA (push, NVC0_FIFO_PKHDR_SQ(subc, mthd, size)); in BEGIN_NVC0() [all …]
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_winsys.h | 66 NV50_FIFO_PKHDR(int subc, int mthd, unsigned size) in NV50_FIFO_PKHDR() argument 68 return 0x00000000 | (size << 18) | (subc << 13) | mthd; in NV50_FIFO_PKHDR() 72 NV50_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) in NV50_FIFO_PKHDR_NI() argument 74 return 0x40000000 | (size << 18) | (subc << 13) | mthd; in NV50_FIFO_PKHDR_NI() 78 NV50_FIFO_PKHDR_L(int subc, int mthd) in NV50_FIFO_PKHDR_L() argument 80 return 0x00030000 | (subc << 13) | mthd; in NV50_FIFO_PKHDR_L() 98 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NV04() argument 103 PUSH_DATA (push, NV50_FIFO_PKHDR(subc, mthd, size)); in BEGIN_NV04() 107 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NI04() argument 112 PUSH_DATA (push, NV50_FIFO_PKHDR_NI(subc, mthd, size)); in BEGIN_NI04() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_local.h | 102 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDl() argument 105 nouveau_bufctx_mthd(BUFCTX(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHDl() 111 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDs() argument 115 nouveau_bufctx_mthd(BUFCTX(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHDs() 125 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHD() argument 129 nouveau_bufctx_mthd(BUFCTX(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHD() 146 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, int size) in BEGIN_NV04() argument 149 PUSH_DATA (push, 0x00000000 | (size << 18) | (subc << 13) | mthd); in BEGIN_NV04() 153 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, int size) in BEGIN_NI04() argument 156 PUSH_DATA (push, 0x40000000 | (size << 18) | (subc << 13) | mthd); in BEGIN_NI04() [all …]
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_video.h | 58 NV04_FIFO_PKHDR(int subc, int mthd, unsigned size) in NV04_FIFO_PKHDR() argument 60 return 0x00000000 | (size << 18) | (subc << 13) | mthd; in NV04_FIFO_PKHDR() 64 NV04_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) in NV04_FIFO_PKHDR_NI() argument 66 return 0x40000000 | (size << 18) | (subc << 13) | mthd; in NV04_FIFO_PKHDR_NI() 70 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NV04() argument 73 PUSH_DATA (push, NV04_FIFO_PKHDR(subc, mthd, size)); in BEGIN_NV04() 77 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NI04() argument 80 PUSH_DATA (push, NV04_FIFO_PKHDR_NI(subc, mthd, size)); in BEGIN_NI04() 84 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, in PUSH_MTHDl() argument 88 nouveau_bufctx_mthd(ctx, bin, NV04_FIFO_PKHDR(subc, mthd, 1), in PUSH_MTHDl()
|
D | nouveau_statebuf.h | 23 static inline uint32_t sb_header(unsigned subc, unsigned mthd, unsigned size) in sb_header() argument 25 return (size << 18) | (subc << 13) | mthd; in sb_header()
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-08-29-SchedCycle.ll | 3 ; When a i64 sub is expanded to subc + sube. 6 ; \ subc 16 ; subc 24 ; However since subc and sube are "glued" together, this ends up being a 25 ; cycle when the scheduler combine subc and sube as a single scheduling 30 ; fix subc / sube (and addc / adde) to use physical register dependency instead.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2011-08-29-SchedCycle.ll | 3 ; When a i64 sub is expanded to subc + sube. 6 ; \ subc 16 ; subc 24 ; However since subc and sube are "glued" together, this ends up being a 25 ; cycle when the scheduler combine subc and sube as a single scheduling 30 ; fix subc / sube (and addc / adde) to use physical register dependency instead.
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/ |
D | antlr.js | 372 extend: function(subc, superc, overrides) { argument 373 if (!superc||!subc) { 379 subc.prototype=new F(); class 380 subc.prototype.constructor=subc; 381 subc.superclass=superc.prototype; 388 subc.prototype[i]=overrides[i]; 391 org.antlr.lang._IEEnumFix(subc.prototype, overrides);
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 869 "subc.b\t{$src2, $dst}", 874 "subc.w\t{$src2, $dst}", 880 "subc.b\t{$src2, $dst}", 885 "subc.w\t{$src2, $dst}", 891 "subc.b\t{$src2, $dst}", 896 "subc.w\t{$src2, $dst}", 903 "subc.b\t{$src, $dst}", 908 "subc.w\t{$src, $dst}", 914 "subc.b\t{$src, $dst}", 919 "subc.w\t{$src, $dst}", [all …]
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 869 "subc.b\t{$src2, $dst}", 874 "subc.w\t{$src2, $dst}", 880 "subc.b\t{$src2, $dst}", 885 "subc.w\t{$src2, $dst}", 891 "subc.b\t{$src2, $dst}", 896 "subc.w\t{$src2, $dst}", 903 "subc.b\t{$src, $dst}", 908 "subc.w\t{$src, $dst}", 914 "subc.b\t{$src, $dst}", 919 "subc.w\t{$src, $dst}", [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | optcmp.ll | 143 %subc = call i64 @llvm.ctpop.i64(i64 %sub) 144 store i64 %subc, i64* %c, align 4 145 %cmp = icmp sgt i64 %subc, 0
|
/external/llvm/test/MC/Sparc/ |
D | sparcv9-instructions.s | 15 ! V8-NEXT: subc %g2, %g1, %g3 17 subc %g2, %g1, %g3
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 5538 bool Start(size_t size_hint, void **subc); 5539 size_t PutBuffer(void *subc, const char *buf, size_t len, 5589 void **subc) { 5592 *subc = s->closure; 5597 *subc = start(s->closure, upb_handlerattr_handlerdata( 5600 return *subc != NULL; 5603 UPB_INLINE size_t upb_bytessink_putbuf(upb_bytessink *s, void *subc, 5612 return putbuf(subc, upb_handlerattr_handlerdata( 5631 void *subc; 5636 ret = upb_bytessink_start(sink, len, &subc); [all …]
|
D | upb.c | 8603 void *subc; member 8631 size_t n = upb_bytessink_putbuf(e->output_, e->subc, buf, len, NULL); in putbuf() 8858 upb_bytessink_start(e->output_, 0, &e->subc); in startmsg() 9058 e->subc = output->closure; in upb_pb_encoder_create() 9176 void *subc; member 9190 upb_bytessink_putbuf(p->output_, p->subc, " ", 2, NULL); in indent() 9196 upb_bytessink_putbuf(p->output_, p->subc, &ch, 1, NULL); in endfield() 9215 upb_bytessink_putbuf(p->output_, p->subc, dstbuf, dst - dstbuf, NULL); in putescaped() 9243 upb_bytessink_putbuf(p->output_, p->subc, dstbuf, dst - dstbuf, NULL); in putescaped() 9269 ok = upb_bytessink_putbuf(p->output_, p->subc, str, len, NULL); in putf() [all …]
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 5973 bool Start(size_t size_hint, void **subc); 5974 size_t PutBuffer(void *subc, const char *buf, size_t len, 6024 void **subc) { 6027 *subc = s->closure; 6032 *subc = start(s->closure, upb_handlerattr_handlerdata( 6035 return *subc != NULL; 6038 UPB_INLINE size_t upb_bytessink_putbuf(upb_bytessink *s, void *subc, 6047 return putbuf(subc, upb_handlerattr_handlerdata( 6066 void *subc; 6071 ret = upb_bytessink_start(sink, len, &subc); [all …]
|
D | upb.c | 9314 void *subc; member 9342 size_t n = upb_bytessink_putbuf(e->output_, e->subc, buf, len, NULL); in putbuf() 9569 upb_bytessink_start(e->output_, 0, &e->subc); in startmsg() 9769 e->subc = output->closure; in upb_pb_encoder_create() 9850 void *subc; member 9864 upb_bytessink_putbuf(p->output_, p->subc, " ", 2, NULL); in indent() 9870 upb_bytessink_putbuf(p->output_, p->subc, &ch, 1, NULL); in endfield() 9889 upb_bytessink_putbuf(p->output_, p->subc, dstbuf, dst - dstbuf, NULL); in putescaped() 9917 upb_bytessink_putbuf(p->output_, p->subc, dstbuf, dst - dstbuf, NULL); in putescaped() 9943 ok = upb_bytessink_putbuf(p->output_, p->subc, str, len, NULL); in putf() [all …]
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 351 defm SUB_F_ : ALUarith<0b010, "sub.f", subc, i32lo16z, i32hi16>; 357 def : Pat<(subc GPR:$Rs1, i32lo16z:$imm), 363 def : Pat<(subc GPR:$Rs1, i32hi16:$imm),
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 973 defm SLR : BinaryRRAndK<"sl", 0x1F, 0xB9FB, subc, GR32, GR32>; 975 defm SLGR : BinaryRREAndK<"slg", 0xB90B, 0xB9EB, subc, GR64, GR64>; 978 // subc because we prefer addc for constants. 983 defm SL : BinaryRXPair<"sl", 0x5F, 0xE35F, subc, GR32, load, 4>; 984 def SLGF : BinaryRXY<"slgf", 0xE31B, subc, GR64, azextloadi32, 4>; 985 def SLG : BinaryRXY<"slg", 0xE30B, subc, GR64, load, 8>; 987 defm : ZXB<subc, GR64, SLGFR>;
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 791 // subc 792 def : Pat<(subc IntRegs:$b, IntRegs:$c), 794 def : Pat<(subc IntRegs:$b, simm13:$val),
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 773 [(set GR32:$dst, (subc GR32:$src1, GR32:$src2))]>; 777 [(set GR64:$dst, (subc GR64:$src1, GR64:$src2))]>; 782 [(set GR32:$dst, (subc GR32:$src1, imm:$src2))]>; 786 [(set GR64:$dst, (subc GR64:$src1, immSExt32:$src2))]>;
|
/external/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 1906 def : Pat<(subc i8:$src, i8:$src2), 1908 def : Pat<(subc i16:$src, i16:$src2), 1910 def : Pat<(subc i8:$src, imm:$src2), 1912 def : Pat<(subc i16:$src, imm:$src2),
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXVector.td | 322 def SubCCV4I32 : VecBinaryOp<V4AsmStr<"sub.cc.s32">, subc, V4I32Regs, 324 def SubCCV2I32 : VecBinaryOp<V2AsmStr<"sub.cc.s32">, subc, V2I32Regs, 330 def SubCCCV4I32 : VecBinaryOp<V4AsmStr<"subc.cc.s32">, sube, V4I32Regs, 332 def SubCCCV2I32 : VecBinaryOp<V2AsmStr<"subc.cc.s32">, sube, V2I32Regs,
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCInstr64Bit.td | 349 [(set G8RC:$rD, (subc immSExt16:$imm, G8RC:$rA))]>; 352 [(set G8RC:$rT, (subc G8RC:$rB, G8RC:$rA))]>,
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeInstrInfo.td | 369 def RSUB : ArithR<0x01, 0x000, "rsub ", subc, IIC_ALU>; 422 def RSUBI : ArithRI<0x09, "rsubi ", subc, simm16, immSExt16>;
|