HomeSort by: relevance | last modified time | path
    Searched refs:emit (Results 1 - 25 of 378) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc/dist/libgcc/
gen-fixed.sh 25 # emit the function information
30 emit () function
50 emit $2 $n $m
56 emit $2 $n $m
62 emit $2 $n $m
70 emit $2 _fract $f $t
76 emit $2 _fract $f $t
82 emit $2 _satfract $f $t
88 emit $2 _fractuns $f $t
94 emit $2 _fractuns $f $
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
gen-fixed.sh 25 # emit the function information
30 emit () function
50 emit $2 $n $m
56 emit $2 $n $m
62 emit $2 $n $m
70 emit $2 _fract $f $t
76 emit $2 _fract $f $t
82 emit $2 _satfract $f $t
88 emit $2 _fractuns $f $t
94 emit $2 _fractuns $f $
    [all...]
  /src/usr.bin/fgen/
fgen.l 288 emit-byte { ltoken.type = TOK_EMIT_BYTE; ltoken.text = yytext;
315 static int emit(const char *);
455 { "emit", 0x008f, 0, NULL, NULL },
732 { "space", "bl emit", 0, NULL, NULL },
1035 emit(hdrtype);
1049 if (need_end0) emit("end0");
1109 emit("b(lit)");
1116 emit("b(lit)");
1121 emit("lxjoin");
1127 emit("b(lit)")
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/src/build/
Makefile 17 $(OBJDIR)/emit-one.o: $(SRCDIR)/emit-one.c
18 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/emit-one.c
20 $(OBJDIR)/emit-two.o: $(SRCDIR)/emit-two.c
21 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/emit-two.c
29 $(PROGRAM): $(OBJDIR)/main.o $(OBJDIR)/clean-one.o $(OBJDIR)/clean-two.o $(OBJDIR)/emit-one.o $(OBJDIR)/emit-two.o
30 $(CC) $(LDFLAGS) -o $@ $(OBJDIR)/main.o $(OBJDIR)/clean-one.o $(OBJDIR)/clean-two.o $(OBJDIR)/emit-one.o $(OBJDIR)/emit-two.
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
IRTransformLayer.cpp 20 void IRTransformLayer::emit(std::unique_ptr<MaterializationResponsibility> R, function in class:llvm::orc::IRTransformLayer
25 BaseLayer.emit(std::move(R), std::move(*TransformedTSM));
ObjectTransformLayer.cpp 24 void ObjectTransformLayer::emit( function in class:llvm::orc::ObjectTransformLayer
40 BaseLayer.emit(std::move(R), std::move(O));
IRCompileLayer.cpp 28 void IRCompileLayer::emit(std::unique_ptr<MaterializationResponsibility> R, function in class:llvm::orc::IRCompileLayer
40 BaseLayer.emit(std::move(R), std::move(*Obj));
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
CodeExpander.h 24 /// Emit the given code with all '${foo}' placeholders expanded to their
46 void emit(raw_ostream &OS) const;
50 Expander.emit(OS);
  /src/crypto/external/bsd/openssl.old/dist/crypto/poly1305/
poly1305_local.h 25 poly1305_emit_f emit; member in struct:poly1305_context::__anon2107
  /src/sys/arch/ia64/stand/common/
misc.c 179 #define emit(fmt, args...) {snprintf(lbuf, sizeof(lbuf), fmt , ## args); pager_output(lbuf);}
183 emit("%08lx ", (long) line);
187 emit("%02x ", *(u_int8_t *)(line + x));
189 emit("-- ");
192 emit(" ");
194 emit(" |");
200 emit("%c", c);
202 emit(" ");
205 emit("|\n");
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_ring.c 23 space = __intel_ring_space(ring->head, ring->emit, ring->size);
66 intel_ring_reset(ring, ring->emit);
83 ring->emit = tail;
202 ring->emit, ring->size))
225 const unsigned int remain_usable = ring->effective_size - ring->emit;
238 const int remain_actual = ring->size - ring->emit;
283 GEM_BUG_ON(ring->emit + need_wrap > ring->size);
287 memset64(ring->vaddr + ring->emit, 0, need_wrap / sizeof(u64));
289 ring->emit = 0;
292 GEM_BUG_ON(ring->emit > ring->size - bytes)
    [all...]
intel_ring_types.h 46 u32 emit; /* updated during request construction */ member in struct:intel_ring
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCPseudoProbe.cpp 35 void MCPseudoProbe::emit(MCObjectStreamer *MCOS, function in class:MCPseudoProbe
37 // Emit Index
39 // Emit Type and the flag:
51 // Emit the delta between the address label and LastProbe.
61 // Emit label as a symbolic code address.
132 void MCPseudoProbeInlineTree::emit(MCObjectStreamer *MCOS, function in class:MCPseudoProbeInlineTree
139 // Emit probes grouped by GUID.
145 // Emit Guid
147 // Emit number of probes in this node
149 // Emit number of direct inlinee
181 void MCPseudoProbeSection::emit(MCObjectStreamer *MCOS) { function in class:MCPseudoProbeSection
199 void MCPseudoProbeTable::emit(MCObjectStreamer *MCOS) { function in class:MCPseudoProbeTable
    [all...]
  /src/usr.bin/xlint/lint2/
Makefile 6 SRCS= main2.c hash.c read.c mem.c chk.c msg.c emit.c emit2.c \
  /src/external/apache2/llvm/dist/llvm/include/llvm/Remarks/
YAMLRemarkSerializer.h 40 void emit(const Remark &Remark) override;
61 void emit() override;
69 /// This should be set to true after the first invocation of `emit`.
81 /// Override to emit the metadata if necessary.
82 void emit(const Remark &Remark) override;
102 void emit() override;
RemarkSerializer.h 55 /// Emit a remark to the stream.
56 virtual void emit(const Remark &Remark) = 0;
72 virtual void emit() = 0;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
CodeGenCoverage.h 34 bool emit(StringRef FilePrefix, StringRef BackendName) const;
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
Attributes.cpp 23 void emit(raw_ostream &OS);
42 auto Emit = [&](ArrayRef<StringRef> KindNames, StringRef MacroName) {
56 // Emit attribute enums in the same order llvm::Attribute::operator< expects.
57 Emit({"EnumAttr", "TypeAttr", "IntAttr"}, "ATTRIBUTE_ENUM");
58 Emit({"StrBoolAttr"}, "ATTRIBUTE_STRBOOL");
99 void Attributes::emit(raw_ostream &OS) { function in class:Attributes
107 Attributes(RK).emit(OS);
SequenceToOffsetTable.h 9 // SequenceToOffsetTable can be used to emit a number of null-terminated
181 emit(OS, printChar, "0");
198 /// emit - Print out the table as the body of an array initializer.
200 void emit(raw_ostream &OS, function in class:llvm::SequenceToOffsetTable
203 assert((empty() || Entries) && "Call layout() before emit()");
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
WarnMissedTransforms.cpp 9 // Emit warnings if forced code transformations have not been performed.
23 /// Emit warnings for forced (i.e. user-defined) loop transformations which have
29 ORE->emit(
40 ORE->emit(
57 ORE->emit(
65 ORE->emit(
76 ORE->emit(
  /src/crypto/external/apache2/openssl/dist/include/crypto/
poly1305.h 37 poly1305_emit_f emit; member in struct:poly1305_context::__anon412
  /src/crypto/external/bsd/openssl/dist/include/crypto/
poly1305.h 37 poly1305_emit_f emit; member in struct:poly1305_context::__anon1505
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
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);
  /src/common/lib/libprop/
prop_extern.c 125 goto emit;
128 goto emit;
134 goto emit;
138 goto emit;
142 goto emit;
146 goto emit;
150 goto emit;
154 goto emit;
181 emit:
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangTypeNodesEmitter.cpp 88 void emit();
103 void TypeNodeEmitter::emit() { function in class:TypeNodeEmitter
207 TypeNodeEmitter(records, out).emit();

Completed in 86 milliseconds

1 2 3 4 5 6 7 8 91011>>