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

1 2

  /external/chromium_org/v8/src/
regexp-macro-assembler-irregexp-inl.h 21 void RegExpMacroAssemblerIrregexp::Emit(uint32_t byte,
safepoint-table.cc 139 void SafepointTableBuilder::Emit(Assembler* assembler, int bits_per_entry) {
152 // Emit the table header.
157 // Emit sorted table of pc offsets together with deoptimization indexes.
164 // Emit table of bitmaps.
197 // 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/
DwarfAccelTable.cpp 86 // contents and the final ordering. We'll emit the hashes and offsets
89 // later, we'll emit them when we emit the data.
128 // Walk through and emit the buckets for the table. Each index is
142 // Walk through the buckets and emit the individual hashes for each
155 // Walk through the buckets and emit the individual offsets for each
158 // when we emit the actual data.
174 // Walk through the buckets and emit the full data for each element in
175 // the bucket. For the string case emit the dies and the various offsets.
183 // Remember to emit the label for our offset
    [all...]
DIE.cpp 59 /// Emit - Print the abbreviation using the specified asm printer.
61 void DIEAbbrev::Emit(AsmPrinter *AP) const {
62 // Emit its Dwarf tag type.
65 // Emit whether it has children DIEs.
72 // Emit attribute type.
76 // Emit form type.
203 /// EmitValue - Emit integer of appropriate size.
209 // Emit something to keep the lines and comments in sync.
271 /// EmitValue - Emit expression value.
297 /// EmitValue - Emit label value
    [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/lldb/test/pexpect-2.4/
ANSI.py 16 def Emit (fsm):
180 self.state.add_transition_any ('INIT', Emit, 'INIT')
  /external/llvm/include/llvm/MC/
MCLinkerOptimizationHint.h 106 /// Emit this directive in @p OutStream using the information available
124 /// Emit this directive as:
126 void Emit(MachObjectWriter &ObjWriter, const MCAsmLayout &Layout) const {
154 /// Keep track of the emit size of all the LOHs.
186 /// Emit all Linker Optimization Hint in one big table.
187 /// Each line of the table is emitted by LOHDirective::Emit.
188 void Emit(MachObjectWriter &ObjWriter, const MCAsmLayout &Layout) const {
190 D.Emit(ObjWriter, Layout);
  /external/llvm/lib/MC/
MCWin64EH.cpp 190 // Emit unwind instructions (in reverse order).
264 // here and from Emit().
273 void MCWin64EHUnwindEmitter::Emit(MCStreamer &Streamer) {
276 // Emit the unwind info structs first.
284 // Now emit RUNTIME_FUNCTION entries.
MCDwarf.cpp 41 // "standard_opcode_lengths" table that is emitted in DwarfFileTable::Emit().
170 // At this point we want to emit/create the sequence to encode the delta in
181 // Emit a DW_LNE_end_sequence for the end of the section.
209 void MCDwarfLineTable::Emit(MCObjectStreamer *MCOS) {
227 void MCDwarfDwoLineTable::Emit(MCStreamer &MCOS) const {
228 MCOS.EmitLabel(Header.Emit(&MCOS, None).second);
231 std::pair<MCSymbol *, MCSymbol *> MCDwarfLineTableHeader::Emit(MCStreamer *MCOS) const {
247 return Emit(MCOS, StandardOpcodeLengths);
251 MCDwarfLineTableHeader::Emit(MCStreamer *MCOS,
324 MCSymbol *LineEndSym = Header.Emit(MCOS).second
    [all...]
  /external/llvm/lib/Target/R600/MCTargetDesc/
R600MCCodeEmitter.cpp 56 void Emit(uint32_t value, raw_ostream &OS) const;
57 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/chromium_org/media/formats/mp2t/
ts_section_pes.cc 65 parse_result = Emit(true);
79 return (parse_result && Emit(false));
85 Emit(true);
96 bool TsSectionPes::Emit(bool emit_for_unknown_size) {
114 // - or the PES size is unknown and the "force emit" flag is not set.
237 << "Emit a reassembled PES:"
  /external/clang/include/clang/Basic/
PartialDiagnostic.h 288 void Emit(const DiagnosticBuilder &DB) const {
316 Emit(DB);
401 PD.Emit(DB);
  /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 159 virtual void Emit(Assembler *sp_asm) = 0;
180 template<typename T> void Emit(T value) {
205 // Emit a fixup at the current location.
227 cur->Emit(sp_asm);
245 // To emit an instruction to the assembler buffer, the EnsureCapacity helper
251 // ... emit bytes for single instruction ...
276 // Unmark the buffer, so we cannot emit after this.
356 // Emit slow paths queued during assembly
370 // Emit code that will create an activation on the stack
375 // 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/llvm/include/llvm/Support/
OnDiskHashTable.h 135 /// \brief Emit the table to Out, which must not be at offset 0.
136 offset_type Emit(raw_ostream &Out) {
138 return Emit(Out, InfoObj);
141 /// \brief Emit the table to Out, which must not be at offset 0.
144 offset_type Emit(raw_ostream &Out, Info &InfoObj) {
148 // Emit the payload of the table.
179 // Emit the hashtable itself.
348 /// OnDiskHashTableGenerator::Emit.
543 /// OnDiskHashTableGenerator::Emit.
547 /// that the stream was at when calling Emit
    [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/chromium_org/v8/src/compiler/
instruction-selector.cc 69 Instruction* InstructionSelector::Emit(InstructionCode opcode,
74 return Emit(opcode, output_count, &output, 0, NULL, temp_count, temps);
78 Instruction* InstructionSelector::Emit(InstructionCode opcode,
83 return Emit(opcode, output_count, &output, 1, &a, temp_count, temps);
87 Instruction* InstructionSelector::Emit(InstructionCode opcode,
95 return Emit(opcode, output_count, &output, input_count, inputs, temp_count,
100 Instruction* InstructionSelector::Emit(InstructionCode opcode,
109 return Emit(opcode, output_count, &output, input_count, inputs, temp_count,
114 Instruction* InstructionSelector::Emit(
121 return Emit(opcode, output_count, &output, input_count, inputs, temp_count
    [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 36 void MipsAssembler::Emit(int32_t value) {
38 buffer_.Emit<int32_t>(value);
51 Emit(encoding);
61 Emit(encoding);
67 Emit(encoding);
80 Emit(encoding);
89 Emit(encoding);
    [all...]
  /external/chromium_org/v8/src/mips64/
macro-assembler-mips64.cc     [all...]
  /art/compiler/utils/arm/
assembler_arm32.cc 191 Emit(encoding);
207 Emit(encoding);
508 void Arm32Assembler::Emit(int32_t value) {
510 buffer_.Emit<int32_t>(value);
530 Emit(encoding);
539 Emit(Arm32Assembler::EncodeBranchOffset(offset, encoding));
578 Emit(encoding);
594 Emit(encoding);
611 Emit(encoding);
628 Emit(encoding)
    [all...]

Completed in 638 milliseconds

1 2