HomeSort by relevance Sort by last modified time
    Searched defs:Emit (Results 1 - 25 of 41) sorted by null

1 2

  /external/v8/src/
regexp-macro-assembler-irregexp-inl.h 43 void RegExpMacroAssemblerIrregexp::Emit(uint32_t byte,
safepoint-table.cc 159 void SafepointTableBuilder::Emit(Assembler* assembler, int bits_per_entry) {
180 // Emit the table header.
185 // Emit sorted table of pc offsets together with deoptimization indexes.
192 // Emit table of bitmaps.
225 // Emit the bitmap for the current entry.
  /external/chromium_org/v8/src/
regexp-macro-assembler-irregexp-inl.h 43 void RegExpMacroAssemblerIrregexp::Emit(uint32_t byte,
safepoint-table.cc 160 void SafepointTableBuilder::Emit(Assembler* assembler, int bits_per_entry) {
173 // Emit the table header.
178 // Emit sorted table of pc offsets together with deoptimization indexes.
185 // Emit table of bitmaps.
218 // Emit the bitmap for the current entry.
  /external/llvm/lib/TableGen/
StringMatcher.cpp 39 /// same length and whose characters leading up to CharNo are the same, emit
82 // Emit code to break out if the prefix doesn't match.
101 // Otherwise, we have multiple possible things, emit a switch on the
122 /// Emit - Top level entry point.
124 void StringMatcher::Emit(unsigned Indent) const {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
Lexer.cs 127 Emit();
182 public virtual void Emit(IToken token) {
187 * The standard method called to automatically emit a token at the
190 * use that to set the token's text. Override this method to emit
199 public virtual IToken Emit() {
204 Emit(t);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Lexer.cs 150 Emit();
222 public virtual void Emit( IToken token )
228 * The standard method called to automatically emit a token at the
231 * use that to set the token's text. Override this method to emit
240 public virtual IToken Emit()
246 Emit( t );
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 56 /// Emit - Print the abbreviation using the specified asm printer.
58 void DIEAbbrev::Emit(AsmPrinter *AP) const {
59 // Emit its Dwarf tag type.
62 // Emit whether it has children DIEs.
69 // Emit attribute type.
73 // Emit form type.
200 /// EmitValue - Emit integer of appropriate size.
206 // Emit something to keep the lines and comments in sync.
267 /// EmitValue - Emit expression value.
293 /// EmitValue - Emit label value
    [all...]
DwarfAccelTable.cpp 94 // contents and the final ordering. We'll emit the hashes and offsets
97 // later, we'll emit them when we emit the data.
136 // Walk through and emit the buckets for the table. Each index is
150 // Walk through the buckets and emit the individual hashes for each
162 // Walk through the buckets and emit the individual offsets for each
165 // when we emit the actual data.
181 // Walk through the buckets and emit the full data for each element in
182 // the bucket. For the string case emit the dies and the various offsets.
189 // Remember to emit the label for our offset
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimLexer.cs 157 Emit();
226 //public void Emit( T token )
232 * The standard method called to automatically emit a token at the
235 * use that to set the token's text. Override this method to emit
244 public void Emit()
255 //Emit( t );
262 //Emit( t );
  /external/llvm/lib/MC/
MCWin64EH.cpp 180 // Emit unwind instructions (in reverse order).
248 // here and from Emit().
257 void MCWin64EHUnwindEmitter::Emit(MCStreamer &streamer) {
259 // Emit the unwind info structs first.
267 // Now emit RUNTIME_FUNCTION entries.
MCDwarf.cpp 39 // "standard_opcode_lengths" table that is emitted in DwarfFileTable::Emit().
176 // At this point we want to emit/create the sequence to encode the delta in
187 // Emit a DW_LNE_end_sequence for the end of the section.
215 const MCSymbol *MCDwarfFileTable::Emit(MCStreamer *MCOS) {
231 // and used to emit the line table.
344 MCDwarfLineAddr::Emit(MCOS, INT64_MAX, 0);
354 /// Utility function to emit the encoding to a streamer.
355 void MCDwarfLineAddr::Emit(MCStreamer *MCOS, int64_t LineDelta,
375 // end_sequence to emit the matrix entry.
518 // the size of each item in the header (see below where we emit these items)
    [all...]
  /external/llvm/lib/Target/R600/MCTargetDesc/
R600MCCodeEmitter.cpp 57 void Emit(uint32_t value, raw_ostream &OS) const;
58 void Emit(uint64_t value, raw_ostream &OS) const;
106 Emit(InstWord01, OS);
107 Emit(InstWord2, OS);
108 Emit((uint32_t) 0, OS);
130 Emit(Word01, OS);
131 Emit(Word2, OS);
132 Emit((uint32_t) 0, OS);
142 Emit(Inst, OS);
150 void R600MCCodeEmitter::Emit(uint32_t Value, raw_ostream &OS) const
    [all...]
  /external/clang/include/clang/Basic/
PartialDiagnostic.h 300 void Emit(const DiagnosticBuilder &DB) const {
328 Emit(DB);
392 PD.Emit(DB);
OnDiskHashTable.h 185 io::Offset Emit(raw_ostream &out) {
187 return Emit(out, InfoObj);
190 io::Offset Emit(raw_ostream &out, Info &InfoObj) {
193 // Emit the payload of the table.
216 // Emit the hashtable itself.
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 160 void Emit(CodeGenFunction &CGF, Flags flags) {
216 // Emit the try body.
226 // Emit the handlers.
305 void Emit(CodeGenFunction &CGF, Flags flags) {
335 // Emit the body of the statement.
EHScopeStack.h 11 // CodeGen to emit cleanups. The implementation is in CGCleanup.cpp and other
169 /// Emit the cleanup. For normal cleanups, this is run in the
175 virtual void Emit(CodeGenFunction &CGF, Flags flags) = 0;
185 void Emit(CodeGenFunction &CGF, Flags flags) {
187 T(a0).Emit(CGF, flags);
202 void Emit(CodeGenFunction &CGF, Flags flags) {
205 T(a0, a1).Emit(CGF, flags);
222 void Emit(CodeGenFunction &CGF, Flags flags) {
226 T(a0, a1, a2).Emit(CGF, flags);
245 void Emit(CodeGenFunction &CGF, Flags flags)
    [all...]
  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 121 void Emit(uint32_t Val, unsigned NumBits) {
142 Emit((uint32_t)Val, NumBits);
144 Emit((uint32_t)Val, 32);
145 Emit((uint32_t)(Val >> 32), NumBits-32);
158 assert(NumBits <= 32 && "Too many bits to emit!");
161 // Emit the bits with VBR encoding, NumBits-1 bits at a time.
163 Emit((Val & ((1 << (NumBits-1))-1)) | (1 << (NumBits-1)), NumBits);
167 Emit(Val, NumBits);
171 assert(NumBits <= 32 && "Too many bits to emit!");
177 // Emit the bits with VBR encoding, NumBits-1 bits at a time
    [all...]
  /art/compiler/utils/
assembler.h 130 virtual void Emit(Assembler *sp_asm) = 0;
151 template<typename T> void Emit(T value) {
167 // Emit a fixup at the current location.
189 cur->Emit(sp_asm);
207 // To emit an instruction to the assembler buffer, the EnsureCapacity helper
213 // ... emit bytes for single instruction ...
238 // Unmark the buffer, so we cannot emit after this.
316 // Emit slow paths queued during assembly
327 // Emit code that will create an activation on the stack
332 // Emit code that will remove an activation from the stac
    [all...]
  /external/chromium_org/courgette/
assembly_program.cc 27 DEFBYTE, // DEFBYTE <value> - emit a byte literal.
28 REL32, // REL32 <label> - emit a rel32 encoded reference to 'label'.
29 ABS32, // REL32 <label> - emit am abs32 encoded reference to 'label'.
162 return Emit(new(std::nothrow) PeRelocsInstruction());
166 return Emit(new(std::nothrow) ElfRelocsInstruction());
170 return Emit(new(std::nothrow) ElfARMRelocsInstruction());
174 return Emit(new(std::nothrow) OriginInstruction(rva));
178 return Emit(GetByteInstruction(byte));
183 return Emit(new(std::nothrow) BytesInstruction(values, len));
187 return Emit(new(std::nothrow) InstructionWithLabel(REL32, label))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
R600MCCodeEmitter.cpp 78 void Emit(uint32_t value, raw_ostream &OS) const;
79 void Emit(uint64_t value, raw_ostream &OS) const;
166 Emit(inst, OS);
180 Emit(InstWord01, OS);
181 Emit(InstWord2, OS);
212 // Emit instruction type
224 // Emit zeros for unused sources
242 // Emit the source select (2 bytes). For GPRs, this is the register index.
263 // Emit the source channel (1 byte)
270 // XXX: Emit isNegated (1 byte
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
R600MCCodeEmitter.cpp 78 void Emit(uint32_t value, raw_ostream &OS) const;
79 void Emit(uint64_t value, raw_ostream &OS) const;
166 Emit(inst, OS);
180 Emit(InstWord01, OS);
181 Emit(InstWord2, OS);
212 // Emit instruction type
224 // Emit zeros for unused sources
242 // Emit the source select (2 bytes). For GPRs, this is the register index.
263 // Emit the source channel (1 byte)
270 // XXX: Emit isNegated (1 byte
    [all...]
  /art/compiler/utils/mips/
assembler_mips.cc 48 void MipsAssembler::Emit(int32_t value) {
50 buffer_.Emit<int32_t>(value);
63 Emit(encoding);
73 Emit(encoding);
79 Emit(encoding);
92 Emit(encoding);
101 Emit(encoding);
    [all...]
  /art/compiler/utils/arm/
assembler_arm.cc 131 void ArmAssembler::Emit(int32_t value) {
133 buffer_.Emit<int32_t>(value);
153 Emit(encoding);
162 Emit(ArmAssembler::EncodeBranchOffset(offset, encoding));
179 Emit(encoding);
194 Emit(encoding);
211 Emit(encoding);
228 Emit(encoding);
246 Emit(encoding);
395 Emit(encoding)
    [all...]
  /art/compiler/utils/x86/
assembler_x86.cc 1287 // Emit nop instruction until the real position is aligned.
1308 // Emit the message address as immediate operand in the test rax instruction,
1321 // Emit the ModRM byte updated with the given reg value.
1324 // Emit the rest of the encoded operand.
    [all...]

Completed in 1038 milliseconds

1 2