Home
last modified time | relevance | path

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

12345678910>>...13

/freebsd/stand/libsa/
H A Dhexdump.c40 #define emit(fmt, args...) {sprintf(lbuf, fmt , ## args); pager_output(lbuf);} in hexdump() macro
45 #define emit(fmt, args...) printf(fmt, ## args) in hexdump() macro
49 emit("%08lx ", (long) line); in hexdump()
53 emit("%02x ", *(uint8_t *)(line + x)); in hexdump()
55 emit("-- "); in hexdump()
58 emit(" "); in hexdump()
60 emit(" |"); in hexdump()
66 emit("%c", c); in hexdump()
68 emit(" "); in hexdump()
71 emit("|\n"); in hexdump()
/freebsd/share/examples/bootforth/
H A Dscreen.4th5 : escc ( -- ) \ emit Esc-[
6 91 27 emit emit
10 escc 72 emit \ Esc-[H
14 escc 74 emit \ Esc-[J
22 escc .# 59 emit .# 72 emit \ Esc-[%d;%dH
26 escc 3 .# .# 109 emit \ Esc-[3%dm
30 escc 4 .# .# 109 emit \ Esc-[4%dm
34 escc 109 emit
H A Dframes.4th38 h_el @ emit
64 v_el @ emit
80 2dup at-xy lt_el @ emit \ Draw left-top corner
81 2dup 4 pick + at-xy lb_el @ emit \ Draw left bottom corner
82 2dup swap 5 pick + swap at-xy rt_el @ emit \ Draw right top corner
83 2 pick + swap 3 pick + swap at-xy rb_el @ emit
/freebsd/stand/forth/
H A Dscreen.4th29 \ emit Esc-[
30 : escc ( -- ) 27 emit [char] [ emit ;
33 : ho ( -- ) escc [char] H emit ;
36 : cld ( -- ) escc [char] J emit ;
42 : ris ( -- ) 27 emit [char] c emit ;
45 : at-xy ( x y -- ) escc .# [char] ; emit .# [char] H emit ;
48 : fg ( x -- ) escc 3 .# .# [char] m emit ;
51 : bg ( x -- ) escc 4 .# .# [char] m emit ;
54 : me ( -- ) escc [char] m emit ;
57 : b ( -- ) escc 1 .# [char] m emit ;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600MCCodeEmitter.cpp52 void emit(uint32_t value, SmallVectorImpl<char> &CB) const;
53 void emit(uint64_t value, SmallVectorImpl<char> &CB) const;
105 emit(InstWord01, CB); in encodeInstruction()
106 emit(InstWord2, CB); in encodeInstruction()
107 emit((uint32_t)0, CB); in encodeInstruction()
124 emit(Word01, CB); in encodeInstruction()
125 emit(Word2, CB); in encodeInstruction()
126 emit((uint32_t)0, CB); in encodeInstruction()
136 emit(Inst, CB); in encodeInstruction()
140 void R600MCCodeEmitter::emit(uint32_t Value, SmallVectorImpl<char> &CB) const { in emit() function in R600MCCodeEmitter
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DWarnMissedTransforms.cpp28 ORE->emit( in warnAboutLeftoverTransformations()
39 ORE->emit( in warnAboutLeftoverTransformations()
56 ORE->emit( in warnAboutLeftoverTransformations()
64 ORE->emit( in warnAboutLeftoverTransformations()
75 ORE->emit( in warnAboutLeftoverTransformations()
H A DLoopVersioningLICM.cpp372 ORE->emit([&]() { in legalLoopInstructions()
391 ORE->emit([&]() { in legalLoopInstructions()
423 ORE->emit([&]() { in legalLoopInstructions()
466 ORE->emit([&]() { in isLegalForVersioning()
486 ORE->emit([&]() { in isLegalForVersioning()
496 ORE->emit([&]() { in isLegalForVersioning()
/freebsd/crypto/openssl/crypto/perlasm/
H A Dx86gas.pl54 if ($#_==0) { &::emit($opcode); }
56 { &::emit($opcode,@arg); }
57 else { &::emit($opcode.$suffix,@arg);}
67 sub ::cpuid { &::emit(".byte\t0x0f,0xa2"); }
68 sub ::rdtsc { &::emit(".byte\t0x0f,0x31"); }
70 sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); }
74 *::bswap = sub { &::emit("bswap","%$_[0]"); } if (!$::i386);
H A Dx86masm.pl34 &::emit($opcode,@arg);
40 sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); }
41 sub ::call_ptr { &::emit("call",@_); }
42 sub ::jmp_ptr { &::emit("jmp",@_); }
H A Dx86nasm.pl32 &::emit($opcode,@_);
38 sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); }
39 sub ::call_ptr { &::emit("call",@_); }
40 sub ::jmp_ptr { &::emit("jmp",@_); }
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPatternsV65.td15 ".error \"should not emit\" ",
25 ".error \"should not emit\" ",
35 ".error \"should not emit\" ",
50 ".error \"should not emit\" ",
61 ".error \"should not emit\" ",
72 ".error \"should not emit\" ",
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def94 DEBUGOPT(DebugFwdTemplateParams, 1, 0) ///< Whether to emit complete
101 ///< Whether to emit template parameters in the textual names of
121 /// Whether we should emit CodeView debug information. It's possible to emit
125 /// Whether to emit the .debug$H section containing hashes of CodeView types.
128 /// Whether to emit the compiler path and command line into the CodeView debug information.
131 /// Whether emit extra debug info for sample pgo profile collection.
134 /// Whether to emit DW_TAG_template_alias for template aliases.
137 /// Whether to emit .debug_gnu_pubnames section instead of .debug_pubnames.
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h189 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() function
195 BCRecordCoding<Fields...>::emit(Stream, buffer, code, in emit()
226 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() function
255 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() function
262 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() function
274 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() function
277 emit(Stream, buffer, code, array); in emit()
281 static void emit(llvm::BitstreamWriter &Stream, BufferTy &Buffer, in emit() function
310 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() function
376 void emit(BufferTy &buffer, unsigned id, Data &&...data) const {
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp122 void emit(AsmPrinter *Asm) const;
141 void emit(AsmPrinter *Asm) const;
163 void emit() const;
195 void emit(Dwarf5AccelTableWriter &Ctx);
246 void emit();
281 void AppleAccelTableWriter::Header::emit(AsmPrinter *Asm) const { in emit() function in AppleAccelTableWriter::Header
296 void AppleAccelTableWriter::HeaderData::emit(AsmPrinter *Asm) const { in emit() function in AppleAccelTableWriter::HeaderData
348 V->emit(Asm); in emitData()
357 void AppleAccelTableWriter::emit() const { in emit() function in AppleAccelTableWriter
358 Header.emit(Asm); in emit()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DYAMLRemarkSerializer.h41 void emit(const Remark &Remark) override;
62 void emit() override;
83 void emit(const Remark &Remark) override;
103 void emit() override;
/freebsd/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk480 emit("/*\n")
481 emit(" * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.\n")
482 emit(" *\n")
483 emit(" * generated from nvram map: " FILENAME "\n")
484 emit(" */\n")
485 emit("\n")
567 emit("/* Variable definitions */\n")
568 emit("const struct bhnd_nvram_vardefn " \
575 emit("};\n")
576 emit("const size_t bhnd_nvram_num_vardefns = " _noutput_vars ";\n")
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMSA.txt18 It is not possible to emit bclri.b since andi.b covers exactly the
23 It is not possible to emit vshf.w when the shuffle description is
36 It is not possible to emit ilvl.d, or pckev.d since ilvev.d covers the
40 It is not possible to emit ilvr.d, or pckod.d since ilvod.d covers the
48 It is not possible to emit splati.w since shf.w covers the same cases.
52 On MIPS32, the copy_u.d intrinsic will emit this instruction instead of
66 It is (currently) not possible to emit bmz.v, or bsel.v since bmnz.v is
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp172 void YAMLRemarkSerializer::emit(const Remark &Remark) { in emit() function in YAMLRemarkSerializer
184 void YAMLStrTabRemarkSerializer::emit(const Remark &Remark) { in emit() function in YAMLStrTabRemarkSerializer
190 MetaSerializer->emit(); in emit()
195 YAMLRemarkSerializer::emit(Remark); in emit()
242 void YAMLMetaSerializer::emit() { in emit() function in YAMLMetaSerializer
250 void YAMLStrTabMetaSerializer::emit() { in emit() function in YAMLStrTabMetaSerializer
/freebsd/share/mk/
H A Dbsd.suffixes.mk15 ${CC} -emit-llvm ${IR_CFLAGS} -c ${.IMPSRC} -o ${.TARGET}
18 ${CC} -emit-llvm ${IR_CFLAGS} -S ${.IMPSRC} -o ${.TARGET}
27 ${CXX} -emit-llvm ${IR_CXXFLAGS} -c ${.IMPSRC} -o ${.TARGET}
30 ${CXX} -emit-llvm ${IR_CXXFLAGS} -S ${.IMPSRC} -o ${.TARGET}
/freebsd/contrib/mandoc/
H A Ddemandoc.c150 int emit; in pstring() local
165 emit = isalpha((unsigned char)p[0]) && in pstring()
174 emit = 0; in pstring()
190 if (emit && end - start >= 1) { in pstring()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dsyncstream60 bool emit();
107 void emit();
151 // to the wrapped stream buffer object *wrapped when emit() is called
184 // This function causes emit() aquire two mutexes:
273 emit();
284 // The function is specified to call emit. This call should
286 emit();
310 _LIBCPP_HIDE_FROM_ABI bool emit() { return emit(false); }
323 if (__emit_on_sync_ && !emit(true))
366 _LIBCPP_HIDE_FROM_ABI bool emit(bool __flush) {
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.cpp242 static void emit(Program &P, std::vector<std::byte> &Code, const T &Val, in emit() function
292 void emit(Program &P, std::vector<std::byte> &Code, const Floating &Val, in emit() function
298 void emit(Program &P, std::vector<std::byte> &Code, in emit() function
304 void emit(Program &P, std::vector<std::byte> &Code, const IntegralAP<true> &Val, in emit() function
315 emit(P, Code, Op, Success); in emitOp()
319 (..., emit(P, Code, Args, Success)); in emitOp()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp51 void MCPseudoProbe::emit(MCObjectStreamer *MCOS, in emit() function in MCPseudoProbe
143 void MCPseudoProbeInlineTree::emit(MCObjectStreamer *MCOS, in emit() function in MCPseudoProbeInlineTree
175 LastProbe->emit(MCOS, nullptr); in emit()
179 Probe.emit(MCOS, LastProbe); in emit()
199 Inlinee.second->emit(MCOS, LastProbe); in emit()
209 void MCPseudoProbeSections::emit(MCObjectStreamer *MCOS) { in emit() function in MCPseudoProbeSections
244 Inlinee.second->emit(MCOS, Probe); in emit()
253 void MCPseudoProbeTable::emit(MCObjectStreamer *MCOS) { in emit() function in MCPseudoProbeTable
266 ProbeSections.emit(MCOS); in emit()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DOptimizationRemarkEmitter.h73 void emit(DiagnosticInfoOptimizationBase &OptDiag);
78 void emit(T RemarkBuilder, decltype(RemarkBuilder()) * = nullptr) {
88 emit((DiagnosticInfoOptimizationBase &)R);
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp100 void DfaEmitter::emit(StringRef Name, raw_ostream &OS) { in emit() function in DfaEmitter
127 Table.emit( in emit()
204 void emit(raw_ostream &OS);
238 A.emit(OS); in run()
249 void Automaton::emit(raw_ostream &OS) { in emit() function in Automaton
298 Emitter.emit(Name, OS); in emit()

12345678910>>...13