HomeSort by relevance Sort by last modified time
    Searched refs:Emit (Results 126 - 150 of 156) sorted by null

1 2 3 4 56 7

  /external/v8/src/arm/
assembler-arm.h     [all...]
macro-assembler-arm.cc     [all...]
  /external/v8/src/
assembler.cc     [all...]
  /external/v8/src/ppc/
assembler-ppc.h     [all...]
macro-assembler-ppc.h 143 // Emit code to discard a non-negative number of pointer-sized elements
    [all...]
macro-assembler-ppc.cc     [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 682 // Emit a REX.W prefix if the operand size is 64 bits.
697 // Emit a REX.W prefix if the operand size is 64 bits.
717 // Emit a REX.W prefix if the operand size is 64 bits.
732 // Emit a REX.W prefix if the operand size is 64 bits.
792 // Emit a REX.W prefix if the operand size is 64 bits.
812 // Emit a REX.W prefix if the operand size is 64 bits.
1202 // If src == target, emit a nop instead.
    [all...]
  /external/vixl/src/vixl/a64/
assembler-a64.h     [all...]
  /ndk/build/core/
build-binary.mk 50 # that the corresponding module depends on these files. Emit a warning
  /external/clang/lib/CodeGen/
CGBlocks.cpp 1 //===--- CGBlocks.cpp - Emit LLVM Code for declarations ---------*- C++ -*-===//
10 // This contains code to emit blocks.
577 // If there are cleanups to emit, enter them (but inactive).
668 /// Emit a block literal expression in the current function.
697 // If there is nothing to capture, we can emit this as a global block.
701 // Otherwise, we have to emit this as a local block.
790 // special; we'll simply emit it directly.
826 // If we have a lambda conversion, emit the expression
    [all...]
CGCall.cpp     [all...]
CGOpenMPRuntime.cpp 65 /// \brief Emit the captured statement body.
    [all...]
CGBuiltin.cpp 1 //===---- CGBuiltin.cpp - Emit LLVM Code for builtins ---------------------===//
10 // This contains code to emit Builtin calls as LLVM code.
59 /// Emit the conversions required to turn the given value into an
217 // Extract old value and emit it using the same type as compare value.
222 /// EmitFAbs - Emit a call to @llvm.fabs().
230 /// Emit the computation of the sign bit for a floating point value. Returns
267 /// \brief Emit a call to llvm.{sadd,uadd,ssub,usub,smul,umul}.with.overflow.*
413 // See if we can constant fold this builtin. If so, don't emit it at all.
    [all...]
CGObjCMac.cpp     [all...]
  /external/v8/src/full-codegen/
full-codegen.cc 640 // Always emit a debug break slot before a return.
678 // Always emit a debug break slot before a call.
    [all...]
  /art/compiler/utils/x86/
assembler_x86.cc     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 779 // Emit a token and all hidden nodes before. EOF node holds all
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 72 InlineSmiCheckInfo::Emit(masm_, reg_, &patch_site_);
165 // Emit the remaining pushes.
335 // Always emit a 'return undefined' in case control fell off the end of
714 // Emit the write barrier code if the location is in the heap.
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc     [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.cc     [all...]
  /external/v8/src/arm64/
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...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 371 safepoints_.Emit(masm(), GetTotalFrameSlotCount());
973 // this is exactly what GCC and clang emit. Nevertheless, benchmarks seem to
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 376 safepoints_.Emit(masm(), GetTotalFrameSlotCount());
874 // this is exactly what GCC and clang emit. Nevertheless, benchmarks seem to
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 367 safepoints_.Emit(masm(), GetTotalFrameSlotCount());
939 // this is exactly what GCC and clang emit. Nevertheless, benchmarks seem to
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 350 safepoints_.Emit(masm(), GetTotalFrameSlotCount());
928 // this is exactly what GCC and clang emit. Nevertheless, benchmarks seem to
    [all...]

Completed in 911 milliseconds

1 2 3 4 56 7