Home
last modified time | relevance | path

Searched refs:emit (Results 1 – 25 of 11562) sorted by relevance

12345678910>>...463

/dports/textproc/re-flex/RE-flex-3.1.0/examples/
H A Dbraille.l36 void emit(const char *t) { in emit() function
146 ⠙/{la} emit("do");
149 ⠛/{la} emit("go");
280emit("0");
281emit("1");
282emit("2");
283emit("3");
284emit("4");
285emit("5");
286emit("6");
[all …]
/dports/emulators/dgen-sdl/dgen-sdl-1.33/star/
H A Dstar.c238 emit(";\n"); in gen_banner()
241 emit(";\n"); in gen_banner()
581 emit("ret\n"); in gen_interface()
606 emit("ret\n"); in gen_interface()
610 emit("ret\n"); in gen_interface()
2455 emit("\n"); in suffixes()
2770 emit( in op_quick()
2778 emit( in op_quick()
2789 emit( in op_quick()
2878 emit( in op_to_ea()
[all …]
/dports/emulators/gngeo/gngeo-gngeo_0.8/src/star/
H A Dstar.c225 emit(";\n"); in gen_banner()
228 emit(";\n"); in gen_banner()
565 emit("ret\n"); in gen_interface()
590 emit("ret\n"); in gen_interface()
594 emit("ret\n"); in gen_interface()
760 emit("ret\n"); in gen_interface()
2745 emit( in op_quick()
2753 emit( in op_quick()
2764 emit( in op_quick()
2853 emit( in op_to_ea()
[all …]
/dports/www/h2o-devel/h2o-dcc7134/deps/picotls/deps/micro-ecc/scripts/
H A Dsquare_avr.py28 def emit(line, *args): function
142 emit("ldi r23, 0")
144 emit("st z+, r0")
145 emit("mov r22, r1")
147 emit("ldi r24, 0")
149 emit("add r22, r0")
150 emit("adc r23, r1")
152 emit("add r22, r0")
155 emit("st z+, r22")
157 emit("ldi r22, 0")
[all …]
H A Dmult_avr.py24 def emit(line, *args): function
37 emit("ldi r25, 0")
40 emit("mul r2, r12")
41 emit("st z+, r0")
42 emit("st z+, r1")
45 emit("ldi r23, 0")
46 emit("mul r2, r12")
47 emit("st z+, r0")
50 emit("ldi r24, 0")
58 emit("st z+, r22")
[all …]
H A Dsquare_arm.py19 def emit(line, *args): function
33 emit("it hi")
84 emit("stmia r0!, {r11}")
86 emit("mov r9, #0")
89 emit("adcs r8, r11, #0")
90 emit("adc r9, r9, #0")
92 emit("adcs r8, r8, r11")
93 emit("adc r9, r9, #0")
94 emit("stmia r0!, {r12}")
96 emit("mov r10, #0")
[all …]
H A Dmult_arm.py18 def emit(line, *args): function
39 emit("stmia r0!, {r11}")
41 emit("mov r10, #0")
43 emit("adds r12, r12, r11")
44 emit("adc r9, r9, #0")
46 emit("adds r12, r12, r11")
47 emit("adcs r9, r9, r14")
48 emit("adc r10, r10, #0")
49 emit("stmia r0!, {r12}")
99 emit("mov r10, #0")
[all …]
/dports/lang/micropython/micropython-1.17/py/
H A Demitnative.c451 ASM_ENTRY(emit->as, emit->stack_start + emit->n_state - num_locals_in_regs); in emit_native_start_pass()
546 ASM_ENTRY(emit->as, emit->stack_start + emit->n_state); in emit_native_start_pass()
745 emit->qstr_link_cur, emit->qstr_link, in emit_native_end_pass()
767 if (emit->pass > MP_PASS_SCOPE && emit->stack_size > emit->scope->stack_size) { in adjust_stack()
1075 emit_native_mov_reg_state_addr(emit, reg_dest, emit->stack_start + emit->stack_size); in emit_get_stack_pointer_to_reg_for_pop()
1086 emit_native_mov_reg_state_addr(emit, reg_dest, emit->stack_start + emit->stack_size); in emit_get_stack_pointer_to_reg_for_push()
1196 emit->exit_label = *emit->label_slot; in emit_native_global_exc_entry()
2176 emit_native_jump(emit, *emit->label_slot); in emit_native_with_cleanup()
2794 emit_native_unwind_jump(emit, emit->exit_label, emit->exc_stack_size); in emit_native_return_value()
2832 emit_native_unwind_jump(emit, emit->exit_label, emit->exc_stack_size); in emit_native_return_value()
[all …]
H A Demitbc.c175 byte *c = emit->code_base + emit->code_info_size + emit->bytecode_offset; in emit_get_cur_to_write_bytecode()
347 MP_BC_PRELUDE_SIZE_ENCODE(emit->n_info, emit->n_cell, emit_write_code_info_byte, emit); in mp_emit_bc_start_pass()
350 emit->n_info = emit->code_info_offset; in mp_emit_bc_start_pass()
402 emit->n_info = emit->code_info_offset - emit->n_info; in mp_emit_bc_end_pass()
416 assert(emit->pass <= MP_PASS_STACK_SIZE || (emit->ct_num_obj == emit->ct_cur_obj)); in mp_emit_bc_end_pass()
417 emit->ct_num_obj = emit->ct_cur_obj; in mp_emit_bc_end_pass()
428 emit->bytecode_size = emit->bytecode_offset; in mp_emit_bc_end_pass()
429 emit->code_base = m_new0(byte, emit->code_info_size + emit->bytecode_size); in mp_emit_bc_end_pass()
447 emit->ct_cur_obj, emit->ct_cur_raw_code, in mp_emit_bc_end_pass()
463 if (emit->stack_size > emit->scope->stack_size) { in mp_emit_bc_adjust_stack_size()
[all …]
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/qcommon/
H A Dvm_x86_64.c450 emit("start:"); in VM_Compile()
454 emit("exit:"); in VM_Compile()
457 emit("main:"); in VM_Compile()
467 emit("nop"); in VM_Compile()
469 emit("nop"); in VM_Compile()
494 emit("nop"); in VM_Compile()
497 emit("int3"); in VM_Compile()
708 emit("cbw"); in VM_Compile()
729 emit("cdq"); in VM_Compile()
858 emit("nop"); in VM_Compile()
[all …]
/dports/games/openarena/openarena-engine-source-0.8.8/code/qcommon/
H A Dvm_x86_64.c487 emit("nop"); in VM_Compile()
489 emit("nop"); in VM_Compile()
521 emit("nop"); in VM_Compile()
525 emit("int3"); in VM_Compile()
534 emit("ret"); in VM_Compile()
790 emit("cbw"); in VM_Compile()
791 emit("cwde"); in VM_Compile()
797 emit("cwde"); in VM_Compile()
814 emit("cdq"); in VM_Compile()
831 emit("cdq"); in VM_Compile()
[all …]
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/qcommon/
H A Dvm_x86_64.c487 emit("nop"); in VM_Compile()
489 emit("nop"); in VM_Compile()
521 emit("nop"); in VM_Compile()
525 emit("int3"); in VM_Compile()
534 emit("ret"); in VM_Compile()
790 emit("cbw"); in VM_Compile()
791 emit("cwde"); in VM_Compile()
797 emit("cwde"); in VM_Compile()
814 emit("cdq"); in VM_Compile()
831 emit("cdq"); in VM_Compile()
[all …]
/dports/games/ioquake3-server/ioquake3-1.36/code/qcommon/
H A Dvm_x86_64.c320 emit("int3"); \
519 emit("start:"); in VM_Compile()
524 emit("main:"); in VM_Compile()
563 emit("nop"); in VM_Compile()
565 emit("nop"); in VM_Compile()
600 emit("nop"); in VM_Compile()
611 emit("ret"); in VM_Compile()
813 emit("cbw"); in VM_Compile()
834 emit("cdq"); in VM_Compile()
956 emit("ret"); in VM_Compile()
[all …]
/dports/games/ioquake3/ioquake3-1.36/code/qcommon/
H A Dvm_x86_64.c320 emit("int3"); \
519 emit("start:"); in VM_Compile()
524 emit("main:"); in VM_Compile()
563 emit("nop"); in VM_Compile()
565 emit("nop"); in VM_Compile()
600 emit("nop"); in VM_Compile()
611 emit("ret"); in VM_Compile()
813 emit("cbw"); in VM_Compile()
834 emit("cdq"); in VM_Compile()
956 emit("ret"); in VM_Compile()
[all …]
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/qcommon/
H A Dvm_x86_64.c320 emit("int3"); \
519 emit("start:"); in VM_Compile()
524 emit("main:"); in VM_Compile()
563 emit("nop"); in VM_Compile()
565 emit("nop"); in VM_Compile()
600 emit("nop"); in VM_Compile()
611 emit("ret"); in VM_Compile()
813 emit("cbw"); in VM_Compile()
834 emit("cdq"); in VM_Compile()
956 emit("ret"); in VM_Compile()
[all …]
/dports/games/evq3/evq3/code/qcommon/
H A Dvm_x86_64.c320 emit("int3"); \
519 emit("start:"); in VM_Compile()
524 emit("main:"); in VM_Compile()
563 emit("nop"); in VM_Compile()
565 emit("nop"); in VM_Compile()
600 emit("nop"); in VM_Compile()
611 emit("ret"); in VM_Compile()
813 emit("cbw"); in VM_Compile()
834 emit("cdq"); in VM_Compile()
956 emit("ret"); in VM_Compile()
[all …]
/dports/lang/erlang-runtime23/corba-5.0.2/lib/ic/src/
H A Dicunion.erl24 -import(ic_codegen, [emit/2, emit/3, emit/4, emit_c_enc_rpt/4, emit_c_dec_rpt/4]).
438 emit(Fd, " }\n\n"),
442 emit(Fd, "}\n\n\n").
493 emit(Fd, " }\n"),
496 emit(Fd, " }\n"),
567 emit(Fd, " }\n")
857 emit(Fd, " }\n\n"),
859 emit(Fd, "}\n\n\n").
1169 emit(Fd, " {\n"),
1178 emit(Fd, " {\n"),
[all …]
/dports/lang/erlang-runtime24/corba-5.0.2/lib/ic/src/
H A Dicunion.erl24 -import(ic_codegen, [emit/2, emit/3, emit/4, emit_c_enc_rpt/4, emit_c_dec_rpt/4]).
438 emit(Fd, " }\n\n"),
442 emit(Fd, "}\n\n\n").
493 emit(Fd, " }\n"),
496 emit(Fd, " }\n"),
567 emit(Fd, " }\n")
857 emit(Fd, " }\n\n"),
859 emit(Fd, "}\n\n\n").
1169 emit(Fd, " {\n"),
1178 emit(Fd, " {\n"),
[all …]
/dports/lang/erlang-runtime22/corba-4.5.2/lib/ic/src/
H A Dicunion.erl24 -import(ic_codegen, [emit/2, emit/3, emit/4, emit_c_enc_rpt/4, emit_c_dec_rpt/4]).
438 emit(Fd, " }\n\n"),
442 emit(Fd, "}\n\n\n").
493 emit(Fd, " }\n"),
496 emit(Fd, " }\n"),
567 emit(Fd, " }\n")
857 emit(Fd, " }\n\n"),
859 emit(Fd, "}\n\n\n").
1169 emit(Fd, " {\n"),
1178 emit(Fd, " {\n"),
[all …]
/dports/lang/erlang/corba-5.0.2/lib/ic/src/
H A Dicunion.erl24 -import(ic_codegen, [emit/2, emit/3, emit/4, emit_c_enc_rpt/4, emit_c_dec_rpt/4]).
438 emit(Fd, " }\n\n"),
442 emit(Fd, "}\n\n\n").
493 emit(Fd, " }\n"),
496 emit(Fd, " }\n"),
567 emit(Fd, " }\n")
857 emit(Fd, " }\n\n"),
859 emit(Fd, "}\n\n\n").
1169 emit(Fd, " {\n"),
1178 emit(Fd, " {\n"),
[all …]
/dports/lang/erlang-runtime21/corba-4.5.2/lib/ic/src/
H A Dicunion.erl24 -import(ic_codegen, [emit/2, emit/3, emit/4, emit_c_enc_rpt/4, emit_c_dec_rpt/4]).
438 emit(Fd, " }\n\n"),
442 emit(Fd, "}\n\n\n").
493 emit(Fd, " }\n"),
496 emit(Fd, " }\n"),
567 emit(Fd, " }\n")
857 emit(Fd, " }\n\n"),
859 emit(Fd, "}\n\n\n").
1169 emit(Fd, " {\n"),
1178 emit(Fd, " {\n"),
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c555 emit->ptr = new_buf + (emit->ptr - emit->buf); in expand()
595 while (emit->ptr - emit->buf + nr_dwords * sizeof(uint32) >= emit->size) { in reserve()
2873 emit_dwords(emit, (unsigned *) emit->immediates, 4 * emit->num_immediates); in emit_vgpu10_immediates_block()
3635 emit_dword(emit, emit->cs.block_width); in emit_compute_shader_declarations()
3636 emit_dword(emit, emit->cs.block_height); in emit_compute_shader_declarations()
3637 emit_dword(emit, emit->cs.block_depth); in emit_compute_shader_declarations()
3679 emit_dword(emit, emit->index_range.size); in emit_index_range_declaration()
3681 emit_dword(emit, emit->index_range.count); in emit_index_range_declaration()
3685 emit_dword(emit, emit->index_range.count); in emit_index_range_declaration()
12455 emit->reserved_token = (emit->ptr - emit->buf) / sizeof(VGPU10OpcodeToken0); in emit_vgpu10_header()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c476 new_buf = REALLOC(emit->buf, emit->size, newsize); in expand()
488 emit->ptr = new_buf + (emit->ptr - emit->buf); in expand()
528 while (emit->ptr - emit->buf + nr_dwords * sizeof(uint32) >= emit->size) { in reserve()
564 return (emit->ptr - emit->buf) / sizeof(unsigned); in emit_get_num_tokens()
2707 emit_dword(emit, 2 + 4 * emit->num_immediates); in emit_vgpu10_immediates_block()
2708 emit_dwords(emit, (unsigned *) emit->immediates, 4 * emit->num_immediates); in emit_vgpu10_immediates_block()
3444 emit_dword(emit, emit->index_range.size); in emit_index_range_declaration()
3446 emit_dword(emit, emit->index_range.count); in emit_index_range_declaration()
3450 emit_dword(emit, emit->index_range.count); in emit_index_range_declaration()
10812 emit->reserved_token = (emit->ptr - emit->buf) / sizeof(VGPU10OpcodeToken0); in emit_vgpu10_header()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c476 new_buf = REALLOC(emit->buf, emit->size, newsize); in expand()
488 emit->ptr = new_buf + (emit->ptr - emit->buf); in expand()
528 while (emit->ptr - emit->buf + nr_dwords * sizeof(uint32) >= emit->size) { in reserve()
564 return (emit->ptr - emit->buf) / sizeof(unsigned); in emit_get_num_tokens()
2707 emit_dword(emit, 2 + 4 * emit->num_immediates); in emit_vgpu10_immediates_block()
2708 emit_dwords(emit, (unsigned *) emit->immediates, 4 * emit->num_immediates); in emit_vgpu10_immediates_block()
3444 emit_dword(emit, emit->index_range.size); in emit_index_range_declaration()
3446 emit_dword(emit, emit->index_range.count); in emit_index_range_declaration()
3450 emit_dword(emit, emit->index_range.count); in emit_index_range_declaration()
10812 emit->reserved_token = (emit->ptr - emit->buf) / sizeof(VGPU10OpcodeToken0); in emit_vgpu10_header()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c476 new_buf = REALLOC(emit->buf, emit->size, newsize); in expand()
488 emit->ptr = new_buf + (emit->ptr - emit->buf); in expand()
528 while (emit->ptr - emit->buf + nr_dwords * sizeof(uint32) >= emit->size) { in reserve()
564 return (emit->ptr - emit->buf) / sizeof(unsigned); in emit_get_num_tokens()
2707 emit_dword(emit, 2 + 4 * emit->num_immediates); in emit_vgpu10_immediates_block()
2708 emit_dwords(emit, (unsigned *) emit->immediates, 4 * emit->num_immediates); in emit_vgpu10_immediates_block()
3444 emit_dword(emit, emit->index_range.size); in emit_index_range_declaration()
3446 emit_dword(emit, emit->index_range.count); in emit_index_range_declaration()
3450 emit_dword(emit, emit->index_range.count); in emit_index_range_declaration()
10812 emit->reserved_token = (emit->ptr - emit->buf) / sizeof(VGPU10OpcodeToken0); in emit_vgpu10_header()
[all …]

12345678910>>...463