| /freebsd-12-stable/share/examples/bootforth/ |
| D | screen.4th | 6 : escc ( -- ) \ emit Esc-[ 7 91 27 emit emit 11 escc 72 emit \ Esc-[H 15 escc 74 emit \ Esc-[J 23 escc .# 59 emit .# 72 emit \ Esc-[%d;%dH 27 escc 3 .# .# 109 emit \ Esc-[3%dm 31 escc 4 .# .# 109 emit \ Esc-[4%dm 35 escc 109 emit
|
| D | frames.4th | 39 h_el @ emit 65 v_el @ emit 81 2dup at-xy lt_el @ emit \ Draw left-top corner 82 2dup 4 pick + at-xy lb_el @ emit \ Draw left bottom corner 83 2dup swap 5 pick + swap at-xy rt_el @ emit \ Draw right top corner 84 2 pick + swap 3 pick + swap at-xy rb_el @ emit
|
| /freebsd-12-stable/stand/forth/ |
| D | screen.4th | 30 \ emit Esc-[ 31 : escc ( -- ) 27 emit [char] [ emit ; 34 : ho ( -- ) escc [char] H emit ; 37 : cld ( -- ) escc [char] J emit ; 43 : ris ( -- ) 27 emit [char] c emit ; 46 : at-xy ( x y -- ) escc .# [char] ; emit .# [char] H emit ; 49 : fg ( x -- ) escc 3 .# .# [char] m emit ; 52 : bg ( x -- ) escc 4 .# .# [char] m emit ; 55 : me ( -- ) escc [char] m emit ; 58 : b ( -- ) escc 1 .# [char] m emit ; [all …]
|
| D | frames.4th | 75 h_el @ emit 116 v_el @ emit 132 2dup at-xy lt_el @ emit \ Draw left-top corner 133 2dup 4 pick + at-xy lb_el @ emit \ Draw left bottom corner 134 2dup swap 5 pick + swap at-xy rt_el @ emit \ Draw right top corner 135 2 pick + swap 3 pick + swap at-xy rb_el @ emit
|
| /freebsd-12-stable/stand/common/ |
| D | misc.c | 181 #define emit(fmt, args...) {sprintf(lbuf, fmt , ## args); pager_output(lbuf);} in hexdump() macro 185 emit("%08lx ", (long) line); in hexdump() 189 emit("%02x ", *(uint8_t *)(line + x)); in hexdump() 191 emit("-- "); in hexdump() 194 emit(" "); in hexdump() 196 emit(" |"); in hexdump() 202 emit("%c", c); in hexdump() 204 emit(" "); in hexdump() 207 emit("|\n"); in hexdump()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/ |
| D | MCPseudoProbe.cpp | 35 void MCPseudoProbe::emit(MCObjectStreamer *MCOS, in emit() function in MCPseudoProbe 132 void MCPseudoProbeInlineTree::emit(MCObjectStreamer *MCOS, in emit() function in MCPseudoProbeInlineTree 153 Probe.emit(MCOS, LastProbe); in emit() 171 Inlinee.second->emit(MCOS, LastProbe); in emit() 181 void MCPseudoProbeSection::emit(MCObjectStreamer *MCOS) { in emit() function in MCPseudoProbeSection 191 ProbeSec.second.emit(MCOS, LastProbe); in emit() 199 void MCPseudoProbeTable::emit(MCObjectStreamer *MCOS) { in emit() function in MCPseudoProbeTable 212 ProbeSections.emit(MCOS); in emit()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| D | AccelTable.cpp | 134 void emit(AsmPrinter *Asm) const; 153 void emit(AsmPrinter *Asm) const; 175 void emit() const; 208 void emit(Dwarf5AccelTableWriter &Ctx); 242 void emit(); 277 void AppleAccelTableWriter::Header::emit(AsmPrinter *Asm) const { in emit() function in AppleAccelTableWriter::Header 292 void AppleAccelTableWriter::HeaderData::emit(AsmPrinter *Asm) const { in emit() function in AppleAccelTableWriter::HeaderData 344 static_cast<const AppleAccelTableData *>(V)->emit(Asm); in emitData() 353 void AppleAccelTableWriter::emit() const { in emit() function in AppleAccelTableWriter 354 Header.emit(Asm); in emit() [all …]
|
| /freebsd-12-stable/crypto/openssl/crypto/perlasm/ |
| D | x86gas.pl | 54 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);
|
| D | x86masm.pl | 34 &::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",@_); }
|
| D | x86nasm.pl | 32 &::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-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonPatternsV65.td | 14 ".error \"should not emit\" ", 23 ".error \"should not emit\" ", 32 ".error \"should not emit\" ", 45 ".error \"should not emit\" ", 54 ".error \"should not emit\" ", 63 ".error \"should not emit\" ",
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | WarnMissedTransforms.cpp | 29 ORE->emit( in warnAboutLeftoverTransformations() 40 ORE->emit( in warnAboutLeftoverTransformations() 57 ORE->emit( in warnAboutLeftoverTransformations() 65 ORE->emit( in warnAboutLeftoverTransformations() 76 ORE->emit( in warnAboutLeftoverTransformations()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| D | BitcodeConvenience.h | 188 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() function 194 BCRecordCoding<Fields...>::emit(Stream, buffer, code, in emit() 225 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() function 254 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() function 261 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() function 273 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() function 276 emit(Stream, buffer, code, array); in emit() 280 static void emit(llvm::BitstreamWriter &Stream, BufferTy &Buffer, in emit() function 309 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() function 375 void emit(BufferTy &buffer, unsigned id, Data &&...data) const { [all …]
|
| /freebsd-12-stable/contrib/dtc/ |
| D | flattree.c | 258 static void flatten_tree(struct node *tree, struct emitter *emit, in flatten_tree() argument 269 emit->beginnode(etarget, tree->labels); in flatten_tree() 272 emit->string(etarget, tree->fullpath, 0); in flatten_tree() 274 emit->string(etarget, tree->name, 0); in flatten_tree() 276 emit->align(etarget, sizeof(cell_t)); in flatten_tree() 286 emit->property(etarget, prop->labels); in flatten_tree() 287 emit->cell(etarget, prop->val.len); in flatten_tree() 288 emit->cell(etarget, nameoff); in flatten_tree() 291 emit->align(etarget, 8); in flatten_tree() 293 emit->data(etarget, prop->val); in flatten_tree() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Remarks/ |
| D | YAMLRemarkSerializer.h | 40 void emit(const Remark &Remark) override; 61 void emit() override; 82 void emit(const Remark &Remark) override; 102 void emit() override;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/ |
| D | MCPseudoProbe.h | 96 void emit(MCObjectStreamer *MCOS, const MCPseudoProbe *LastProbe) const; 125 void emit(MCObjectStreamer *MCOS, const MCPseudoProbe *&LastProbe); 154 void emit(MCObjectStreamer *MCOS); 167 static void emit(MCObjectStreamer *MCOS);
|
| /freebsd-12-stable/sys/dev/bhnd/tools/ |
| D | nvram_map_gen.awk | 481 emit("/*\n") 482 emit(" * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.\n") 483 emit(" *\n") 484 emit(" * generated from nvram map: " FILENAME "\n") 485 emit(" */\n") 486 emit("\n") 568 emit("/* Variable definitions */\n") 569 emit("const struct bhnd_nvram_vardefn " \ 576 emit("};\n") 577 emit("const size_t bhnd_nvram_num_vardefns = " _noutput_vars ";\n") [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | MSA.txt | 18 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-12-stable/contrib/gcc/ |
| D | function.h | 108 #define reg_rtx_no (cfun->emit->x_reg_rtx_no) 109 #define regno_reg_rtx (cfun->emit->x_regno_reg_rtx) 110 #define seq_stack (cfun->emit->sequence_stack) 112 #define REGNO_POINTER_ALIGN(REGNO) (cfun->emit->regno_pointer_align[REGNO]) 186 struct emit_status *emit; member
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Remarks/ |
| D | YAMLRemarkSerializer.cpp | 174 void YAMLRemarkSerializer::emit(const Remark &Remark) { in emit() function in YAMLRemarkSerializer 187 void YAMLStrTabRemarkSerializer::emit(const Remark &Remark) { in emit() function in YAMLStrTabRemarkSerializer 193 MetaSerializer->emit(); in emit() 198 YAMLRemarkSerializer::emit(Remark); in emit() 244 void YAMLMetaSerializer::emit() { in emit() function in YAMLMetaSerializer 252 void YAMLStrTabMetaSerializer::emit() { in emit() function in YAMLStrTabMetaSerializer
|
| /freebsd-12-stable/share/mk/ |
| D | bsd.suffixes.mk | 16 ${CC} -emit-llvm ${IR_CFLAGS} -c ${.IMPSRC} -o ${.TARGET} 19 ${CC} -emit-llvm ${IR_CFLAGS} -S ${.IMPSRC} -o ${.TARGET} 28 ${CXX} -emit-llvm ${IR_CXXFLAGS} -c ${.IMPSRC} -o ${.TARGET} 31 ${CXX} -emit-llvm ${IR_CXXFLAGS} -S ${.IMPSRC} -o ${.TARGET}
|
| /freebsd-12-stable/contrib/mandoc/ |
| D | demandoc.c | 139 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()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| D | IndirectCallPromotion.cpp | 244 ORE.emit([&]() { in getPromotionCandidatesForCallSite() 252 ORE.emit([&]() { in getPromotionCandidatesForCallSite() 260 ORE.emit([&]() { in getPromotionCandidatesForCallSite() 277 ORE.emit([&]() { in getPromotionCandidatesForCallSite() 289 ORE.emit([&]() { in getPromotionCandidatesForCallSite() 329 ORE->emit([&]() { in promoteIndirectCall()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/ |
| D | Attributes.cpp | 23 void emit(raw_ostream &OS); 129 void Attributes::emit(raw_ostream &OS) { in emit() function in Attributes 138 Attributes(RK).emit(OS); in EmitAttributes()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| D | OptimizationRemarkEmitter.h | 72 void emit(DiagnosticInfoOptimizationBase &OptDiag); 77 void emit(T RemarkBuilder, decltype(RemarkBuilder()) * = nullptr) { 87 emit((DiagnosticInfoOptimizationBase &)R);
|