Home
last modified time | relevance | path

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

12345

/dragonfly/stand/boot/common/
H A Dmisc.c173 #define emit(fmt, args...) {sprintf(lbuf, fmt , ## args); pager_output(lbuf);} in hexdump() macro
177 emit("%08lx ", (long) line); in hexdump()
181 emit("%02x ", *(u_int8_t *)(line + x)); in hexdump()
183 emit("-- "); in hexdump()
186 emit(" "); in hexdump()
188 emit(" |"); in hexdump()
194 emit("%c", c); in hexdump()
196 emit(" "); in hexdump()
199 emit("|\n"); in hexdump()
/dragonfly/contrib/gcc-4.7/gcc/
H A Demit-rtl.h77 return crtl->emit.x_first_insn; in get_insns()
86 crtl->emit.x_first_insn = insn; in set_first_insn()
94 return crtl->emit.x_last_insn; in get_last_insn()
103 crtl->emit.x_last_insn = insn; in set_last_insn()
111 return crtl->emit.x_cur_insn_uid; in get_max_uid()
H A Dfunction.h101 #define reg_rtx_no (crtl->emit.x_reg_rtx_no)
102 #define seq_stack (crtl->emit.sequence_stack)
104 #define REGNO_POINTER_ALIGN(REGNO) (crtl->emit.regno_pointer_align[REGNO])
249 struct emit_status emit; member
H A Demit-rtl.c142 #define cur_insn_uid (crtl->emit.x_cur_insn_uid)
143 #define cur_debug_insn_uid (crtl->emit.x_cur_debug_insn_uid)
144 #define last_location (crtl->emit.x_last_location)
145 #define first_label_num (crtl->emit.x_first_label_num)
620 && cfun->emit in gen_rtx_REG()
893 if (reg_rtx_no == crtl->emit.regno_pointer_align_length) in gen_reg_rtx()
895 int old_size = crtl->emit.regno_pointer_align_length; in gen_reg_rtx()
901 crtl->emit.regno_pointer_align = (unsigned char *) tmp; in gen_reg_rtx()
907 crtl->emit.regno_pointer_align_length = old_size * 2; in gen_reg_rtx()
5060 emit (rtx x) in emit() function
[all …]
/dragonfly/contrib/mdocml/
H A Ddemandoc.c139 int emit; in pstring() local
154 emit = isalpha((unsigned char)p[0]) && in pstring()
163 emit = 0; in pstring()
179 if (emit && end - start >= 1) { in pstring()
/dragonfly/contrib/gcc-8.0/gcc/
H A Demit-rtl.h61 struct emit_status emit; member
381 return &crtl->emit.seq; in get_current_sequence()
439 return crtl->emit.x_cur_insn_uid; in get_max_uid()
H A Dfunction.h90 #define reg_rtx_no (crtl->emit.x_reg_rtx_no)
92 #define REGNO_POINTER_ALIGN(REGNO) (crtl->emit.regno_pointer_align[REGNO])
H A Demit-rtl.c189 #define cur_insn_uid (crtl->emit.x_cur_insn_uid)
190 #define cur_debug_insn_uid (crtl->emit.x_cur_debug_insn_uid)
191 #define first_label_num (crtl->emit.x_first_label_num)
832 && cfun->emit in gen_rtx_REG()
1187 gcc_assert (crtl->emit.regno_pointer_align_length); in gen_reg_rtx()
1189 crtl->emit.ensure_regno_capacity (); in gen_reg_rtx()
1190 gcc_assert (reg_rtx_no < crtl->emit.regno_pointer_align_length); in gen_reg_rtx()
1220 crtl->emit.regno_pointer_align_length = new_size; in ensure_regno_capacity()
5483 emit (rtx x, bool allow_barrier_p) in emit() function
5852 crtl->emit.regno_pointer_align_length = LAST_VIRTUAL_REGISTER + 101; in init_emit()
[all …]
/dragonfly/sys/dev/drm/i915/
H A Dintel_ringbuffer.c59 space = __intel_ring_space(ring->head, ring->emit, ring->size); in intel_ring_update_space()
1262 ring->emit = tail; in intel_ring_reset()
1597 ring->emit, ring->size)) in wait_for_space()
1634 const int remain_actual = ring->size - ring->emit; in intel_ring_begin()
1664 GEM_BUG_ON(ring->emit + need_wrap > ring->size); in intel_ring_begin()
1667 memset(ring->vaddr + ring->emit, 0, need_wrap); in intel_ring_begin()
1668 ring->emit = 0; in intel_ring_begin()
1672 GEM_BUG_ON(ring->emit > ring->size - bytes); in intel_ring_begin()
1674 cs = ring->vaddr + ring->emit; in intel_ring_begin()
1676 ring->emit += bytes; in intel_ring_begin()
[all …]
H A Dintel_ringbuffer.h138 u32 emit; member
664 GEM_BUG_ON((req->ring->vaddr + req->ring->emit) != cs); in intel_ring_advance()
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-h8300.texi161 Recognize and emit additional instructions for the H8/300H variant, and
162 also make @code{.int} emit 32-bit numbers rather than the usual (16-bit)
166 Recognize and emit additional instructions for the H8S variant, and
167 also make @code{.int} emit 32-bit numbers rather than the usual (16-bit)
171 Recognize and emit additional instructions for the H8/300H variant in
172 normal mode, and also make @code{.int} emit 32-bit numbers rather than
176 Recognize and emit additional instructions for the H8S variant in
177 normal mode, and also make @code{.int} emit 32-bit numbers rather than
H A Dc-tic6x.texi47 does not use DSBT addressing. The linker will emit a warning if
61 emit a warning if objects built with different settings of this option
73 emit a warning if objects of different type (position-dependent and
/dragonfly/usr.bin/bc/
H A Dbc.y78 static void emit(ssize_t);
181 emit($1);
809 emit(ssize_t i) in emit() function
813 emit(instructions[i++].index); in emit()
822 emit(code); in emit_macro()
/dragonfly/gnu/usr.bin/cc47/cc_tools/tools/
H A DMakefile23 genprogrtl = attr attr-common attrtab automata codes conditions config emit \
82 simple_generated_c = insn-attrtab.c insn-automata.c insn-emit.c \
/dragonfly/usr.bin/rpcgen/
H A Drpc_util.h187 void emit(definition *);
/dragonfly/contrib/binutils-2.34/gold/
H A Dcopy-relocs.h88 emit(Output_data_reloc<sh_type, true, size, big_endian>*);
H A Dcopy-relocs.cc235 Copy_relocs<sh_type, size, big_endian>::emit( in emit() function in gold::Copy_relocs
/dragonfly/contrib/binutils-2.27/gold/
H A Dcopy-relocs.h87 emit(Output_data_reloc<sh_type, true, size, big_endian>*);
H A Dcopy-relocs.cc207 Copy_relocs<sh_type, size, big_endian>::emit( in emit() function in gold::Copy_relocs
/dragonfly/etc/mtree/
H A DREADME24 not emit the trailing white space would be even uglier):
/dragonfly/gnu/usr.bin/cc47/liblto_plugin/
H A DMakefile.headers31 emit-rtl.h \
/dragonfly/gnu/usr.bin/cc80/
H A DMakefile.langs54 $(srcdir)/dojump.c $(srcdir)/emit-rtl.h \
55 $(srcdir)/emit-rtl.c $(srcdir)/except.h $(srcdir)/explow.c $(srcdir)/expr.c \
/dragonfly/gnu/usr.bin/cc80/cc_tools/tools/
H A DMakefile30 genprogrtl= attr attr-common attrtab automata codes conditions config emit \
106 simple_rtl_generated_c= insn-automata.c insn-emit.c insn-extract.c \
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dfrontends.texi58 have been implemented as ``preprocessors'' which emit another high
/dragonfly/contrib/gcc-4.7/gcc/objc/
H A Dobjc-tree.def64 it and we just need to swap Operand 2 in, and emit the deprecation

12345