HomeSort by relevance Sort by last modified time
    Searched refs:Destination (Results 1 - 23 of 23) sorted by null

  /external/llvm/include/llvm/MC/
MachineLocation.h 82 MachineLocation Destination, Source;
88 : Label(label), Destination(D), Source(S) {}
92 const MachineLocation &getDestination() const { return Destination; }
MCDwarf.h 274 MachineLocation Destination;
283 : Operation(Op), Label(L), Destination(Register) {
288 : Operation(Move), Label(L), Destination(D), Source(S) {
292 : Operation(Op), Label(L), Destination(D), Source(S) {
301 const MachineLocation &getDestination() const { return Destination; }
  /external/stlport/stlport/stl/config/
_watcom.h 138 long __stl_InterlockedExchange( long *Destination, long Value );
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 138 long __stl_InterlockedExchange( long *Destination, long Value );
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 138 long __stl_InterlockedExchange( long *Destination, long Value );
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 138 long __stl_InterlockedExchange( long *Destination, long Value );
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 138 long __stl_InterlockedExchange( long *Destination, long Value );
  /external/clang/lib/CodeGen/
CGCleanup.cpp 242 BranchFixups.back().Destination == 0)
278 // Skip this fixup if its destination isn't set.
280 if (Fixup.Destination == 0) continue;
283 // still pointing directly to its destination; forward it to the
298 if (!CasesAdded.insert(Fixup.Destination)) continue;
301 Fixup.Destination);
312 // destination is its original target.
340 // Skip this fixup if its destination doesn't match.
342 if (Fixup.Destination != Block) continue;
344 Fixup.Destination = 0
    [all...]
CodeGenFunction.h 90 /// If null, LatestBranch points directly to the destination.
93 /// The ultimate destination of the branch.
97 llvm::BasicBlock *Destination;
99 /// The destination index value.
338 /// switch statement. The use points to the final destination.
541 /// A jump destination is an abstract label, branching to which may
897 /// specified destination obviously has no cleanups to run. 'false' is always
    [all...]
  /ndk/build/tools/
builder-funcs.sh 270 panic "Destination directory not set"
288 panic "Destination directory not set"
  /external/v8/src/arm/
code-stubs-arm.h 711 enum Destination {
718 // floating point registers. Depending on the destination the values ends up
719 // either d7 and d6 or in r2/r3 and r0/r1 respectively. If the destination is
723 Destination destination,
728 // floating point registers. Depending on the destination the values ends up
729 // either d7 and d6 or in r2/r3 and r0/r1 respectively. If the destination is
735 FloatingPointHelper::Destination destination,
756 // |destination|
    [all...]
code-stubs-arm.cc 468 // Move sign bit from source to destination. This works because the sign bit
519 FloatingPointHelper::Destination destination,
530 if (destination == kCoreRegisters) {
535 ASSERT(destination == kCoreRegisters);
552 FloatingPointHelper::Destination destination,
559 LoadNumber(masm, destination,
563 LoadNumber(masm, destination,
569 Destination destination
2444 FloatingPointHelper::Destination destination = local
2761 FloatingPointHelper::Destination destination = local
    [all...]
stub-cache-arm.cc 3778 FloatingPointHelper::Destination destination; local
    [all...]
macro-assembler-arm.cc 396 void MacroAssembler::LoadRoot(Register destination,
399 ldr(destination, MemOperand(kRootRegister, index << kPointerSizeLog2), cond);
    [all...]
  /external/v8/src/mips/
code-stubs-mips.h 711 enum Destination {
718 // floating point registers. Depending on the destination the values ends up
719 // either f14 and f12 or in a2/a3 and a0/a1 respectively. If the destination
723 Destination destination,
728 // floating point registers. Depending on the destination the values ends up
729 // either f14 and f12 or in a2/a3 and a0/a1 respectively. If the destination
735 FloatingPointHelper::Destination destination,
756 // |destination|
    [all...]
code-stubs-mips.cc 469 // Move sign bit from source to destination. This works because the sign bit
519 FloatingPointHelper::Destination destination,
530 if (destination == kCoreRegisters) {
535 ASSERT(destination == kCoreRegisters);
552 FloatingPointHelper::Destination destination,
559 LoadNumber(masm, destination,
563 LoadNumber(masm, destination,
569 Destination destination
2558 FloatingPointHelper::Destination destination = local
2876 FloatingPointHelper::Destination destination = local
    [all...]
stub-cache-mips.cc 3802 FloatingPointHelper::Destination destination; local
    [all...]
macro-assembler-mips.cc 54 void MacroAssembler::LoadRoot(Register destination,
56 lw(destination, MemOperand(s6, index << kPointerSizeLog2));
60 void MacroAssembler::LoadRoot(Register destination,
65 lw(destination, MemOperand(s6, index << kPointerSizeLog2));
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 50 /// destination. This is a nontrivial operation because the successors of this
68 BasicBlock *Destination = Cond->getZExtValue() ? Dest1 : Dest2;
80 Builder.CreateBr(Destination);
131 // Otherwise, check to see if the switch only branches to one destination.
143 // If we found a single destination that we can fold the switch into, do so
170 // instruction if it has only one non-default destination.
205 // If we didn't find our destination in the IBI successor list, then we
    [all...]
  /external/icu4c/data/
makedata.mak 116 # Destination directory for the common data DLL file.
133 # The destination directory for the built test data .dat file
573 # move the .dll and .lib files to their final destination afterwards.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/llvm/test/MC/ARM/
basic-arm-instructions.s 68 @ Destination register is optional
162 @ destination register is optional
227 @ destination register is optional
330 @ destination register is optional
620 @ destination register is optional
    [all...]

Completed in 777 milliseconds