Searched refs:subc (Results 1 - 25 of 136) sorted by relevance

123456

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/xc16x/
H A Dsubc.s5 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
H A Dsub_test.s38 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 r
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ppc/
H A Dvle-simple-4.s8 subc 3, 4, 5
9 subc. 3, 4, 5
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mn10300/
H A Dsub.s8 subc d1,d2
H A Dam33_3.s8 subc 16,r1
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/sw/
H A Dchan.h24 bool (*mthd)(struct nvkm_sw_chan *, int subc, u32 mthd, u32 data);
30 bool nvkm_sw_chan_mthd(struct nvkm_sw_chan *, int subc, u32 mthd, u32 data);
H A Dnouveau_nvkm_engine_sw_chan.c38 nvkm_sw_chan_mthd(struct nvkm_sw_chan *chan, int subc, u32 mthd, u32 data) argument
48 return chan->func->mthd(chan, subc, mthd, data);
H A Dnouveau_nvkm_engine_sw_base.c35 nvkm_sw_mthd(struct nvkm_sw *sw, int chid, int subc, u32 mthd, u32 data) argument
44 handled = nvkm_sw_chan_mthd(chan, subc, mthd, data);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mn10200/
H A Dsub.s10 subc d1,d2
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_dma.h111 BEGIN_NV04(struct nouveau_channel *chan, int subc, int mthd, int size) argument
113 OUT_RING(chan, 0x00000000 | (subc << 13) | (size << 18) | mthd);
117 BEGIN_NI04(struct nouveau_channel *chan, int subc, int mthd, int size) argument
119 OUT_RING(chan, 0x40000000 | (subc << 13) | (size << 18) | mthd);
123 BEGIN_NVC0(struct nouveau_channel *chan, int subc, int mthd, int size) argument
125 OUT_RING(chan, 0x20000000 | (size << 16) | (subc << 13) | (mthd >> 2));
129 BEGIN_NIC0(struct nouveau_channel *chan, int subc, int mthd, int size) argument
131 OUT_RING(chan, 0x60000000 | (size << 16) | (subc << 13) | (mthd >> 2));
135 BEGIN_IMC0(struct nouveau_channel *chan, int subc, int mthd, u16 data) argument
137 OUT_RING(chan, 0x80000000 | (data << 16) | (subc << 1
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/engine/
H A Dsw.h15 bool nvkm_sw_mthd(struct nvkm_sw *sw, int chid, int subc, u32 mthd, u32 data);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/msp430/
H A Dopcode.s15 subc #0, r11
35 subc r15, r15
43 subc r15, r15
H A Derrata_warns.s25 subc #1, pc
50 subc #3, sr
H A Dopcode.d30 0+03a <[^>]*> 0f 7f subc r15, r15 ;
38 0+052 <[^>]*> 0f 7f subc r15, r15 ;
/netbsd-current/sys/lib/libkern/arch/sh3/
H A Dsdivsi3.S75 subc r3, r3
76 subc r2, r0
H A Dsdivsi3_i4i.S86 subc r3, r3
87 subc r2, r0
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/sec/
H A Dnouveau_nvkm_engine_sec_g98.c55 u32 subc = (addr & 0x3800) >> 11; local
61 "subc %d mthd %04x data %08x\n", ssta,
65 subc, mthd, data);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rl78/
H A Dsubdi3.S37 subc a, [hl+14] ; SUBC insns which both account for and update the carry bit
40 subc a, [hl+15]
44 subc a, [hl+16]
47 subc a, [hl+17]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ip2k/
H A Dallinsn.s338 subc W,1
339 subc W,11
340 subc W,26
341 subc W,25
342 subc W,1
343 subc W,43
344 subc W,13
345 subc W,33
349 subc 1,W
350 subc 1
[all...]
H A Dallinsn.d311 1e0: 48 01 subc W,\$01
312 1e2: 48 0b subc W,STATUS
313 1e4: 48 1a subc W,FCFG
314 1e6: 48 19 subc W,INTED
315 1e8: 48 01 subc W,\$01
316 1ea: 48 2b subc W,LFSRA
317 1ec: 48 0d subc W,DPL
318 1ee: 48 21 subc W,RAOUT
321 1f0: 4a 01 subc \$01,W
322 1f2: 4a 0b subc STATU
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rl78/
H A Dsubdi3.S37 subc a, [hl+14] ; SUBC insns which both account for and update the carry bit
40 subc a, [hl+15]
44 subc a, [hl+16]
47 subc a, [hl+17]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/ce/
H A Dnouveau_nvkm_engine_ce_gt215.c56 u32 subc = (addr & 0x3800) >> 11; local
62 "subc %d mthd %04x data %08x\n", ssta,
66 subc, mthd, data);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/c6x/
H A Dlib1funcs.S149 ;; We use a series of up to 31 subc instructions. First, we find
152 ;; to the, and the number of times we have to execute subc.
185 || [b1] subc .l1x A4,B4,A4
187 [b1] subc .l1x A4,B4,A4
193 || [b1] subc .l1x A4,B4,A4
195 [b1] subc .l1x A4,B4,A4
198 [b1] subc .l1x A4,B4,A4
200 [b1] subc .l1x A4,B4,A4
202 [b1] subc .l1x A4,B4,A4
204 [b1] subc
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/c6x/
H A Dlib1funcs.S149 ;; We use a series of up to 31 subc instructions. First, we find
152 ;; to the, and the number of times we have to execute subc.
185 || [b1] subc .l1x A4,B4,A4
187 [b1] subc .l1x A4,B4,A4
193 || [b1] subc .l1x A4,B4,A4
195 [b1] subc .l1x A4,B4,A4
198 [b1] subc .l1x A4,B4,A4
200 [b1] subc .l1x A4,B4,A4
202 [b1] subc .l1x A4,B4,A4
204 [b1] subc
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/csky/
H A Dcskyv2_all.s16 subc r1, r2
17 subc r17, r1
18 subc r1, r2, r3
19 subc r1, r2, r1
20 subc r1, r17
21 subc r18, r18, r30

Completed in 308 milliseconds

123456