HomeSort by relevance Sort by last modified time
    Searched refs:subc (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/xc16x/
subc.s 5 subc r0,r1
6 subc r0,[r1]
7 subc r0,[r1+]
8 subc r0,#0x2
9 subc r0,#0x43
10 subc r0,0x7643
11 subc 0x7643,r0
sub_test.s 38 subc r0,r1
39 subc r0,[r1]
40 subc r0,[r1+]
41 subc r0,#0x2
42 subc r0,#0x43
43 subc r0,0x7643
44 subc 0x7643,r0
46 subc r1,r0
47 subc r1,[r0]
48 subc r1,[r0+
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
vle-simple-4.s 8 subc 3, 4, 5
9 subc. 3, 4, 5
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.h 58 NV04_FIFO_PKHDR(int subc, int mthd, unsigned size)
60 return 0x00000000 | (size << 18) | (subc << 13) | mthd;
64 NV04_FIFO_PKHDR_NI(int subc, int mthd, unsigned size)
66 return 0x40000000 | (size << 18) | (subc << 13) | mthd;
70 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size)
73 PUSH_DATA (push, NV04_FIFO_PKHDR(subc, mthd, size));
77 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size)
80 PUSH_DATA (push, NV04_FIFO_PKHDR_NI(subc, mthd, size));
84 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd,
88 nouveau_bufctx_mthd(ctx, bin, NV04_FIFO_PKHDR(subc, mthd, 1)
    [all...]
nouveau_statebuf.h 23 static INLINE uint32_t sb_header(unsigned subc, unsigned mthd, unsigned size)
25 return (size << 18) | (subc << 13) | mthd;
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_winsys.h 65 NV50_FIFO_PKHDR(int subc, int mthd, unsigned size)
67 return 0x00000000 | (size << 18) | (subc << 13) | mthd;
71 NV50_FIFO_PKHDR_NI(int subc, int mthd, unsigned size)
73 return 0x40000000 | (size << 18) | (subc << 13) | mthd;
77 NV50_FIFO_PKHDR_L(int subc, int mthd)
79 return 0x00030000 | (subc << 13) | mthd;
97 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size)
102 PUSH_DATA (push, NV50_FIFO_PKHDR(subc, mthd, size));
106 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size)
111 PUSH_DATA (push, NV50_FIFO_PKHDR_NI(subc, mthd, size))
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_winsys.h 69 NVC0_FIFO_PKHDR_SQ(int subc, int mthd, unsigned size)
71 return 0x20000000 | (size << 16) | (subc << 13) | (mthd >> 2);
75 NVC0_FIFO_PKHDR_NI(int subc, int mthd, unsigned size)
77 return 0x60000000 | (size << 16) | (subc << 13) | (mthd >> 2);
81 NVC0_FIFO_PKHDR_IL(int subc, int mthd, uint8_t data)
83 return 0x80000000 | (data << 16) | (subc << 13) | (mthd >> 2);
87 NVC0_FIFO_PKHDR_1I(int subc, int mthd, unsigned size)
89 return 0xa0000000 | (size << 16) | (subc << 13) | (mthd >> 2);
107 BEGIN_NVC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size)
112 PUSH_DATA (push, NVC0_FIFO_PKHDR_SQ(subc, mthd, size))
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/
sub.s 8 subc d1,d2
am33_3.s 8 subc 16,r1
am33_4.s 8 subc 0x1ffeff,r2
am33_2.s 13 subc r15,r14
am33_5.s 8 subc 0x7ffefdfc,r2
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_winsys.h 50 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin,
53 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd,
59 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd, int bin,
62 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd,
71 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin,
75 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd,
84 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin,
89 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd,
103 PUSH_RESRC(struct nouveau_pushbuf *push, int subc, int mthd, int bin,
107 PUSH_MTHD(push, subc, mthd, bin, r->bo, r->offset + data
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10200/
sub.s 10 subc d1,d2
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_local.h 102 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin,
105 nouveau_bufctx_mthd(BUFCTX(push), bin, (1 << 18) | (subc << 13) | mthd,
111 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin,
115 nouveau_bufctx_mthd(BUFCTX(push), bin, (1 << 18) | (subc << 13) | mthd,
125 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin,
129 nouveau_bufctx_mthd(BUFCTX(push), bin, (1 << 18) | (subc << 13) | mthd,
146 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, int size)
149 PUSH_DATA (push, 0x00000000 | (size << 18) | (subc << 13) | mthd);
153 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, int size)
156 PUSH_DATA (push, 0x40000000 | (size << 18) | (subc << 13) | mthd)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/msp430/
opcode.s 15 subc #0, r11
35 subc r15, r15
43 subc r15, r15
opcode.d 30 0+03a <[^>]*> 0f 7f subc r15, r15 ;
38 0+052 <[^>]*> 0f 7f subc r15, r15 ;
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/
antlr.js 365 * @param {Function} subc the object to modify
372 extend: function(subc, superc, overrides) {
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);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/fr30/
allinsn.s 25 .global subc
26 subc: label
27 subc r12, r13
allinsn.d 29 0+0010 <subc>:
30 10: ad cd subc r12,r13
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mcore/
allinsn.s 126 test subc "r7, r13"
allinsn.d 344 0+0e4 <subc>:
345 e4: 07d7 subc r7, r13
  /toolchain/binutils/binutils-2.25/opcodes/
rl78-decode.opc 1149 /** 0011 1111 subc %0, %e!1 */
1150 ID(subc); DR(A); SM(None, IMMU(2)); Fzac;
1152 /** 0011 1101 subc %0, %e1 */
1153 ID(subc); DR(A); SM(HL, 0); Fzac;
1155 /** 0110 0001 1011 0000 subc %0, %e1 */
1156 ID(subc); DR(A); SM2(HL, B, 0); Fzac;
1158 /** 0110 0001 1011 0010 subc %0, %e1 */
1159 ID(subc); DR(A); SM2(HL, C, 0); Fzac;
1161 /** 0011 1110 subc %0, %e1 */
1162 ID(subc); DR(A); SM(HL, IMMU(1)); Fzac
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
msp430.h 75 MSP_INSN (subc, 1, 2, 0x7000, 0xf000),
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
allopcodes.S 146 A_CLASS( subc, TEST_C3X )

Completed in 659 milliseconds

1 2 3 4