Home
last modified time | relevance | path

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

12345678910>>...15

/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.cpp51 void emit(uint32_t value, SmallVectorImpl<char> &CB) const;
52 void emit(uint64_t value, SmallVectorImpl<char> &CB) const;
104 emit(InstWord01, CB); in encodeInstruction()
105 emit(InstWord2, CB); in encodeInstruction()
106 emit((uint32_t)0, CB); in encodeInstruction()
123 emit(Word01, CB); in encodeInstruction()
124 emit(Word2, CB); in encodeInstruction()
125 emit((uint32_t)0, CB); in encodeInstruction()
135 emit(Inst, CB); in encodeInstruction()
139 void R600MCCodeEmitter::emit(uint32_t Value, SmallVectorImpl<char> &CB) const { in emit() function in R600MCCodeEmitter
[all …]
/freebsd/contrib/lyaml/lib/lyaml/
H A Dinit.lua86 emit = function(self, event) function
87 return self.emitter.emit(event)
106 return self:emit {
119 self:emit {
128 return self:emit {type='MAPPING_END'}
138 self:emit {
146 return self:emit {type='SEQUENCE_END'}
151 return self:emit {
184 return self:emit {
229 self:emit {type='DOCUMENT_START'}
[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.cpp383 ORE->emit([&]() { in legalLoopInstructions()
395 ORE->emit([&]() { in legalLoopInstructions()
427 ORE->emit([&]() { in legalLoopInstructions()
470 ORE->emit([&]() { in isLegalForVersioning()
490 ORE->emit([&]() { in isLegalForVersioning()
500 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 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",@_); }
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",@_); }
/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.def79 DEBUGOPT(DebugFwdTemplateParams, 1, 0, Affecting) ///< Whether to emit complete
86 ///< Whether to emit template parameters in the textual names of
106 /// Whether we should emit CodeView debug information. It's possible to emit
110 /// Whether to emit the .debug$H section containing hashes of CodeView types.
113 /// Whether to emit the compiler path and command line into the CodeView debug information.
116 /// Whether emit extra debug info for sample pgo profile collection.
119 /// Whether to emit DW_TAG_template_alias for template aliases.
122 /// 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.cpp121 void emit(AsmPrinter *Asm) const;
140 void emit(AsmPrinter *Asm) const;
162 void emit() const;
194 void emit(Dwarf5AccelTableWriter &Ctx);
245 void emit();
280 void AppleAccelTableWriter::Header::emit(AsmPrinter *Asm) const { in emit() function in AppleAccelTableWriter::Header
295 void AppleAccelTableWriter::HeaderData::emit(AsmPrinter *Asm) const { in emit() function in AppleAccelTableWriter::HeaderData
347 V->emit(Asm); in emitData()
356 void AppleAccelTableWriter::emit() const { in emit() function in AppleAccelTableWriter
357 Header.emit(Asm); in emit()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DOptimizationRemarkEmitter.h72 LLVM_ABI void emit(DiagnosticInfoOptimizationBase &OptDiag);
75 void emit(DiagnosticInfoOptimizationBase &&OptDiag) { emit(OptDiag); } in emit() function
80 void emit(T RemarkBuilder, decltype(RemarkBuilder()) * = nullptr) {
90 emit((DiagnosticInfoOptimizationBase &)R);
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DByteCodeEmitter.cpp138 static void emit(Program &P, std::vector<std::byte> &Code, const T &Val, in emit() function
189 void emit(Program &P, std::vector<std::byte> &Code, const Floating &Val, in emit() function
195 void emit(Program &P, std::vector<std::byte> &Code, in emit() function
201 void emit(Program &P, std::vector<std::byte> &Code, const IntegralAP<true> &Val, in emit() function
207 void emit(Program &P, std::vector<std::byte> &Code, const FixedPoint &Val, in emit() function
219 emit(P, Code, Op, Success); in emitOp()
223 (..., emit(P, Code, Args, Success)); in emitOp()
/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/lyaml/spec/
H A Dspec_helper.lua51 ok, msg = emitter.emit {type=v}
53 ok, msg = emitter.emit(v)
68 function emit(list) function
70 emitter.emit {type='STREAM_START'}
72 local _, msg = emitter.emit {type='STREAM_END'}
/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/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/llvm-project/libcxx/include/
H A Dsyncstream62 bool emit();
109 void emit();
158 // to the wrapped stream buffer object *wrapped when emit() is called
191 // This function causes emit() aquire two mutexes:
281 emit();
292 // The function is specified to call emit. This call should
294 emit();
318 _LIBCPP_HIDE_FROM_ABI bool emit() { return emit(false); }
331 if (__emit_on_sync_ && !emit(true))
374 _LIBCPP_HIDE_FROM_ABI bool emit(bool __flush) {
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DEVLIndVarSimplify.cpp122 ORE->emit([&]() { in run()
136 ORE->emit([&]() { in run()
151 ORE->emit([&]() { in run()
168 ORE->emit([&]() { in run()
241 ORE->emit([&]() { in run()
/freebsd/contrib/libyaml/tests/
H A DReadMe.md47 Will emit the whole document in flow style.
51 Will emit the whole document in block style.
55 Will emit block/flow style like in the original document.

12345678910>>...15