Home
last modified time | relevance | path

Searched defs:push (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
Dpushnosize.asm2 push 0 ; 6A 00 - equivalent to push byte 0 label
3 push byte 0 ; 6A 00 label
4 push word 0 ; 6A 00 - optimized label
5 push dword 0 ; 66 6A 00 - optimized label
6 push strict byte 0 ; 6A 00 label
7 push strict word 0 ; 68 0000 label
8 push strict dword 0 ; 66 68 00000000 label
9 push 128 ; 68 8000 - doesn't fit in byte, equivalent to push word 128 label
10 push byte 128 ; 6A 80 - warning (signed overflow) label
11 push word 128 ; 68 8000 label
[all …]
Dpush64.asm2 push dword 50 label
3 push dword -1 label
4 push strict dword 50 label
5 push strict dword -1 label
6 push dword 1000000000000 label
Dstrict.asm61 push 4 label
62 push strict 4 ; NASM generates dword, yasm generates byte label
63 push byte 4 label
64 push strict byte 4 label
65 push dword 4 ; optimized to byte label
66 push strict dword 4 label
67 push 400 label
68 push strict 400 label
69 push byte 400 ; generates warning label
70 push strict byte 400 ; generates warning label
[all …]
/external/jpeg/
Djmemdosa.asm47 push di define
50 push dx define
52 push ds define
82 push di define
85 push dx define
87 push ds define
114 push di define
117 push dx define
119 push ds define
148 push di define
[all …]
/external/qemu/distrib/jpeg-6b/
Djmemdosa.asm47 push di define
50 push dx define
52 push ds define
82 push di define
85 push dx define
87 push ds define
114 push di define
117 push dx define
119 push ds define
148 push di define
[all …]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv10_state_raster.c37 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_alpha_func() local
50 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_blend_color() local
62 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_blend_equation() local
74 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_blend_func() local
84 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_color_mask() local
96 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_depth() local
109 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_dither() local
118 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_logic_opcode() local
131 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_shade_model() local
141 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_stencil_func() local
[all …]
Dnv10_state_polygon.c37 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_cull_face() local
52 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_front_face() local
62 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_line_mode() local
81 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_point_mode() local
93 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_polygon_mode() local
106 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_polygon_offset() local
Dnouveau_local.h27 PUSH_AVAIL(struct nouveau_pushbuf *push) in PUSH_AVAIL()
33 PUSH_SPACE(struct nouveau_pushbuf *push, uint32_t size) in PUSH_SPACE()
41 PUSH_DATA(struct nouveau_pushbuf *push, uint32_t data) in PUSH_DATA()
47 PUSH_DATAf(struct nouveau_pushbuf *push, float v) in PUSH_DATAf()
54 PUSH_DATAb(struct nouveau_pushbuf *push, GLboolean x) in PUSH_DATAb()
60 PUSH_DATAm(struct nouveau_pushbuf *push, float m[16]) in PUSH_DATAm()
70 PUSH_DATAp(struct nouveau_pushbuf *push, const void *data, uint32_t size) in PUSH_DATAp()
77 PUSH_RELOC(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t offset, in PUSH_RELOC()
84 PUSH_KICK(struct nouveau_pushbuf *push) in PUSH_KICK()
90 BUFCTX(struct nouveau_pushbuf *push) in BUFCTX()
[all …]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
Dnv10_state_raster.c37 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_alpha_func() local
50 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_blend_color() local
62 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_blend_equation() local
74 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_blend_func() local
84 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_color_mask() local
96 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_depth() local
109 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_dither() local
118 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_logic_opcode() local
131 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_shade_model() local
141 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_stencil_func() local
[all …]
Dnv10_state_polygon.c37 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_cull_face() local
52 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_front_face() local
62 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_line_mode() local
81 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_point_mode() local
93 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_polygon_mode() local
106 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_polygon_offset() local
Dnouveau_local.h27 PUSH_AVAIL(struct nouveau_pushbuf *push) in PUSH_AVAIL()
33 PUSH_SPACE(struct nouveau_pushbuf *push, uint32_t size) in PUSH_SPACE()
41 PUSH_DATA(struct nouveau_pushbuf *push, uint32_t data) in PUSH_DATA()
47 PUSH_DATAf(struct nouveau_pushbuf *push, float v) in PUSH_DATAf()
54 PUSH_DATAb(struct nouveau_pushbuf *push, GLboolean x) in PUSH_DATAb()
60 PUSH_DATAm(struct nouveau_pushbuf *push, float m[16]) in PUSH_DATAm()
70 PUSH_DATAp(struct nouveau_pushbuf *push, const void *data, uint32_t size) in PUSH_DATAp()
77 PUSH_RELOC(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t offset, in PUSH_RELOC()
84 PUSH_KICK(struct nouveau_pushbuf *push) in PUSH_KICK()
90 BUFCTX(struct nouveau_pushbuf *push) in BUFCTX()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
Dnv30_state_validate.c40 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_fb() local
180 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_blend_colour() local
209 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_stencil_ref() local
220 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_stipple() local
229 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_scissor() local
250 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_viewport() local
270 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_clip() local
293 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_blend() local
302 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_zsa() local
311 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_rasterizer() local
[all …]
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_state_validate.c40 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_fb() local
180 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_blend_colour() local
209 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_stencil_ref() local
220 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_stipple() local
229 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_scissor() local
250 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_viewport() local
270 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_clip() local
293 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_blend() local
302 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_zsa() local
311 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_rasterizer() local
[all …]
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_state_validate.c9 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_zcull() local
58 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_fb() local
166 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_blend_colour() local
178 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_stencil_ref() local
188 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_stipple() local
199 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_scissor() local
220 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_viewport() local
255 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_upload_uclip_planes() local
290 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_clip() local
330 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_blend() local
[all …]
Dnvc0_shader_state.c34 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_program_update_context_state() local
87 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_vertprog_validate() local
107 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_fragprog_validate() local
135 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_tctlprog_validate() local
161 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_tevlprog_validate() local
185 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_gmtyprog_validate() local
214 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_tfb_validate() local
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
Dnvc0_state_validate.c9 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_zcull() local
58 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_fb() local
166 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_blend_colour() local
178 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_stencil_ref() local
188 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_stipple() local
199 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_scissor() local
220 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_viewport() local
255 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_upload_uclip_planes() local
290 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_clip() local
330 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_blend() local
[all …]
Dnvc0_shader_state.c34 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_program_update_context_state() local
87 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_vertprog_validate() local
107 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_fragprog_validate() local
135 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_tctlprog_validate() local
161 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_tevlprog_validate() local
185 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_gmtyprog_validate() local
214 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_tfb_validate() local
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
Dnouveau_winsys.h16 PUSH_AVAIL(struct nouveau_pushbuf *push) in PUSH_AVAIL()
22 PUSH_SPACE(struct nouveau_pushbuf *push, uint32_t size) in PUSH_SPACE()
30 PUSH_DATA(struct nouveau_pushbuf *push, uint32_t data) in PUSH_DATA()
36 PUSH_DATAp(struct nouveau_pushbuf *push, const void *data, uint32_t size) in PUSH_DATAp()
43 PUSH_DATAf(struct nouveau_pushbuf *push, float f) in PUSH_DATAf()
51 PUSH_KICK(struct nouveau_pushbuf *push) in PUSH_KICK()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_winsys.h16 PUSH_AVAIL(struct nouveau_pushbuf *push) in PUSH_AVAIL()
22 PUSH_SPACE(struct nouveau_pushbuf *push, uint32_t size) in PUSH_SPACE()
30 PUSH_DATA(struct nouveau_pushbuf *push, uint32_t data) in PUSH_DATA()
36 PUSH_DATAp(struct nouveau_pushbuf *push, const void *data, uint32_t size) in PUSH_DATAp()
43 PUSH_DATAf(struct nouveau_pushbuf *push, float f) in PUSH_DATAf()
51 PUSH_KICK(struct nouveau_pushbuf *push) in PUSH_KICK()
/external/chromium_org/v8/test/cctest/
Dtest-code-stubs-x87.cc60 __ push(ebx); in MakeConvertDToIFuncTrampoline() local
61 __ push(ecx); in MakeConvertDToIFuncTrampoline() local
62 __ push(edx); in MakeConvertDToIFuncTrampoline() local
63 __ push(esi); in MakeConvertDToIFuncTrampoline() local
64 __ push(edi); in MakeConvertDToIFuncTrampoline() local
76 __ push(reg); in MakeConvertDToIFuncTrampoline() local
82 __ push(MemOperand(esp, param_offset)); in MakeConvertDToIFuncTrampoline() local
83 __ push(MemOperand(esp, param_offset)); in MakeConvertDToIFuncTrampoline() local
Dtest-code-stubs-ia32.cc60 __ push(ebx); in MakeConvertDToIFuncTrampoline() local
61 __ push(ecx); in MakeConvertDToIFuncTrampoline() local
62 __ push(edx); in MakeConvertDToIFuncTrampoline() local
63 __ push(esi); in MakeConvertDToIFuncTrampoline() local
64 __ push(edi); in MakeConvertDToIFuncTrampoline() local
76 __ push(reg); in MakeConvertDToIFuncTrampoline() local
82 __ push(MemOperand(esp, param_offset)); in MakeConvertDToIFuncTrampoline() local
83 __ push(MemOperand(esp, param_offset)); in MakeConvertDToIFuncTrampoline() local
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_state_validate.c8 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_fb() local
105 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_blend_colour() local
117 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_stencil_ref() local
128 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_stipple() local
139 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_scissor() local
181 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_viewport() local
227 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_clip() local
254 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_blend() local
263 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_zsa() local
272 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_rasterizer() local
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
Dnv50_state_validate.c8 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_fb() local
105 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_blend_colour() local
117 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_stencil_ref() local
128 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_stipple() local
139 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_scissor() local
181 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_viewport() local
227 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_clip() local
254 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_blend() local
263 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_zsa() local
272 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_rasterizer() local
[all …]
/external/chromium_org/v8/src/ic/x87/
Dhandler-compiler-x87.cc32 __ push(receiver); in GenerateLoadViaGetter() local
130 __ push(receiver); in GenerateFastApiCall() local
136 __ push(arg); in GenerateFastApiCall() local
138 __ push(scratch_in); in GenerateFastApiCall() local
225 __ push(value()); in GenerateStoreViaSetter() local
234 __ push(receiver); in GenerateStoreViaSetter() local
235 __ push(value()); in GenerateStoreViaSetter() local
264 __ push(name); in PushInterceptorArguments() local
269 __ push(scratch); in PushInterceptorArguments() local
270 __ push(receiver); in PushInterceptorArguments() local
[all …]
/external/chromium_org/v8/src/ic/ia32/
Dhandler-compiler-ia32.cc32 __ push(receiver); in GenerateLoadViaGetter() local
130 __ push(receiver); in GenerateFastApiCall() local
136 __ push(arg); in GenerateFastApiCall() local
138 __ push(scratch_in); in GenerateFastApiCall() local
225 __ push(value()); in GenerateStoreViaSetter() local
234 __ push(receiver); in GenerateStoreViaSetter() local
235 __ push(value()); in GenerateStoreViaSetter() local
264 __ push(name); in PushInterceptorArguments() local
269 __ push(scratch); in PushInterceptorArguments() local
270 __ push(receiver); in PushInterceptorArguments() local
[all …]

12345678910>>...17