Searched refs:emit (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-10.1-release/sys/boot/common/
H A Dmisc.c173 #define emit(fmt, args...) {sprintf(lbuf, fmt , ## args); pager_output(lbuf);} macro
177 emit("%08lx ", (long) line);
181 emit("%02x ", *(u_int8_t *)(line + x));
183 emit("-- ");
186 emit(" ");
188 emit(" |");
194 emit("%c", c);
196 emit(" ");
199 emit("|\n");
/freebsd-10.1-release/usr.bin/xlint/lint2/
H A DMakefile7 SRCS= main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c inittyp.c
/freebsd-10.1-release/crypto/openssl/crypto/perlasm/
H A Dx86masm.pl27 &::emit($opcode,@arg);
33 sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); }
34 sub ::call_ptr { &::emit("call",@_); }
35 sub ::jmp_ptr { &::emit("jmp",@_); }
H A Dx86nasm.pl25 &::emit($opcode,@_);
31 sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); }
32 sub ::call_ptr { &::emit("call",@_); }
33 sub ::jmp_ptr { &::emit("jmp",@_); }
H A Dx86gas.pl47 if ($#_==0) { &::emit($opcode); }
49 { &::emit($opcode,@arg); }
50 else { &::emit($opcode.$suffix,@arg);}
60 sub ::cpuid { &::emit(".byte\t0x0f,0xa2"); }
61 sub ::rdtsc { &::emit(".byte\t0x0f,0x31"); }
63 sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); }
67 *::bswap = sub { &::emit("bswap","%$_[0]"); } if (!$::i386);
H A Dx86asm.pl29 sub ::emit
/freebsd-10.1-release/usr.bin/xlint/lint1/
H A DMakefile6 init.c emit.c emit1.c inittyp.c
/freebsd-10.1-release/contrib/gcc/
H A Dfunction.h109 #define reg_rtx_no (cfun->emit->x_reg_rtx_no)
110 #define regno_reg_rtx (cfun->emit->x_regno_reg_rtx)
111 #define seq_stack (cfun->emit->sequence_stack)
113 #define REGNO_POINTER_ALIGN(REGNO) (cfun->emit->regno_pointer_align[REGNO])
187 struct emit_status *emit;
455 /* Set when the call to function itself has been emit. */
186 struct emit_status *emit; local
H A Demit-rtl.c30 routines in insn-emit.c, which is generated automatically from
162 #define first_insn (cfun->emit->x_first_insn)
163 #define last_insn (cfun->emit->x_last_insn)
164 #define cur_insn_uid (cfun->emit->x_cur_insn_uid)
165 #define last_location (cfun->emit->x_last_location)
166 #define first_label_num (cfun->emit->x_first_label_num)
545 && cfun->emit
796 if (reg_rtx_no == f->emit->regno_pointer_align_length)
798 int old_size = f->emit->regno_pointer_align_length;
802 new = ggc_realloc (f->emit
4640 emit (rtx x) function
[all...]
/freebsd-10.1-release/contrib/dtc/
H A Dflattree.c258 static void flatten_tree(struct node *tree, struct emitter *emit, argument
269 emit->beginnode(etarget, tree->labels);
272 emit->string(etarget, tree->fullpath, 0);
274 emit->string(etarget, tree->name, 0);
276 emit->align(etarget, sizeof(cell_t));
286 emit->property(etarget, prop->labels);
287 emit->cell(etarget, prop->val.len);
288 emit->cell(etarget, nameoff);
291 emit->align(etarget, 8);
293 emit
[all...]
/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DCTagsEmitter.cpp40 void emit(raw_ostream &OS) const { function in class:__anon3831::Tag
92 I->emit(OS);
H A DDisassemblerEmitter.cpp84 /// which manage and emit the structures discussed above.
124 Tables.emit(OS);
H A DX86DisassemblerTables.h32 /// to emit them as hierarchical C structures suitable for consumption by the
87 /// @param decision - The ModR/M decision to emit. This decision has 256
115 /// @param decision - The OpcodeDecision to emit along with its subsidiary
149 /// @param decision - The ContextDecision to emit along with its subsidiary
233 /// emit - Emits the instruction table, context table, and class decisions.
236 void emit(raw_ostream &o) const;
H A DSequenceToOffsetTable.h10 // SequenceToOffsetTable can be used to emit a number of null-terminated
108 /// emit - Print out the table as the body of an array initializer.
110 void emit(raw_ostream &OS, function in class:llvm::SequenceToOffsetTable
113 assert(Entries && "Call layout() before emit()");
H A DRegisterInfoEmitter.cpp126 // emit anything.
414 if (RegNo == -1) // -1 is the default value, don't emit a mapping.
535 // Helper to emit a set of bits into a constant byte array.
790 DiffSeqs.emit(OS, printDiff16);
795 SubRegIdxSeqs.emit(OS, printSubRegIndex);
814 RegStrings.emit(OS, printChar);
1045 VTSeqs.emit(OS, printSimpleValueType, "MVT::Other");
1067 // Now that all of the structs have been emitted, emit the instances.
1121 SuperRegIdxSeqs.emit(OS, printSubRegIndex);
1173 // Now emit th
[all...]
H A DAsmWriterEmitter.cpp69 // emit a case label for them.
76 // Finally, emit the code.
117 // emit a switch for just this operand now.
398 // We always emit at least one 32-bit table. A second table is emitted if
426 StringTable.emit(O, printChar);
499 // Because this is a vector, we want to emit from the end. Reverse all of the
504 // Now that we've emitted all of the operand info that fit into 32 bits, emit
562 StringTable.emit(O, printChar);
786 continue; // We were told not to emit the alias, but to emit th
[all...]
/freebsd-10.1-release/usr.bin/rpcgen/
H A Drpc_util.h190 void emit(definition *def);
/freebsd-10.1-release/sys/dev/drm/
H A Dradeon_irq.c326 drm_radeon_irq_emit_t *emit = data; local
341 if (DRM_COPY_TO_USER(emit->irq_seq, &result, sizeof(int))) {
H A Di915_irq.c365 drm_i915_irq_emit_t *emit = data; local
377 if (DRM_COPY_TO_USER(emit->irq_seq, &result, sizeof(int))) {
/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Dradeon_irq.c291 drm_radeon_irq_emit_t *emit = data; local
306 if (DRM_COPY_TO_USER(emit->irq_seq, &result, sizeof(int))) {
/freebsd-10.1-release/usr.bin/bc/
H A Dbc.y83 static void emit(ssize_t);
199 emit($1);
829 emit(ssize_t i)
834 emit(instructions[i++].index);
844 emit(code);
/freebsd-10.1-release/gnu/usr.bin/cc/cc_int/
H A DMakefile45 dwarf2asm.o dwarf2out.o emit-rtl.o except.o explow.o loop-iv.o \
48 haifa-sched.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-modes.o \
/freebsd-10.1-release/gnu/usr.bin/cc/cc_tools/
H A DMakefile108 $(srcdir)/emit-rtl.c $(srcdir)/except.c $(srcdir)/explow.c $(srcdir)/expr.c \
409 .for F in attr attrtab automata codes conditions config constants emit \
466 .for F in attrtab automata emit extract opinit output peep preds recog
/freebsd-10.1-release/contrib/ipfilter/
H A Dipf.h371 extern void emit __P((int, int, void *, struct frentry *));
/freebsd-10.1-release/contrib/ipfilter/tools/
H A Dipf.c255 emit(-1, -1, NULL, NULL);

Completed in 278 milliseconds

12