| /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
| D | pushnosize.asm | 2 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 …]
|
| D | push64.asm | 2 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
|
| D | strict.asm | 61 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/ |
| D | jmemdosa.asm | 47 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/ |
| D | jmemdosa.asm | 47 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/ |
| D | nv10_state_raster.c | 37 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 …]
|
| D | nv10_state_polygon.c | 37 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
|
| D | nouveau_local.h | 27 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/ |
| D | nv10_state_raster.c | 37 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 …]
|
| D | nv10_state_polygon.c | 37 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
|
| D | nouveau_local.h | 27 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/mesa3d/src/gallium/drivers/nv30/ |
| D | nv30_state_validate.c | 40 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/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
| D | nv30_state_validate.c | 40 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/nouveau/ |
| D | nouveau_winsys.h | 16 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/third_party/mesa/src/src/gallium/drivers/nouveau/ |
| D | nouveau_winsys.h | 16 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/third_party/mesa/src/src/gallium/drivers/nvc0/ |
| D | nvc0_state_validate.c | 9 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 …]
|
| D | nvc0_shader_state.c | 34 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/mesa3d/src/gallium/drivers/nvc0/ |
| D | nvc0_state_validate.c | 9 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 …]
|
| D | nvc0_shader_state.c | 34 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
|
| D | nvc0_vbo.c | 168 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_set_constant_vertex_attrib() local 229 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_update_user_vbufs() local 271 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_update_user_vbufs_shared() local 309 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_vertex_buffers() local 372 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_vertex_buffers_shared() local 411 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_vertex_arrays_validate() local 506 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_idxbuf_validate() local 552 nvc0_draw_vbo_kick_notify(struct nouveau_pushbuf *push) in nvc0_draw_vbo_kick_notify() 564 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_draw_arrays() local 589 nvc0_draw_elements_inline_u08(struct nouveau_pushbuf *push, const uint8_t *map, in nvc0_draw_elements_inline_u08() [all …]
|
| /external/chromium_org/v8/test/cctest/ |
| D | test-code-stubs-x87.cc | 61 __ push(ebx); in MakeConvertDToIFuncTrampoline() local 62 __ push(ecx); in MakeConvertDToIFuncTrampoline() local 63 __ push(edx); in MakeConvertDToIFuncTrampoline() local 64 __ push(esi); in MakeConvertDToIFuncTrampoline() local 65 __ push(edi); in MakeConvertDToIFuncTrampoline() local 77 __ push(reg); in MakeConvertDToIFuncTrampoline() local 83 __ push(MemOperand(esp, param_offset)); in MakeConvertDToIFuncTrampoline() local 84 __ push(MemOperand(esp, param_offset)); in MakeConvertDToIFuncTrampoline() local
|
| D | test-code-stubs-ia32.cc | 61 __ push(ebx); in MakeConvertDToIFuncTrampoline() local 62 __ push(ecx); in MakeConvertDToIFuncTrampoline() local 63 __ push(edx); in MakeConvertDToIFuncTrampoline() local 64 __ push(esi); in MakeConvertDToIFuncTrampoline() local 65 __ push(edi); in MakeConvertDToIFuncTrampoline() local 77 __ push(reg); in MakeConvertDToIFuncTrampoline() local 83 __ push(MemOperand(esp, param_offset)); in MakeConvertDToIFuncTrampoline() local 84 __ push(MemOperand(esp, param_offset)); in MakeConvertDToIFuncTrampoline() local
|
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
| D | nv50_state_validate.c | 8 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/mesa3d/src/gallium/drivers/nv50/ |
| D | nv50_state_validate.c | 8 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/apache-harmony/support/src/test/java/tests/util/ |
| D | CallVerificationStack.java | 117 public Object push(Object o) { in push() method in CallVerificationStack 127 public void push(boolean val) { in push() method in CallVerificationStack 136 public void push(char val) { in push() method in CallVerificationStack 145 public void push(double val) { in push() method in CallVerificationStack 154 public void push(float val) { in push() method in CallVerificationStack 163 public void push(int val) { in push() method in CallVerificationStack 172 public void push(long val) { in push() method in CallVerificationStack 181 public void push(short val) { in push() method in CallVerificationStack
|