Home
last modified time | relevance | path

Searched refs:push (Results 1 – 25 of 1993) sorted by relevance

12345678910>>...80

/netbsd-src/external/gpl3/gcc/dist/libgcc/config/ft32/
H A Dprolog.S9 push $r14
15 push $r14
16 push $r15
22 push $r14
23 push $r15
24 push $r16
30 push $r14
31 push $r15
32 push $r16
33 push $r17
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/ft32/
H A Dprolog.S9 push $r14
15 push $r14
16 push $r15
22 push $r14
23 push $r15
24 push $r16
30 push $r14
31 push $r15
32 push $r16
33 push $r17
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
H A Dnouveau_dispnv50_head907d.c34 u32 *push; in head907d_or() local
35 if ((push = evo_wait(core, 3))) { in head907d_or()
36 evo_mthd(push, 0x0404 + (head->base.index * 0x300), 2); in head907d_or()
37 evo_data(push, 0x00000001 | asyh->or.depth << 6 | in head907d_or()
40 evo_data(push, 0x31ec6000 | head->base.index << 25 | in head907d_or()
42 evo_kick(push, core); in head907d_or()
50 u32 *push; in head907d_procamp() local
51 if ((push = evo_wait(core, 2))) { in head907d_procamp()
52 evo_mthd(push, 0x0498 + (head->base.index * 0x300), 1); in head907d_procamp()
53 evo_data(push, asyh->procamp.sat.sin << 20 | in head907d_procamp()
[all …]
H A Dnouveau_dispnv50_wndwc37e.c44 u32 *push, i; in wndwc37e_csc_set() local
45 if ((push = evo_wait(&wndw->wndw, 13))) { in wndwc37e_csc_set()
46 evo_mthd(push, 0x02bc, 12); in wndwc37e_csc_set()
48 evo_data(push, asyw->csc.matrix[i]); in wndwc37e_csc_set()
49 evo_kick(push, &wndw->wndw); in wndwc37e_csc_set()
56 u32 *push; in wndwc37e_ilut_clr() local
57 if ((push = evo_wait(&wndw->wndw, 2))) { in wndwc37e_ilut_clr()
58 evo_mthd(push, 0x02b8, 1); in wndwc37e_ilut_clr()
59 evo_data(push, 0x00000000); in wndwc37e_ilut_clr()
60 evo_kick(push, &wndw->wndw); in wndwc37e_ilut_clr()
[all …]
H A Dnouveau_dispnv50_headc37d.c35 u32 *push; in headc37d_or() local
36 if ((push = evo_wait(core, 2))) { in headc37d_or()
50 evo_mthd(push, 0x2004 + (head->base.index * 0x400), 1); in headc37d_or()
51 evo_data(push, 0x00000001 | in headc37d_or()
55 evo_kick(push, core); in headc37d_or()
63 u32 *push; in headc37d_procamp() local
64 if ((push = evo_wait(core, 2))) { in headc37d_procamp()
65 evo_mthd(push, 0x2000 + (head->base.index * 0x400), 1); in headc37d_procamp()
66 evo_data(push, 0x80000000 | in headc37d_procamp()
69 evo_kick(push, core); in headc37d_procamp()
[all …]
H A Dnouveau_dispnv50_head507d.c36 u32 *push; in head507d_procamp() local
37 if ((push = evo_wait(core, 2))) { in head507d_procamp()
38 evo_mthd(push, 0x08a8 + (head->base.index * 0x400), 1); in head507d_procamp()
39 evo_data(push, asyh->procamp.sat.sin << 20 | in head507d_procamp()
41 evo_kick(push, core); in head507d_procamp()
49 u32 *push; in head507d_dither() local
50 if ((push = evo_wait(core, 2))) { in head507d_dither()
51 evo_mthd(push, 0x08a0 + (head->base.index * 0x0400), 1); in head507d_dither()
52 evo_data(push, asyh->dither.mode << 3 | in head507d_dither()
55 evo_kick(push, core); in head507d_dither()
[all …]
H A Dnouveau_dispnv50_wndwc57e.c39 u32 *push; in wndwc57e_image_set() local
41 if (!(push = evo_wait(&wndw->wndw, 17))) in wndwc57e_image_set()
44 evo_mthd(push, 0x0308, 1); in wndwc57e_image_set()
45 evo_data(push, asyw->image.mode << 4 | asyw->image.interval); in wndwc57e_image_set()
46 evo_mthd(push, 0x0224, 4); in wndwc57e_image_set()
47 evo_data(push, asyw->image.h << 16 | asyw->image.w); in wndwc57e_image_set()
48 evo_data(push, asyw->image.layout << 4 | asyw->image.blockh); in wndwc57e_image_set()
49 evo_data(push, asyw->image.colorspace << 8 | in wndwc57e_image_set()
51 evo_data(push, asyw->image.blocks[0] | (asyw->image.pitch[0] >> 6)); in wndwc57e_image_set()
52 evo_mthd(push, 0x0240, 1); in wndwc57e_image_set()
[all …]
H A Dnouveau_dispnv50_base507c.c41 u32 *push; in base507c_update() local
42 if ((push = evo_wait(&wndw->wndw, 2))) { in base507c_update()
43 evo_mthd(push, 0x0080, 1); in base507c_update()
44 evo_data(push, interlock[NV50_DISP_INTERLOCK_CORE]); in base507c_update()
45 evo_kick(push, &wndw->wndw); in base507c_update()
52 u32 *push; in base507c_image_clr() local
53 if ((push = evo_wait(&wndw->wndw, 4))) { in base507c_image_clr()
54 evo_mthd(push, 0x0084, 1); in base507c_image_clr()
55 evo_data(push, 0x00000000); in base507c_image_clr()
56 evo_mthd(push, 0x00c0, 1); in base507c_image_clr()
[all …]
H A Dnouveau_dispnv50_head827d.c34 u32 *push; in head827d_curs_clr() local
35 if ((push = evo_wait(core, 4))) { in head827d_curs_clr()
36 evo_mthd(push, 0x0880 + head->base.index * 0x400, 1); in head827d_curs_clr()
37 evo_data(push, 0x05000000); in head827d_curs_clr()
38 evo_mthd(push, 0x089c + head->base.index * 0x400, 1); in head827d_curs_clr()
39 evo_data(push, 0x00000000); in head827d_curs_clr()
40 evo_kick(push, core); in head827d_curs_clr()
48 u32 *push; in head827d_curs_set() local
49 if ((push = evo_wait(core, 5))) { in head827d_curs_set()
50 evo_mthd(push, 0x0880 + head->base.index * 0x400, 2); in head827d_curs_set()
[all …]
H A Dnouveau_dispnv50_base907c.c32 u32 *push; in base907c_image_set() local
33 if ((push = evo_wait(&wndw->wndw, 10))) { in base907c_image_set()
34 evo_mthd(push, 0x0084, 1); in base907c_image_set()
35 evo_data(push, asyw->image.mode << 8 | in base907c_image_set()
37 evo_mthd(push, 0x00c0, 1); in base907c_image_set()
38 evo_data(push, asyw->image.handle[0]); in base907c_image_set()
39 evo_mthd(push, 0x0400, 5); in base907c_image_set()
40 evo_data(push, asyw->image.offset[0] >> 8); in base907c_image_set()
41 evo_data(push, 0x00000000); in base907c_image_set()
42 evo_data(push, asyw->image.h << 16 | asyw->image.w); in base907c_image_set()
[all …]
H A Dnouveau_dispnv50_ovly507e.c40 u32 *push; in ovly507e_update() local
41 if ((push = evo_wait(&wndw->wndw, 2))) { in ovly507e_update()
42 evo_mthd(push, 0x0080, 1); in ovly507e_update()
43 evo_data(push, interlock[NV50_DISP_INTERLOCK_CORE]); in ovly507e_update()
44 evo_kick(push, &wndw->wndw); in ovly507e_update()
51 u32 *push; in ovly507e_scale_set() local
52 if ((push = evo_wait(&wndw->wndw, 4))) { in ovly507e_scale_set()
53 evo_mthd(push, 0x00e0, 3); in ovly507e_scale_set()
54 evo_data(push, asyw->scale.sy << 16 | asyw->scale.sx); in ovly507e_scale_set()
55 evo_data(push, asyw->scale.sh << 16 | asyw->scale.sw); in ovly507e_scale_set()
[all …]
H A Dnouveau_dispnv50_corec37d.c36 u32 *push, i; in corec37d_wndw_owner() local
37 if ((push = evo_wait(&core->chan, 2 * windows))) { in corec37d_wndw_owner()
39 evo_mthd(push, 0x1000 + (i * 0x080), 1); in corec37d_wndw_owner()
40 evo_data(push, i >> 1); in corec37d_wndw_owner()
42 evo_kick(push, &core->chan); in corec37d_wndw_owner()
49 u32 *push; in corec37d_update() local
50 if ((push = evo_wait(&core->chan, 9))) { in corec37d_update()
52 evo_mthd(push, 0x020c, 1); in corec37d_update()
53 evo_data(push, 0x00001000 | NV50_DISP_CORE_NTFY); in corec37d_update()
56 evo_mthd(push, 0x0218, 2); in corec37d_update()
[all …]
H A Dnouveau_dispnv50_headc57d.c35 u32 *push; in headc57d_or() local
36 if ((push = evo_wait(core, 2))) { in headc57d_or()
50 evo_mthd(push, 0x2004 + (head->base.index * 0x400), 1); in headc57d_or()
51 evo_data(push, 0xfc000001 | in headc57d_or()
55 evo_kick(push, core); in headc57d_or()
63 u32 *push; in headc57d_procamp() local
64 if ((push = evo_wait(core, 2))) { in headc57d_procamp()
65 evo_mthd(push, 0x2000 + (head->base.index * 0x400), 1); in headc57d_procamp()
67 evo_data(push, 0x80000000 | in headc57d_procamp()
71 evo_data(push, 0); in headc57d_procamp()
[all …]
H A Dnouveau_dispnv50_base827c.c32 u32 *push; in base827c_image_set() local
33 if ((push = evo_wait(&wndw->wndw, 13))) { in base827c_image_set()
34 evo_mthd(push, 0x0084, 1); in base827c_image_set()
35 evo_data(push, asyw->image.mode << 8 | in base827c_image_set()
37 evo_mthd(push, 0x00c0, 1); in base827c_image_set()
38 evo_data(push, asyw->image.handle[0]); in base827c_image_set()
40 evo_mthd(push, 0x0110, 2); in base827c_image_set()
41 evo_data(push, 1); in base827c_image_set()
42 evo_data(push, 0x6400); in base827c_image_set()
44 evo_mthd(push, 0x0110, 2); in base827c_image_set()
[all …]
H A Dnouveau_dispnv50_ovly907e.c33 u32 *push; in ovly907e_image_set() local
34 if ((push = evo_wait(&wndw->wndw, 12))) { in ovly907e_image_set()
35 evo_mthd(push, 0x0084, 1); in ovly907e_image_set()
36 evo_data(push, asyw->image.interval << 4); in ovly907e_image_set()
37 evo_mthd(push, 0x00c0, 1); in ovly907e_image_set()
38 evo_data(push, asyw->image.handle[0]); in ovly907e_image_set()
39 evo_mthd(push, 0x0100, 1); in ovly907e_image_set()
40 evo_data(push, 0x00000002); in ovly907e_image_set()
41 evo_mthd(push, 0x0400, 1); in ovly907e_image_set()
42 evo_data(push, asyw->image.offset[0] >> 8); in ovly907e_image_set()
[all …]
H A Dnouveau_dispnv50_ovly827e.c35 u32 *push; in ovly827e_image_set() local
36 if ((push = evo_wait(&wndw->wndw, 12))) { in ovly827e_image_set()
37 evo_mthd(push, 0x0084, 1); in ovly827e_image_set()
38 evo_data(push, asyw->image.interval << 4); in ovly827e_image_set()
39 evo_mthd(push, 0x00c0, 1); in ovly827e_image_set()
40 evo_data(push, asyw->image.handle[0]); in ovly827e_image_set()
41 evo_mthd(push, 0x0100, 1); in ovly827e_image_set()
42 evo_data(push, 0x00000002); in ovly827e_image_set()
43 evo_mthd(push, 0x0800, 1); in ovly827e_image_set()
44 evo_data(push, asyw->image.offset[0] >> 8); in ovly827e_image_set()
[all …]
H A Dnouveau_dispnv50_core507d.c37 u32 *push; in core507d_update() local
38 if ((push = evo_wait(&core->chan, 5))) { in core507d_update()
40 evo_mthd(push, 0x0084, 1); in core507d_update()
41 evo_data(push, 0x80000000 | NV50_DISP_CORE_NTFY); in core507d_update()
43 evo_mthd(push, 0x0080, 2); in core507d_update()
44 evo_data(push, interlock[NV50_DISP_INTERLOCK_BASE] | in core507d_update()
46 evo_data(push, 0x00000000); in core507d_update()
47 evo_kick(push, &core->chan); in core507d_update()
72 u32 *push; in core507d_init() local
73 if ((push = evo_wait(&core->chan, 2))) { in core507d_init()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dfiber.d254 push EBP; in fiber_switchContext()
256 push EDI; in fiber_switchContext()
257 push ESI; in fiber_switchContext()
258 push EBX; in fiber_switchContext()
259 push dword ptr FS:[0]; in fiber_switchContext()
260 push dword ptr FS:[4]; in fiber_switchContext()
261 push dword ptr FS:[8]; in fiber_switchContext()
262 push EAX; in fiber_switchContext()
297 push RBP; in fiber_switchContext()
299 push R12; in fiber_switchContext()
[all …]
/netbsd-src/sys/arch/i386/stand/lib/
H A Dcomio.S15 push %ebp
17 push %ebx
18 push %edx
19 push %esi
20 push %edi
50 push %ebp
52 push %ecx
53 push %ebx
54 push %edx
55 push %esi
[all …]
H A Dbiosvbe.S49 push %esi
50 push %edi
57 push %es
59 push %di
97 push %esi
98 push %edi
106 push %es
108 push %di
146 push %esi
147 push %edi
[all …]
/netbsd-src/sys/arch/i386/stand/fatboot/
H A Dfatboot.S115 push %dx /* save drive at -2(%bp) */
119 push %cs /* %cs is zero */
120 push %cs /* 64-bit for LBA read */
133 push %eax
134 push %ds
135 push $fat_buffer
136 push $12 /* 12 sectors is assumed 6k */
148 push $0x1000 /* Read to 0x10000:0 */
150 push %es
151 push %cs /* Offset zero */
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/config/x86/
H A Dswitchcontext.S45 push %ebp
47 push %edi
48 push %esi
49 push %ebx
50 push %eax
81 push %rbp
83 push %rbx
84 push %r12
85 push %r13
86 push %r14
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl_amd64.S17 push %rax
20 push %rcx
23 push %rdx
26 push %rsi
29 push %rdi
32 push %r8
35 push %r9
38 push %r10
41 push %r11
45 push %rbx # non-scratch
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl_amd64.S17 push %rax
20 push %rcx
23 push %rdx
26 push %rsi
29 push %rdi
32 push %r8
35 push %r9
38 push %r10
41 push %r11
45 push %rbx # non-scratch
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/config/x86/
H A Dswitchcontext.S36 push %ebp
38 push %edi
39 push %esi
40 push %ebx
41 push %eax
70 push %rbp
72 push %rbx
73 push %r12
74 push %r13
75 push %r14
[all …]

12345678910>>...80