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

12

  /art/compiler/utils/arm/
assembler_thumb2.cc 601 buffer_.Emit<int16_t>(value >> 16);
602 buffer_.Emit<int16_t>(value & 0xffff);
608 buffer_.Emit<int16_t>(value);
    [all...]
  /art/compiler/utils/x86/
assembler_x86.cc 1304 // Emit nop instruction until the real position is aligned.
1329 // Emit the ModRM byte updated with the given reg value.
1332 // Emit the rest of the encoded operand.
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc     [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 299 /// This is used to emit continuation diagnostics with the same level as the
411 /// emit before giving up.
417 /// notes to emit along with a given diagnostic.
423 /// notes to emit along with a given diagnostic.
429 /// notes to emit along with a given diagnostic.
435 /// notes to emit along with a given diagnostic.
802 /// \brief Emit the current diagnostic and clear the diagnostic state.
804 /// \param Force Emit the diagnostic regardless of suppression settings.
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp     [all...]
  /external/chromium_org/v8/src/arm64/
assembler-arm64.cc 382 void ConstPool::Emit(bool require_jump) {
392 // Emit the constant pool. It is preceded by an optional branch if
410 // Emit branch if required
416 // Emit the header.
422 // Emit constant pool entries.
461 assm_->Emit(LDR_x_lit |
531 // Emit unique entries.
588 // Emit constant pool if necessary.
877 // * no_const_pool_before_ < next_constant_pool_check_ and the next emit
935 Emit(BLR | Rn(xzr))
    [all...]
macro-assembler-arm64.cc 259 // Emit a shift instruction if moving a shifted register. This operation
265 // Emit an extend instruction if moving an extended register. This handles
271 // Otherwise, emit a register move only if the registers are distinct, or
308 // Emit two instructions for the extend case. This differs from Mov, as
569 // appropriate instruction. If not, emit two instructions to perform
604 // instruction. If not, emit two instructions to perform the operation.
    [all...]
lithium-codegen-arm64.cc 45 // Emit code to branch if the given condition holds.
56 virtual void Emit(Label* label) const {
71 // Emit code to compare lhs and rhs and branch if the condition holds.
87 virtual void Emit(Label* label) const {
117 virtual void Emit(Label* label) const {
160 virtual void Emit(Label* label) const {
186 virtual void Emit(Label* label) const {
206 virtual void Emit(Label* label) const {
917 safepoints_.Emit(masm(), GetStackSlotCount());
    [all...]
  /external/chromium_org/v8/src/mips/
macro-assembler-mips.cc     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 595 /// something nonnull so that the auto token emit mechanism will not
596 /// emit another token.
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 1 //===--- CGDebugInfo.cpp - Emit Debug Information for a Module ------------===//
86 void ArtificialLocation::Emit() {
565 // debug info, we want to emit 'id' in both cases.
753 // typedef, make sure to emit the whole chain.
777 // otherwise emit it as a variadic function.
    [all...]
  /external/chromium_org/v8/src/
jsregexp.cc 827 // at the point where they are needed by a recursive call to Emit(). If
828 // the node has already been code generated then the Emit() call will
830 // limit recursion it is possible for the Emit() function to put the node
    [all...]

Completed in 464 milliseconds

12